Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dcipher.c127 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name ) in mbedtls_cipher_info_from_string() argument
131 if( NULL == cipher_name ) in mbedtls_cipher_info_from_string()
135 if( ! strcmp( def->info->name, cipher_name ) ) in mbedtls_cipher_info_from_string()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcipher.h347 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string( const char *cipher_name );

Completed in 6 milliseconds