Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h399 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name );
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dcipher.c114 const char *cipher_name ) in mbedtls_cipher_info_from_string() argument
118 if( NULL == cipher_name ) in mbedtls_cipher_info_from_string()
122 if( ! strcmp( def->info->name, cipher_name ) ) in mbedtls_cipher_info_from_string()