Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dcipher.c100 const char *cipher_name) in mbedtls_cipher_info_from_string() argument
104 if (NULL == cipher_name) { in mbedtls_cipher_info_from_string()
109 if (!strcmp(def->info->name, cipher_name)) { in mbedtls_cipher_info_from_string()
/mbedtls-latest/include/mbedtls/
Dcipher.h396 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string(const char *cipher_name);