mbedtls_cipher_info_from_type() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_cipher_info_from_type()

mbedtls_cipher_info_from_type() function

This function retrieves the cipher-information structure associated with the given cipher type.

Syntax

const mbedtls_cipher_info_t *mbedtls_cipher_info_from_type( const mbedtls_cipher_type_t cipher_type );
Implemented in cipher.c:116

Arguments

cipher_type

Type of the cipher to search for.

Return value

The cipher information structure associated with the given \p cipher_type. \c NULL if the associated cipher information is not found.

References

LocationReferrerText
cipher.c:116
const mbedtls_cipher_info_t *mbedtls_cipher_info_from_type( const mbedtls_cipher_type_t cipher_type )
cipher.h:359
const mbedtls_cipher_info_t *mbedtls_cipher_info_from_type( const mbedtls_cipher_type_t cipher_type );
ssl_tls.c:631mbedtls_ssl_derive_keys()
cipher_info = mbedtls_cipher_info_from_type( transform->ciphersuite_info->cipher );

Call Tree

Functions calling mbedtls_cipher_info_from_type()
all items filtered out
mbedtls_cipher_info_from_type()
Data read by mbedtls_cipher_info_from_type()
Data written by mbedtls_cipher_info_from_type()
mbedtls_cipher_info_from_type()
mbedtls_cipher_info_from_type()::def
all items filtered out
Type of mbedtls_cipher_info_from_type()
mbedtls_cipher_info_from_type()