Searched refs:AES_GMAC_Setkey (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/opencrypto/
H A Dxform_gmac.c73 (void (*)(void *, const u_int8_t *, u_int16_t)) AES_GMAC_Setkey,
84 (void (*)(void *, const u_int8_t *, u_int16_t)) AES_GMAC_Setkey,
95 (void (*)(void *, const u_int8_t *, u_int16_t)) AES_GMAC_Setkey,
H A Dgmac.h51 void AES_GMAC_Setkey(struct aes_gmac_ctx *, const uint8_t *, uint16_t);
H A Dgmac.c46 AES_GMAC_Setkey(struct aes_gmac_ctx *agc, const uint8_t *key, uint16_t klen) function

Completed in 187 milliseconds