Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/mac80211/
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()
A Dfils_aead.c60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); in aes_s2v()
/linux-6.3-rc2/fs/crypto/
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-6.3-rc2/crypto/
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()
A Dshash.c173 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() function
185 EXPORT_SYMBOL_GPL(crypto_shash_finup);
191 crypto_shash_finup(desc, data, len, out); in shash_digest_unaligned()
291 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
A Dessiv.c115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
A Dtestmgr.c1319 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]), in test_shash_vec_cfg()
/linux-6.3-rc2/Documentation/crypto/
A Dapi-digest.rst35 …ort crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
/linux-6.3-rc2/drivers/target/iscsi/
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-6.3-rc2/drivers/crypto/
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()
A Domap-sham.c1112 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
/linux-6.3-rc2/drivers/crypto/xilinx/
A Dzynqmp-sha.c109 return crypto_shash_finup(&dctx->fbk_req, data, length, out); in zynqmp_sha_finup()
/linux-6.3-rc2/crypto/asymmetric_keys/
A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
A Dpublic_key.c357 ret = crypto_shash_finup(desc, sig->data, sig->data_size, sig->digest); in cert_sig_digest_update()
/linux-6.3-rc2/include/crypto/
A Dhash.h998 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c49 ret = crypto_shash_finup(sdesc, key, keylen, tfmctx->key); in sun8i_ss_hashkey()
/linux-6.3-rc2/drivers/staging/ks7010/
A Dks_hostif.c241 ret = crypto_shash_finup(desc, data + 12, len - 12, result); in michael_mic()
/linux-6.3-rc2/drivers/crypto/bcm/
A Dcipher.c2222 ret = crypto_shash_finup(ctx->shash, tmpbuf, req->nbytes, in ahash_finup()

Completed in 37 milliseconds