/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_mac.h | 257 } gcm_state; typedef in typeref:struct:__anon20105 259 void gcm_mult_h(gcm_state *gcm, unsigned char *I); 261 int gcm_init(gcm_state *gcm, int cipher, 264 int gcm_reset(gcm_state *gcm); 266 int gcm_add_iv(gcm_state *gcm, 269 int gcm_add_aad(gcm_state *gcm, 272 int gcm_process(gcm_state *gcm, 277 int gcm_done(gcm_state *gcm,
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
gcm_reset.c | 25 int gcm_reset(gcm_state *gcm)
|
gcm_memory.c | 47 gcm_state *gcm; 83 gcm = (gcm_state *)((unsigned long)gcm + (16 - ((unsigned long)gcm & 15)));
|
gcm_done.c | 27 int gcm_done(gcm_state *gcm,
|
gcm_mult_h.c | 24 void gcm_mult_h(gcm_state *gcm, unsigned char *I)
|
gcm_add_iv.c | 27 int gcm_add_iv(gcm_state *gcm,
|
gcm_init.c | 28 int gcm_init(gcm_state *gcm, int cipher,
|
gcm_add_aad.c | 27 int gcm_add_aad(gcm_state *gcm,
|
gcm_process.c | 29 int gcm_process(gcm_state *gcm,
|
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
changes | 79 Requires you align your gcm_state on a 16 byte boundary, see gcm_memory() for more info [all...] |