Searched refs:hmac_init_opad (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/crypto/openssl/ |
| H A D | ossl.c | 240 hmac_init_opad(axf, csp->csp_auth_key, in ossl_newsession_hash() 354 hmac_init_opad(axf, crp->crp_auth_key, in ossl_process_hash()
|
| /freebsd/sys/dev/glxsb/ |
| H A D | glxsb_hash.c | 56 hmac_init_opad(axf, key, klen, ses->ses_octx); in glxsb_hash_key_setup()
|
| /freebsd/sys/crypto/via/ |
| H A D | padlock_hash.c | 269 hmac_init_opad(axf, key, klen, ses->ses_octx); in padlock_hash_key_setup()
|
| /freebsd/sys/opencrypto/ |
| H A D | cryptodev.h | 652 void hmac_init_opad(const struct auth_hash *axf, const char *key, int klen,
|
| H A D | cryptosoft.c | 295 hmac_init_opad(axf, crp->crp_auth_key, in swcr_authcompute() 1331 hmac_init_opad(axf, csp->csp_auth_key, in swcr_setup_auth()
|
| H A D | crypto.c | 422 hmac_init_opad(const struct auth_hash *axf, const char *key, int klen, in hmac_init_opad() function
|
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t4_keyctx.c | 359 hmac_init_opad(axf, key, klen, &auth_ctx); in t4_init_hmac_digest()
|
| /freebsd/sys/dev/cesa/ |
| H A D | cesa.c | 436 hmac_init_opad(&auth_hash_hmac_sha1, mkey, mklen, &auth_ctx); in cesa_set_mkey() 445 hmac_init_opad(&auth_hash_hmac_sha2_256, mkey, mklen, in cesa_set_mkey()
|
| /freebsd/sys/dev/safe/ |
| H A D | safe.c | 644 hmac_init_opad(&auth_hash_hmac_sha1, key, klen, &sha1ctx); in safe_setup_mackey()
|
| /freebsd/sys/dev/qat_c2xxx/ |
| H A D | qat.c | 1217 hmac_init_opad(sah, key, klen, &ctx); in qat_crypto_hmac_precompute()
|
| /freebsd/sys/dev/safexcel/ |
| H A D | safexcel.c | 1365 hmac_init_opad(ahash, key, klen, &ctx); in safexcel_setkey_hmac()
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 1002 crypto_driver.9 hmac_init_opad.9
|