Searched refs:Setkey (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | xform_cbc_mac.c | 14 .Setkey = AES_CBC_MAC_Setkey, 27 .Setkey = AES_CBC_MAC_Setkey, 40 .Setkey = AES_CBC_MAC_Setkey,
|
H A D | xform_gmac.c | 74 .Setkey = AES_GMAC_Setkey, 88 .Setkey = AES_GMAC_Setkey, 102 .Setkey = AES_GMAC_Setkey,
|
H A D | xform_auth.h | 58 void (*Setkey) (void *, const uint8_t *, u_int); member
|
H A D | xform_poly1305.c | 68 .Setkey = xform_Poly1305_Setkey,
|
H A D | xform_null.c | 88 .Setkey = null_reinit,
|
H A D | cryptosoft.c | 264 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 D | ossl.c | 233 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 D | ossl_poly1305.c | 175 .Setkey = ossl_poly1305_setkey,
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2-sw.c | 84 .Setkey = blake2b_xform_setkey, 147 .Setkey = blake2s_xform_setkey,
|