Searched refs:Setkey (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/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 | 265 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 D | ossl.c | 234 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 D | ossl_poly1305.c | 175 .Setkey = ossl_poly1305_setkey,
|
| /freebsd-14.2/sys/crypto/blake2/ |
| H A D | blake2-sw.c | 84 .Setkey = blake2b_xform_setkey, 147 .Setkey = blake2s_xform_setkey,
|