Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher_wrap.h175 extern const mbedtls_cipher_base_t * const mbedtls_cipher_base_lookup_table[];
H A Dcipher.c62 return mbedtls_cipher_base_lookup_table[info->base_idx]; in mbedtls_cipher_get_base()
H A Dcipher_wrap.c2494 const mbedtls_cipher_base_t * const mbedtls_cipher_base_lookup_table[] = { variable