Home
last modified time | relevance | path

Searched refs:Setkey (Results 1 – 9 of 9) 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 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.c264 axf->Setkey(&s.ctx, crp->crp_auth_key, in swcr_authcompute()
345 axf->Setkey(&s.ctx, crp->crp_auth_key, in swcr_gmac()
692 axf->Setkey(&s.ctx, crp->crp_auth_key, csp->csp_auth_klen); in swcr_ccm_cbc_mac()
1349 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
1362 axf->Setkey(swa->sw_ictx, csp->csp_auth_key, in swcr_setup_auth()
/freebsd/sys/crypto/openssl/
H A Dossl.c233 if (axf->Setkey != NULL) { in ossl_newsession_hash()
235 axf->Setkey(&s->hash.ictx, csp->csp_auth_key, in ossl_newsession_hash()
325 if (axf->Setkey != NULL) { in ossl_process_hash()
327 axf->Setkey(&ctx, crp->crp_auth_key, in ossl_process_hash()
350 if (csp->csp_auth_klen != 0 && axf->Setkey == NULL) { in ossl_process_hash()
H A Dossl_poly1305.c175 .Setkey = ossl_poly1305_setkey,
/freebsd/sys/crypto/blake2/
H A Dblake2-sw.c84 .Setkey = blake2b_xform_setkey,
147 .Setkey = blake2s_xform_setkey,