Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_gmac.c74 .Setkey = AES_GMAC_Setkey,
88 .Setkey = AES_GMAC_Setkey,
102 .Setkey = AES_GMAC_Setkey,
H A Dgmac.h48 void AES_GMAC_Setkey(void *, const uint8_t *, u_int);
H A Dgmac.c45 AES_GMAC_Setkey(void *ctx, const uint8_t *key, u_int klen) in AES_GMAC_Setkey() function
H A Dxform_aes_icm.c267 AES_GMAC_Setkey(&ctx->gmac, key, len); in aes_gcm_setkey()