Home
last modified time | relevance | path

Searched refs:Setkey (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dxform_cbc_mac.c16 .Setkey = AES_CBC_MAC_Setkey,
29 .Setkey = AES_CBC_MAC_Setkey,
42 .Setkey = AES_CBC_MAC_Setkey,
H A Dxform_gmac.c75 .Setkey = AES_GMAC_Setkey,
89 .Setkey = AES_GMAC_Setkey,
103 .Setkey = AES_GMAC_Setkey,
H A Dxform_auth.h60 void (*Setkey) (void *, const uint8_t *, u_int); member
H A Dxform_null.c87 .Setkey = null_reinit,
H A Dxform_poly1305.c88 .Setkey = xform_Poly1305_Setkey,
H A Dcryptosoft.c305 axf->Setkey(sw->sw_ictx, key, klen); in swcr_authprepare()
1055 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1068 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1076 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1123 axf->Setkey(swa->sw_ictx, csp->csp_cipher_key, in swcr_setup_gcm()
1167 axf->Setkey(swa->sw_ictx, csp->csp_cipher_key, in swcr_setup_ccm()
/f-stack/freebsd/crypto/blake2/
H A Dblake2-sw.c91 .Setkey = blake2b_xform_setkey,
159 .Setkey = blake2s_xform_setkey,