Home
last modified time | relevance | path

Searched refs:crypto_shash_finup (Results 1 – 20 of 20) sorted by path

/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/crypto/
H A Dahash.c72 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
H A Dessiv.c115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
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 Djitterentropy-kcapi.c138 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
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 Dtestmgr.c1359 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]), in test_shash_vec_cfg()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
H A Dx509_public_key.c75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
/linux/drivers/crypto/bcm/
H A Dcipher.c2221 ret = crypto_shash_finup(ctx->shash, tmpbuf, req->nbytes, in ahash_finup()
/linux/drivers/crypto/
H A Domap-sham.c1111 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
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/drivers/crypto/xilinx/
H A Dzynqmp-sha.c108 return crypto_shash_finup(&dctx->fbk_req, data, length, out); in zynqmp_sha_finup()
/linux/drivers/staging/ks7010/
H A Dks_hostif.c240 ret = crypto_shash_finup(desc, data + 12, len - 12, result); in michael_mic()
/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/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/fs/verity/
H A Dhash_algs.c191 err = crypto_shash_finup(desc, data, params->block_size, out); in fsverity_hash_block()
/linux/include/crypto/
H A Dhash.h943 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
/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()