Searched refs:crypto_aes_expand_enc_key (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | aes.c | 15 TEE_Result crypto_aes_expand_enc_key(const void *key, size_t key_len, in crypto_aes_expand_enc_key() function
|
| /optee_os/core/include/crypto/ |
| H A D | crypto.h | 412 TEE_Result crypto_aes_expand_enc_key(const void *key, size_t key_len,
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm.c | 132 res = crypto_aes_expand_enc_key(key, key_len, ek->data, in internal_aes_gcm_init()
|
| /optee_os/core/mm/ |
| H A D | fobj.c | 370 if (crypto_aes_expand_enc_key(key, sizeof(key), rwp_ae_key.data, in rwp_init()
|