Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dxform_gmac.c75 .Setkey = AES_GMAC_Setkey,
89 .Setkey = AES_GMAC_Setkey,
103 .Setkey = AES_GMAC_Setkey,
H A Dgmac.h51 void AES_GMAC_Setkey(void *, const uint8_t *, u_int);
H A Dgmac.c48 AES_GMAC_Setkey(void *ctx, const uint8_t *key, u_int klen) in AES_GMAC_Setkey() function