Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h396 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_string(const char *cipher_name);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher.c101 const char *cipher_name) in mbedtls_cipher_info_from_string() argument
105 if (NULL == cipher_name) { in mbedtls_cipher_info_from_string()
110 if (!strcmp(def->info->name, cipher_name)) { in mbedtls_cipher_info_from_string()