Home
last modified time | relevance | path

Searched refs:AES_GMAC_Reinit (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/crypto/
Dgmac.h44 void AES_GMAC_Reinit(void *, const uint8_t *, uint16_t);
Dxform.c274 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,
Dgmac.c125 AES_GMAC_Reinit(void *xctx, const uint8_t *iv, uint16_t ivlen) in AES_GMAC_Reinit() function
/openbsd/src/regress/sys/crypto/gmac/
Dgmac_test.c651 AES_GMAC_Reinit(&ctx, iv, ivlen); in dogmac()