Home
last modified time | relevance | path

Searched refs:crypto_shash_finup (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/mac80211/
H A Daes_cmac.c43 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac()
67 crypto_shash_finup(desc, zero, CMAC_TLEN_256, mic); in ieee80211_aes_cmac_256()
H A Dfils_aead.c60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); in aes_s2v()
/OK3568_Linux_fs/kernel/crypto/
H A Dhmac.c123 crypto_shash_finup(desc, out, ds, out); in hmac_final()
136 return crypto_shash_finup(desc, data, nbytes, out) ?: in hmac_finup()
138 crypto_shash_finup(desc, out, ds, out); in hmac_finup()
H A Dshash.c183 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() function
195 EXPORT_SYMBOL_GPL(crypto_shash_finup);
201 crypto_shash_finup(desc, data, len, out); in shash_digest_unaligned()
301 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
H A Dfips140-module.c408 crypto_shash_finup(desc, rodatacopy, rodatasize, digest); in check_fips140_module_hmac()
H A Dessiv.c115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhkdf.c158 err = crypto_shash_finup(desc, &counter, 1, tmp); in fscrypt_hkdf_expand()
164 err = crypto_shash_finup(desc, &counter, 1, &okm[i]); in fscrypt_hkdf_expand()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-digest.rst35 …ort crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_auth.c347 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash()
464 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips14064 crypto_shash_finup
H A Dabi_gki_aarch64_virtual_device764 crypto_shash_finup
H A Dabi_gki_aarch64_generic253 crypto_shash_finup
H A Dabi_gki_aarch64_db845c1005 crypto_shash_finup
H A Dabi_gki_aarch64_imx1689 crypto_shash_finup
H A Dabi_gki_aarch64_qcom306 crypto_shash_finup
H A Dabi_gki_aarch64_mtk271 crypto_shash_finup
H A Dabi_gki_aarch64_rockchip1924 crypto_shash_finup
H A Dabi_gki_aarch64_oplus339 crypto_shash_finup
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpadlock-sha.c91 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha1_finup()
152 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha256_finup()
H A Domap-sham.c1127 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
H A Dpublic_key.c293 ret = crypto_shash_finup(desc, sig->data, sig->data_size, sig->digest); in cert_sig_digest_update()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h996 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
/OK3568_Linux_fs/kernel/drivers/crypto/mediatek/
H A Dmtk-sha.c368 crypto_shash_finup(shash, req->result, ctx->ds, req->result); in mtk_sha_finish_hmac()
/OK3568_Linux_fs/kernel/drivers/staging/ks7010/
H A Dks_hostif.c245 ret = crypto_shash_finup(desc, data + 12, len - 12, result); in michael_mic()

12