Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_definitions (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher_wrap.h171 extern const mbedtls_cipher_definition_t mbedtls_cipher_definitions[];
H A Dcipher.c71 def = mbedtls_cipher_definitions; in mbedtls_cipher_list()
91 for (def = mbedtls_cipher_definitions; def->info != NULL; def++) { in mbedtls_cipher_info_from_type()
109 for (def = mbedtls_cipher_definitions; def->info != NULL; def++) { in mbedtls_cipher_info_from_string()
125 for (def = mbedtls_cipher_definitions; def->info != NULL; def++) { in mbedtls_cipher_info_from_values()
H A Dcipher_wrap.c2318 const mbedtls_cipher_definition_t mbedtls_cipher_definitions[] = variable
2490 #define NUM_CIPHERS (sizeof(mbedtls_cipher_definitions) / \
2491 sizeof(mbedtls_cipher_definitions[0]))