Home
last modified time | relevance | path

Searched refs:crypto_shash_finup (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/mac80211/
H A Daes_cmac.c44 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac()
68 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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); variable
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 Dessiv.c114 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
/kernel/linux/linux-6.6/crypto/
H A Dhmac.c127 crypto_shash_finup(desc, out, ds, out); in hmac_final()
140 return crypto_shash_finup(desc, data, nbytes, out) ?: in hmac_finup()
142 crypto_shash_finup(desc, out, ds, out); in hmac_finup()
H A Dshash.c194 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() function
217 EXPORT_SYMBOL_GPL(crypto_shash_finup); variable
333 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
H A Djitterentropy-kcapi.c128 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
H A Dessiv.c115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
/kernel/linux/linux-6.6/fs/verity/
H A Dhash_algs.c193 err = crypto_shash_finup(desc, data, params->block_size, out); in fsverity_hash_block()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_auth.c347 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash()
350 pr_err("crypto_shash_finup() failed for challenge\n"); in chap_server_compute_hash()
464 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
467 pr_err("crypto_shash_finup() failed for ma challenge\n"); in chap_server_compute_hash()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_auth.c390 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash()
393 pr_err("crypto_shash_finup() failed for challenge\n"); in chap_server_compute_hash()
536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
539 pr_err("crypto_shash_finup() failed for ma challenge\n"); in chap_server_compute_hash()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-sha.c92 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha1_finup()
153 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha256_finup()
/kernel/linux/linux-6.6/drivers/crypto/xilinx/
H A Dzynqmp-sha.c108 return crypto_shash_finup(&dctx->fbk_req, data, length, out); in zynqmp_sha_finup()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
H A Dpublic_key.c337 ret = crypto_shash_finup(desc, sig->data, sig->data_size, sig->digest); in cert_sig_digest_update()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dx509_public_key.c75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
H A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h982 * crypto_shash_finup() - calculate message digest of buffer
996 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h1036 * crypto_shash_finup() - calculate message digest of buffer
1050 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,

Completed in 17 milliseconds

12