/linux-6.3-rc2/net/mac80211/ |
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()
|
A D | fils_aead.c | 60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); in aes_s2v()
|
/linux-6.3-rc2/fs/crypto/ |
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()
|
/linux-6.3-rc2/crypto/ |
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()
|
A D | shash.c | 173 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 D | essiv.c | 115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
|
A D | testmgr.c | 1319 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]), in test_shash_vec_cfg()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | api-digest.rst | 35 …ort crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
|
/linux-6.3-rc2/drivers/target/iscsi/ |
A D | iscsi_target_auth.c | 390 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 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()
|
A D | omap-sham.c | 1112 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
|
/linux-6.3-rc2/drivers/crypto/xilinx/ |
A D | zynqmp-sha.c | 109 return crypto_shash_finup(&dctx->fbk_req, data, length, out); in zynqmp_sha_finup()
|
/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | pkcs7_verify.c | 110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
|
A D | public_key.c | 357 ret = crypto_shash_finup(desc, sig->data, sig->data_size, sig->digest); in cert_sig_digest_update()
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 998 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 49 ret = crypto_shash_finup(sdesc, key, keylen, tfmctx->key); in sun8i_ss_hashkey()
|
/linux-6.3-rc2/drivers/staging/ks7010/ |
A D | ks_hostif.c | 241 ret = crypto_shash_finup(desc, data + 12, len - 12, result); in michael_mic()
|
/linux-6.3-rc2/drivers/crypto/bcm/ |
A D | cipher.c | 2222 ret = crypto_shash_finup(ctx->shash, tmpbuf, req->nbytes, in ahash_finup()
|