Home
last modified time | relevance | path

Searched refs:crypto_shash_init (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/kernel/net/mac80211/
H A Daes_cmac.c33 crypto_shash_init(desc); in ieee80211_aes_cmac()
56 crypto_shash_init(desc); in ieee80211_aes_cmac_256()
H A Dfils_aead.c44 crypto_shash_init(desc); in aes_s2v()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dcrypto.c43 error = crypto_shash_init(desc); in aa_calc_hash()
80 error = crypto_shash_init(desc); in aa_calc_profile_hash()
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c62 ret = crypto_shash_init(crct10dif_shash); in crc_test_init()
71 ret = crypto_shash_init(crc32c_shash); in crc_test_init()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dauth.c106 err = crypto_shash_init(desc); in ubifs_get_desc()
401 err = crypto_shash_init(shash); in ubifs_node_calc_hmac()
521 err = crypto_shash_init(shash); in ubifs_hmac_wkm()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c469 rc = crypto_shash_init(shash); in ima_calc_file_hash_tfm()
594 rc = crypto_shash_init(shash); in ima_calc_field_array_hash_tfm()
732 rc = crypto_shash_init(shash); in calc_buffer_shash_tfm()
813 rc = crypto_shash_init(shash); in ima_calc_boot_aggregate_tfm()
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c75 return crypto_shash_init(shash) ?: in hmac_setkey()
78 crypto_shash_init(shash) ?: in hmac_setkey()
H A Dshash.c200 return crypto_shash_init(desc) ?: in shash_digest_unaligned()
264 return crypto_shash_init(desc); in shash_async_init()
338 err = crypto_shash_init(desc) ?: in shash_ahash_digest()
H A Dfips140-module.c406 crypto_shash_init(desc) ?: in check_fips140_module_hmac()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsencrypt.c125 rc = crypto_shash_init(&server->secmech.sdescmd5->shash); in cifs_calc_signature()
521 rc = crypto_shash_init(&ses->server->secmech.sdeschmacmd5->shash); in calc_ntlmv2_hash()
625 rc = crypto_shash_init(&ses->server->secmech.sdeschmacmd5->shash); in CalcNTLMv2_response()
746 rc = crypto_shash_init(&ses->server->secmech.sdeschmacmd5->shash); in setup_ntlmv2_rsp()
H A Dsmb2transport.c259 rc = crypto_shash_init(shash); in smb2_calc_signature()
324 rc = crypto_shash_init(&server->secmech.sdeschmacsha256->shash); in generate_key()
576 rc = crypto_shash_init(shash); in smb3_calc_signature()
H A Dsmbencrypt.c119 rc = crypto_shash_init(&sdescmd4->shash); in mdfour()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst35 …_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shash_init crypto_shash…
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dmic.c73 err = crypto_shash_init(desc); in orinoco_mic()
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_auth.c328 ret = crypto_shash_init(desc); in chap_server_compute_hash()
440 ret = crypto_shash_init(desc); in chap_server_compute_hash()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhkdf.c138 err = crypto_shash_init(desc); in fscrypt_hkdf_expand()
/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c93 ret = crypto_shash_init(&sdesc->shash); in TSS_rawhmac()
144 ret = crypto_shash_init(&sdesc->shash); in TSS_authhmac()
218 ret = crypto_shash_init(&sdesc->shash); in TSS_checkhmac1()
311 ret = crypto_shash_init(&sdesc->shash); in TSS_checkhmac2()
/OK3568_Linux_fs/kernel/lib/
H A Ddigsig.c241 crypto_shash_init(desc); in digsig_verify()
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c126 rc = crypto_shash_init(desc); in init_desc()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c170 return crypto_shash_init(desc); in ghash_async_init()
/OK3568_Linux_fs/kernel/security/keys/
H A Ddh.c153 err = crypto_shash_init(desc); in kdf_ctr()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_verify.c103 ret = crypto_shash_init(desc); in pkcs7_digest()
H A Dverify_pefile.c353 ret = crypto_shash_init(desc); in pefile_digest_pe()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h940 static inline int crypto_shash_init(struct shash_desc *desc) in crypto_shash_init() function
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dghash-ce-glue.c209 return crypto_shash_init(desc); in ghash_async_init()

123