Searched refs:mbedtls_cipher_info_from_values (Results 1 – 7 of 7) sorted by relevance
| /optee_os/lib/libmbedtls/core/ |
| H A D | cmac.c | 42 cipher_info = mbedtls_cipher_info_from_values(c->cipher_id, in mbed_cmac_init() 143 cipher_info = mbedtls_cipher_info_from_values(cipher_id, key_bitlen, in crypto_cmac_alloc_ctx()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | cipher.h | 424 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values(const mbedtls_cipher_id_t cipher_id,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | nist_kw.c | 60 cipher_info = mbedtls_cipher_info_from_values(cipher, in mbedtls_nist_kw_setkey()
|
| H A D | psa_crypto_cipher.c | 273 return mbedtls_cipher_info_from_values(cipher_id_tmp, (int) key_bits, mode); in mbedtls_cipher_info_from_psa()
|
| H A D | ccm.c | 72 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_ccm_setkey()
|
| H A D | gcm.c | 186 cipher_info = mbedtls_cipher_info_from_values(cipher, keybits, in mbedtls_gcm_setkey()
|
| H A D | cipher.c | 118 const mbedtls_cipher_info_t *mbedtls_cipher_info_from_values( in mbedtls_cipher_info_from_values() function
|