/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aes_cmac.c | 43 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 D | fils_aead.c | 60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); in aes_s2v()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | aes_cmac.c | 44 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 D | fils_aead.c | 60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); in aes_s2v()
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | hkdf.c | 158 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 D | hkdf.c | 158 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 D | hmac.c | 123 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 D | shash.c | 183 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 D | essiv.c | 114 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | hmac.c | 127 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 D | shash.c | 194 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 D | jitterentropy-kcapi.c | 128 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
|
H A D | essiv.c | 115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
|
/kernel/linux/linux-6.6/fs/verity/ |
H A D | hash_algs.c | 193 err = crypto_shash_finup(desc, data, params->block_size, out); in fsverity_hash_block()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | padlock-sha.c | 91 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 D | iscsi_target_auth.c | 347 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 D | iscsi_target_auth.c | 390 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 D | padlock-sha.c | 92 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 D | zynqmp-sha.c | 108 return crypto_shash_finup(&dctx->fbk_req, data, length, out); in zynqmp_sha_finup()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
|
H A D | public_key.c | 337 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 D | x509_public_key.c | 75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
H A D | pkcs7_verify.c | 110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 982 * 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 D | hash.h | 1036 * crypto_shash_finup() - calculate message digest of buffer 1050 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
|