Searched refs:internal_aes_gcm_gfmul (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/arch/arm/crypto/ |
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/ |
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/ |
A D | aes-gcm-sw.c | 33 internal_aes_gcm_gfmul(state->ghash_key.hash_subkey, y, y); in ghash_update_block()
|
A D | aes-gcm.c | 523 void internal_aes_gcm_gfmul(const uint64_t X[2], const uint64_t Y[2], in internal_aes_gcm_gfmul() function
|
/optee_os/out/arm/core/ |
A D | tee.map | 2788 .text.internal_aes_gcm_gfmul
|
Completed in 62 milliseconds