Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_cbc_mac.c14 .Setkey = AES_CBC_MAC_Setkey,
27 .Setkey = AES_CBC_MAC_Setkey,
40 .Setkey = AES_CBC_MAC_Setkey,
H A Dcbc_mac.h58 void AES_CBC_MAC_Setkey(void *, const uint8_t *, u_int);
H A Dcbc_mac.c62 AES_CBC_MAC_Setkey(void *vctx, const uint8_t *key, u_int klen) in AES_CBC_MAC_Setkey() function
H A Dxform_aes_icm.c281 AES_CBC_MAC_Setkey(&ctx->cbc_mac, key, len); in aes_ccm_setkey()