Home
last modified time | relevance | path

Searched refs:crypto_shash_final (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/security/apparmor/
H A Dcrypto.c49 error = crypto_shash_final(desc, hash); in aa_calc_hash()
89 error = crypto_shash_final(desc, profile->hash); in aa_calc_profile_hash()
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c89 crypto_shash_final(crct10dif_shash, (u8 *)(&crc16)); in crc_test_init()
100 crypto_shash_final(crc32c_shash, (u8 *)(&crc32)); in crc_test_init()
/OK3568_Linux_fs/kernel/crypto/
H A Dshash.c163 int crypto_shash_final(struct shash_desc *desc, u8 *out) in crypto_shash_final() function
174 EXPORT_SYMBOL_GPL(crypto_shash_final);
180 crypto_shash_final(desc, out); in shash_finup_unaligned()
287 return crypto_shash_final(ahash_request_ctx(req), req->result); in shash_async_final()
297 return crypto_shash_final(desc, req->result); in shash_ahash_finup()
H A Dhmac.c121 return crypto_shash_final(desc, out) ?: in hmac_final()
H A Dadiantum.c278 return crypto_shash_final(hash_desc, (u8 *)digest); in adiantum_hash_message()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dauth.c77 err = crypto_shash_final(hash_desc, hash); in ubifs_prepare_auth_node()
418 return crypto_shash_final(shash, hmac); in ubifs_node_calc_hmac()
530 err = crypto_shash_final(shash, hmac); in ubifs_hmac_wkm()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c503 rc = crypto_shash_final(shash, hash->digest); in ima_calc_file_hash_tfm()
622 rc = crypto_shash_final(shash, entry->digests[tfm_idx].digest); in ima_calc_field_array_hash_tfm()
746 rc = crypto_shash_final(shash, hash->digest); in calc_buffer_shash_tfm()
840 crypto_shash_final(shash, digest); in ima_calc_boot_aggregate_tfm()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsencrypt.c98 rc = crypto_shash_final(shash, signature); in __cifs_calc_signature()
592 rc = crypto_shash_final(&ses->server->secmech.sdeschmacmd5->shash, in calc_ntlmv2_hash()
645 rc = crypto_shash_final(&ses->server->secmech.sdeschmacmd5->shash, in CalcNTLMv2_response()
760 rc = crypto_shash_final(&ses->server->secmech.sdeschmacmd5->shash, in setup_ntlmv2_rsp()
H A Dsmbencrypt.c129 rc = crypto_shash_final(&sdescmd4->shash, md4_hash); in mdfour()
H A Dlink.c70 rc = crypto_shash_final(&sdescmd5->shash, md5_hash); in symlink_hash()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst35 …h_export crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash…
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dmic.c85 err = crypto_shash_final(desc, mic); in orinoco_mic()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14063 crypto_shash_final
/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c113 ret = crypto_shash_final(&sdesc->shash, digest); in TSS_rawhmac()
163 ret = crypto_shash_final(&sdesc->shash, paramdigest); in TSS_authhmac()
241 ret = crypto_shash_final(&sdesc->shash, paramdigest); in TSS_checkhmac1()
335 ret = crypto_shash_final(&sdesc->shash, paramdigest); in TSS_checkhmac2()
/OK3568_Linux_fs/kernel/lib/
H A Ddigsig.c244 crypto_shash_final(desc, hash); in digsig_verify()
/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c174 crypto_shash_final(desc, digest); in hmac_add_misc()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c205 return crypto_shash_final(desc, req->result); in ghash_async_final()
/OK3568_Linux_fs/kernel/security/keys/
H A Ddh.c183 err = crypto_shash_final(desc, dst); in kdf_ctr()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dverify_pefile.c362 ret = crypto_shash_final(desc, digest); in pefile_digest_pe()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h979 int crypto_shash_final(struct shash_desc *desc, u8 *out);
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dghash-ce-glue.c244 return crypto_shash_final(desc, req->result); in ghash_async_final()
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dutil.c260 rc = crypto_shash_final(&sdesc->shash, result); in do_shash()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_mppe.c142 crypto_shash_final(state->sha1, state->sha1_digest); in get_new_key_from_sha()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c259 crypto_shash_final(c_tx->mpa_crc_hd, (u8 *)crc); in siw_qp_prepare_tx()
587 crypto_shash_final(c_tx->mpa_crc_hd, (u8 *)&c_tx->trailer.crc); in siw_tx_hdt()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_tkip.c499 err = crypto_shash_final(desc, mic); in michael_mic()

123