Searched refs:AES_GMAC_Update (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/opencrypto/
H A Dxform_gmac.c75 (int (*)(void *, const u_int8_t *, u_int16_t)) AES_GMAC_Update,
86 (int (*)(void *, const u_int8_t *, u_int16_t)) AES_GMAC_Update,
97 (int (*)(void *, const u_int8_t *, u_int16_t)) AES_GMAC_Update,
H A Dgmac.h53 int AES_GMAC_Update(struct aes_gmac_ctx *, const uint8_t *, uint16_t);
H A Dgmac.c72 AES_GMAC_Update(struct aes_gmac_ctx *agc, const uint8_t *data, uint16_t len) function
/freebsd-12-stable/sys/crypto/ccp/
H A Dccp.c154 AES_GMAC_Update(&gmac_ctx, block, sizeof(block));
160 AES_GMAC_Update(&gmac_ctx, block, sizeof(block));

Completed in 168 milliseconds