/linux-5.19.10/fs/crypto/ |
D | hkdf.c | 54 err = crypto_shash_setkey(hmac_tfm, default_salt, HKDF_HASHLEN); in hkdf_extract() 91 err = crypto_shash_setkey(hmac_tfm, prk, sizeof(prk)); in fscrypt_init_hkdf()
|
/linux-5.19.10/fs/ksmbd/ |
D | auth.c | 91 rc = crypto_shash_setkey(CRYPTO_HMACMD5_TFM(ctx), in ksmbd_gen_sess_key() 138 ret = crypto_shash_setkey(CRYPTO_HMACMD5_TFM(ctx), in calc_ntlmv2_hash() 239 rc = crypto_shash_setkey(CRYPTO_HMACMD5_TFM(ctx), in ksmbd_auth_ntlmv2() 575 rc = crypto_shash_setkey(CRYPTO_HMACSHA256_TFM(ctx), in ksmbd_sign_smb2_pdu() 626 rc = crypto_shash_setkey(CRYPTO_CMACAES_TFM(ctx), in ksmbd_sign_smb3_pdu() 683 rc = crypto_shash_setkey(CRYPTO_HMACSHA256_TFM(ctx), in generate_key()
|
/linux-5.19.10/drivers/net/wireless/intersil/orinoco/ |
D | mic.c | 69 err = crypto_shash_setkey(tfm_michael, key, MIC_KEYLEN); in orinoco_mic()
|
/linux-5.19.10/Documentation/crypto/ |
D | api-digest.rst | 35 …ypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shas…
|
/linux-5.19.10/net/mac80211/ |
D | aes_cmac.c | 78 int err = crypto_shash_setkey(tfm, key, key_len); in ieee80211_aes_cmac_key_setup()
|
D | fils_aead.c | 91 res = crypto_shash_setkey(tfm, key, key_len); in aes_siv_encrypt() 206 res = crypto_shash_setkey(tfm, key, key_len); in aes_siv_decrypt()
|
/linux-5.19.10/crypto/ |
D | kdf_sp800108.c | 92 return crypto_shash_setkey(kmd, key, keylen); in crypto_kdf108_setkey()
|
D | shash.c | 69 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey() function 89 EXPORT_SYMBOL_GPL(crypto_shash_setkey); 254 return crypto_shash_setkey(*ctx, key, keylen); in shash_async_setkey()
|
D | adiantum.c | 177 err = crypto_shash_setkey(tctx->hash, keyp, NHPOLY1305_KEY_SIZE); in adiantum_setkey()
|
D | cryptd.c | 459 return crypto_shash_setkey(child, key, keylen); in cryptd_hash_setkey()
|
/linux-5.19.10/fs/cifs/ |
D | cifsencrypt.c | 424 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, nt_hash, in calc_ntlmv2_hash() 527 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, in CalcNTLMv2_response() 653 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, in setup_ntlmv2_rsp()
|
D | smb2transport.c | 249 rc = crypto_shash_setkey(hash, ses->auth_key.response, in smb2_calc_signature() 318 rc = crypto_shash_setkey(server->secmech.hmacsha256, in generate_key() 577 rc = crypto_shash_setkey(hash, key, SMB2_CMACAES_SIZE); in smb3_calc_signature()
|
/linux-5.19.10/net/ipv6/ |
D | seg6_hmac.c | 139 ret = crypto_shash_setkey(tfm, hinfo->secret, hinfo->slen); in __do_hmac()
|
/linux-5.19.10/security/integrity/evm/ |
D | evm_crypto.c | 110 rc = crypto_shash_setkey(tmp_tfm, evmkey, evmkey_len); in init_desc()
|
/linux-5.19.10/fs/ubifs/ |
D | auth.c | 333 err = crypto_shash_setkey(c->hmac_tfm, ukp->data, ukp->datalen); in ubifs_init_authentication()
|
/linux-5.19.10/include/crypto/ |
D | hash.h | 849 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
|
/linux-5.19.10/drivers/crypto/bcm/ |
D | util.c | 236 rc = crypto_shash_setkey(hash, key, key_len); in do_shash()
|
/linux-5.19.10/net/bluetooth/ |
D | amp.c | 143 ret = crypto_shash_setkey(tfm, key, ksize); in hmac_sha256()
|
/linux-5.19.10/net/sctp/ |
D | auth.c | 742 if (crypto_shash_setkey(tfm, &asoc_key->data[0], asoc_key->len)) in sctp_auth_calculate_hmac()
|
/linux-5.19.10/drivers/thunderbolt/ |
D | domain.c | 729 ret = crypto_shash_setkey(tfm, sw->key, TB_SWITCH_KEY_SIZE); in tb_domain_challenge_switch_key()
|
/linux-5.19.10/net/wireless/ |
D | lib80211_crypt_tkip.c | 487 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()
|
/linux-5.19.10/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 465 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()
|
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 454 if (crypto_shash_setkey(tfm_michael, key, 8)) in michael_mic()
|
/linux-5.19.10/security/keys/encrypted-keys/ |
D | encrypted.c | 345 err = crypto_shash_setkey(tfm, key, keylen); in calc_hmac()
|
/linux-5.19.10/security/keys/trusted-keys/ |
D | trusted_tpm1.c | 83 ret = crypto_shash_setkey(hmacalg, key, keylen); in TSS_rawhmac()
|