Searched refs:internal_aes_gcm_gfmul (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes-gcm-ce.c | 57 internal_aes_gcm_gfmul(k, k, h); in internal_aes_gcm_set_key() 60 internal_aes_gcm_gfmul(k, h, h); in internal_aes_gcm_set_key() 63 internal_aes_gcm_gfmul(k, h, h); in internal_aes_gcm_set_key()
|
| /optee_os/core/include/crypto/ |
| H A D | internal_aes-gcm.h | 87 void internal_aes_gcm_gfmul(const uint64_t X[2], const uint64_t Y[2],
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm-sw.c | 33 internal_aes_gcm_gfmul(state->ghash_key.hash_subkey, y, y); in ghash_update_block()
|
| H A D | aes-gcm.c | 521 void internal_aes_gcm_gfmul(const uint64_t X[2], const uint64_t Y[2], in internal_aes_gcm_gfmul() function
|