Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/crypto/
H A Dhmac.c119 crypto_shash_finup(desc, out, ds, out); in hmac_final()
133 return crypto_shash_finup(desc, data, nbytes, out) ?: in hmac_finup()
135 crypto_shash_finup(desc, out, ds, out); in hmac_finup()
H A Dshash.c71 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() function
76 EXPORT_SYMBOL_GPL(crypto_shash_finup);
H A Djitterentropy-kcapi.c138 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()
H A Dahash.c72 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
H A Dtestmgr.c1393 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]), in test_shash_vec_cfg()
/linux/Documentation/crypto/
H A Dapi-digest.rst35 …ort crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
/linux/drivers/target/iscsi/
H A Discsi_target_auth.c390 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash()
536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
/linux/fs/verity/
H A Dhash_algs.c191 err = crypto_shash_finup(desc, data, params->block_size, out); in fsverity_hash_block()
/linux/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()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()