NCBI C++ ToolKit
Public Member Functions | List of all members
mbedtls_cipher_info_t Struct Reference

Search Toolkit Book for mbedtls_cipher_info_t

Cipher information. More...

#include "cipher.h"
(Private to src/connect/mbedtls/mbedtls.)

Public Member Functions

const char * MBEDTLS_PRIVATE (name)
 Name of the cipher. More...
 

Detailed Description

Cipher information.

Allows calling cipher functions in a generic way.

Note
The library does not support custom cipher info structures, only built-in structures returned by the functions mbedtls_cipher_info_from_string(), mbedtls_cipher_info_from_type(), mbedtls_cipher_info_from_values(), mbedtls_cipher_info_from_psa().
Some fields store a value that has been right-shifted to save code-size, so should not be used directly. The accessor functions adjust for this and return the "natural" value.

Definition at line 266 of file cipher.h.

Member Function Documentation

◆ MBEDTLS_PRIVATE()

const char* mbedtls_cipher_info_t::MBEDTLS_PRIVATE ( name  )

Name of the cipher.


The documentation for this struct was generated from the following file:
Modified on Wed Sep 04 15:06:19 2024 by modify_doxy.py rev. 669887