Home
last modified time | relevance | path

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

/freebsd-14.2/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 Dxform_gmac.c74 .Setkey = AES_GMAC_Setkey,
88 .Setkey = AES_GMAC_Setkey,
102 .Setkey = AES_GMAC_Setkey,
H A Dxform_auth.h58 void (*Setkey) (void *, const uint8_t *, u_int); member
H A Dxform_poly1305.c68 .Setkey = xform_Poly1305_Setkey,
H A Dxform_null.c88 .Setkey = null_reinit,
H A Dcryptosoft.c265 axf->Setkey(&s.ctx, crp->crp_auth_key, in swcr_authcompute()
346 axf->Setkey(&s.ctx, crp->crp_auth_key, in swcr_gmac()
693 axf->Setkey(&s.ctx, crp->crp_auth_key, csp->csp_auth_klen); in swcr_ccm_cbc_mac()
1350 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1363 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
/freebsd-14.2/sys/crypto/openssl/
H A Dossl.c234 if (axf->Setkey != NULL) { in ossl_newsession_hash()
236 axf->Setkey(&s->hash.ictx, csp->csp_auth_key, in ossl_newsession_hash()
326 if (axf->Setkey != NULL) { in ossl_process_hash()
328 axf->Setkey(&ctx, crp->crp_auth_key, in ossl_process_hash()
351 if (csp->csp_auth_klen != 0 && axf->Setkey == NULL) { in ossl_process_hash()
H A Dossl_poly1305.c175 .Setkey = ossl_poly1305_setkey,
/freebsd-14.2/sys/crypto/blake2/
H A Dblake2-sw.c84 .Setkey = blake2b_xform_setkey,
147 .Setkey = blake2s_xform_setkey,