Searched refs:AES_GMAC_Reinit (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/crypto/ |
| D | gmac.h | 44 void AES_GMAC_Reinit(void *, const uint8_t *, uint16_t);
|
| D | xform.c | 274 AESCTR_BLOCKSIZE, AES_GMAC_Init, AES_GMAC_Setkey, AES_GMAC_Reinit, 281 AESCTR_BLOCKSIZE, AES_GMAC_Init, AES_GMAC_Setkey, AES_GMAC_Reinit, 288 AESCTR_BLOCKSIZE, AES_GMAC_Init, AES_GMAC_Setkey, AES_GMAC_Reinit,
|
| D | gmac.c | 125 AES_GMAC_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) in AES_GMAC_Reinit() function
|
| /openbsd/src/regress/sys/crypto/gmac/ |
| D | gmac_test.c | 651 AES_GMAC_Reinit(&ctx, iv, ivlen); in dogmac()
|