Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dcipher.h402 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name );
/mbedtls-development/library/
A Dcipher.c134 const char *cipher_name ) in mbedtls_cipher_info_from_string() argument
138 if( NULL == cipher_name ) in mbedtls_cipher_info_from_string()
142 if( ! strcmp( def->info->name, cipher_name ) ) in mbedtls_cipher_info_from_string()

Completed in 6 milliseconds