| /linux-6.15/crypto/ |
| H A D | jitterentropy-kcapi.c | 135 ret = crypto_shash_init(desc) ?: in jent_hash_time() 178 crypto_shash_init(hash_state_desc) ?: in jent_read_random_block() 255 crypto_shash_init(sdesc); in jent_kcapi_init() 348 crypto_shash_init(desc); in jent_mod_init()
|
| H A D | hmac.c | 68 return crypto_shash_init(shash) ?: in hmac_setkey() 71 crypto_shash_init(shash) ?: in hmac_setkey()
|
| H A D | kdf_sp800108.c | 31 err = crypto_shash_init(desc); in crypto_kdf108_ctr_generate()
|
| H A D | ahash.c | 216 return crypto_shash_init(desc) ?: in shash_ahash_digest() 229 return crypto_shash_init(desc) ?: in shash_ahash_digest() 542 err = crypto_shash_init(prepare_shash_desc(req, tfm)); in crypto_ahash_init()
|
| H A D | hkdf.c | 91 err = crypto_shash_init(desc); in hkdf_expand()
|
| /linux-6.15/net/mac80211/ |
| H A D | aes_cmac.c | 34 crypto_shash_init(desc); in ieee80211_aes_cmac() 57 crypto_shash_init(desc); in ieee80211_aes_cmac_256()
|
| /linux-6.15/security/apparmor/ |
| H A D | crypto.c | 43 error = crypto_shash_init(desc); in aa_calc_hash() 80 error = crypto_shash_init(desc); in aa_calc_profile_hash()
|
| /linux-6.15/fs/smb/server/ |
| H A D | auth.c | 99 rc = crypto_shash_init(CRYPTO_HMACMD5(ctx)); in ksmbd_gen_sess_key() 146 ret = crypto_shash_init(CRYPTO_HMACMD5(ctx)); in calc_ntlmv2_hash() 250 rc = crypto_shash_init(CRYPTO_HMACMD5(ctx)); in ksmbd_auth_ntlmv2() 611 rc = crypto_shash_init(CRYPTO_HMACSHA256(ctx)); in ksmbd_sign_smb2_pdu() 662 rc = crypto_shash_init(CRYPTO_CMACAES(ctx)); in ksmbd_sign_smb3_pdu() 720 rc = crypto_shash_init(CRYPTO_HMACSHA256(ctx)); in generate_key() 954 rc = crypto_shash_init(CRYPTO_SHA512(ctx)); in ksmbd_gen_preauth_integrity_hash() 994 rc = crypto_shash_init(CRYPTO_SHA256(ctx)); in ksmbd_gen_sd_hash()
|
| /linux-6.15/crypto/krb5/ |
| H A D | rfc6803_camellia.c | 89 ret = crypto_shash_init(desc); in rfc6803_calc_KDF_FEEDBACK_CMAC() 162 ret = crypto_shash_init(desc); in rfc6803_calc_PRF()
|
| H A D | rfc3961_simplified.c | 163 ret = crypto_shash_init(desc); in rfc3961_calc_H() 678 ret = crypto_shash_init(desc); in rfc3961_get_mic() 747 ret = crypto_shash_init(desc); in rfc3961_verify_mic()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsencrypt.c | 124 rc = crypto_shash_init(server->secmech.md5); in cifs_calc_signature() 426 rc = crypto_shash_init(hmacmd5); in calc_ntlmv2_hash() 510 rc = crypto_shash_init(hmacmd5); in CalcNTLMv2_response() 644 rc = crypto_shash_init(hmacmd5); in setup_ntlmv2_rsp()
|
| H A D | smb2transport.c | 298 rc = crypto_shash_init(shash); in smb2_calc_signature() 363 rc = crypto_shash_init(server->secmech.hmacsha256); in generate_key() 625 rc = crypto_shash_init(shash); in smb3_calc_signature()
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-digest.rst | 35 …_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shash_init crypto_shash…
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_crypto.c | 464 rc = crypto_shash_init(shash); in ima_calc_file_hash_tfm() 589 rc = crypto_shash_init(shash); in ima_calc_field_array_hash_tfm() 727 rc = crypto_shash_init(shash); in calc_buffer_shash_tfm() 808 rc = crypto_shash_init(shash); in ima_calc_boot_aggregate_tfm()
|
| /linux-6.15/fs/ubifs/ |
| H A D | auth.c | 104 err = crypto_shash_init(desc); in ubifs_get_desc() 399 err = crypto_shash_init(shash); in ubifs_node_calc_hmac()
|
| /linux-6.15/drivers/nvme/common/ |
| H A D | auth.c | 289 ret = crypto_shash_init(shash); in nvme_auth_transform_key() 535 ret = crypto_shash_init(shash); in nvme_auth_generate_psk() 653 ret = crypto_shash_init(shash); in nvme_auth_generate_digest()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | 315 ret = crypto_shash_init(desc); in krb5_cmac_Ki() 454 ret = crypto_shash_init(desc); in krb5_hmac_K1()
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_auth.c | 371 ret = crypto_shash_init(desc); in chap_server_compute_hash() 512 ret = crypto_shash_init(desc); in chap_server_compute_hash()
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 86 ret = crypto_shash_init(&sdesc->shash); in TSS_rawhmac() 137 ret = crypto_shash_init(&sdesc->shash); in TSS_authhmac() 211 ret = crypto_shash_init(&sdesc->shash); in TSS_checkhmac1() 304 ret = crypto_shash_init(&sdesc->shash); in TSS_checkhmac2()
|
| /linux-6.15/fs/verity/ |
| H A D | hash_algs.c | 143 err = crypto_shash_init(desc); in fsverity_prepare_hash_state()
|
| /linux-6.15/security/ipe/ |
| H A D | audit.c | 197 if (crypto_shash_init(desc)) in audit_policy()
|
| /linux-6.15/lib/ |
| H A D | digsig.c | 241 crypto_shash_init(desc); in digsig_verify()
|
| /linux-6.15/drivers/crypto/xilinx/ |
| H A D | zynqmp-sha.c | 87 return crypto_shash_init(&dctx->fbk_req); in zynqmp_sha_init()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | auth.c | 359 ret = crypto_shash_init(shash); in nvmet_auth_host_hash() 470 ret = crypto_shash_init(shash); in nvmet_auth_ctrl_hash()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 189 return crypto_shash_init(desc); in ghash_async_init()
|