Searched refs:gcm_mult_h (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_add_aad.c | 59 gcm_mult_h(gcm, gcm->X); in gcm_add_aad() 68 gcm_mult_h(gcm, gcm->X); in gcm_add_aad() 98 gcm_mult_h(gcm, gcm->X); in gcm_add_aad() 112 gcm_mult_h(gcm, gcm->X); in gcm_add_aad()
|
A D | gcm_process.c | 66 gcm_mult_h(gcm, gcm->X); in gcm_process() 98 gcm_mult_h(gcm, gcm->X); in gcm_process() 116 gcm_mult_h(gcm, gcm->X); in gcm_process() 133 gcm_mult_h(gcm, gcm->X); in gcm_process()
|
A D | gcm_add_iv.c | 63 gcm_mult_h(gcm, gcm->X); in gcm_add_iv() 79 gcm_mult_h(gcm, gcm->X); in gcm_add_iv()
|
A D | gcm_done.c | 61 gcm_mult_h(gcm, gcm->X); in gcm_done() 70 gcm_mult_h(gcm, gcm->X); in gcm_done()
|
A D | sub.mk | 10 srcs-y += gcm_mult_h.c
|
A D | gcm_mult_h_arm_ce.c | 17 void gcm_mult_h(gcm_state *gcm, unsigned char *I) in gcm_mult_h() function
|
A D | gcm_mult_h.c | 23 void gcm_mult_h(const gcm_state *gcm, unsigned char *I) in gcm_mult_h() function
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 499 void gcm_mult_h(const gcm_state *gcm, unsigned char *I);
|
Completed in 7 milliseconds