Home
last modified time | relevance | path

Searched refs:cipher_name (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/library/
Dcipher.c102 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name ) in mbedtls_cipher_info_from_string() argument
106 if( NULL == cipher_name ) in mbedtls_cipher_info_from_string()
110 if( ! strcmp( def->info->name, cipher_name ) ) in mbedtls_cipher_info_from_string()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dcipher.h273 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name );