Home
last modified time | relevance | path

Searched refs:gcm_state (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h502 } gcm_state; typedef
504 void gcm_mult_h(const gcm_state *gcm, unsigned char *I);
506 int gcm_init(gcm_state *gcm, int cipher,
509 int gcm_reset(gcm_state *gcm);
511 int gcm_add_iv(gcm_state *gcm,
514 int gcm_add_aad(gcm_state *gcm,
517 int gcm_process(gcm_state *gcm,
522 int gcm_done(gcm_state *gcm,
/optee_os/core/lib/libtomcrypt/src/encauth/gcm/
H A Dgcm_reset.c17 int gcm_reset(gcm_state *gcm) in gcm_reset()
H A Dgcm_mult_h_arm_ce.c17 void gcm_mult_h(gcm_state *gcm, unsigned char *I) in gcm_mult_h()
H A Dgcm_mult_h.c16 void gcm_mult_h(const gcm_state *gcm, unsigned char *I) in gcm_mult_h()
H A Dgcm_add_iv.c19 int gcm_add_iv(gcm_state *gcm, in gcm_add_iv()
H A Dgcm_done.c19 int gcm_done(gcm_state *gcm, in gcm_done()
H A Dgcm_memory.c39 gcm_state *gcm; in gcm_memory()
H A Dgcm_init.c20 int gcm_init(gcm_state *gcm, int cipher, in gcm_init()
H A Dgcm_add_aad.c19 int gcm_add_aad(gcm_state *gcm, in gcm_add_aad()
H A Dgcm_test.c322 gcm_state gcm; in gcm_test()
H A Dgcm_process.c21 int gcm_process(gcm_state *gcm, in gcm_process()
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c20 gcm_state ctx; /* the gcm state as defined by LTC */
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c216 SZ_STRINGIFY_T(gcm_state),