| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | crypto.c | 49 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 D | crc-vpmsum_test.c | 89 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 D | shash.c | 163 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 D | hmac.c | 121 return crypto_shash_final(desc, out) ?: in hmac_final()
|
| H A D | adiantum.c | 278 return crypto_shash_final(hash_desc, (u8 *)digest); in adiantum_hash_message()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | auth.c | 77 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 D | ima_crypto.c | 503 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 D | cifsencrypt.c | 98 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 D | smbencrypt.c | 129 rc = crypto_shash_final(&sdescmd4->shash, md4_hash); in mdfour()
|
| H A D | link.c | 70 rc = crypto_shash_final(&sdescmd5->shash, md5_hash); in symlink_hash()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 35 …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 D | mic.c | 85 err = crypto_shash_final(desc, mic); in orinoco_mic()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 63 crypto_shash_final
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 113 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 D | digsig.c | 244 crypto_shash_final(desc, hash); in digsig_verify()
|
| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_crypto.c | 174 crypto_shash_final(desc, digest); in hmac_add_misc()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 205 return crypto_shash_final(desc, req->result); in ghash_async_final()
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | dh.c | 183 err = crypto_shash_final(desc, dst); in kdf_ctr()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 362 ret = crypto_shash_final(desc, digest); in pefile_digest_pe()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 979 int crypto_shash_final(struct shash_desc *desc, u8 *out);
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 244 return crypto_shash_final(desc, req->result); in ghash_async_final()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/bcm/ |
| H A D | util.c | 260 rc = crypto_shash_final(&sdesc->shash, result); in do_shash()
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 142 crypto_shash_final(state->sha1, state->sha1_digest); in get_new_key_from_sha()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 259 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 D | lib80211_crypt_tkip.c | 499 err = crypto_shash_final(desc, mic); in michael_mic()
|