Home
last modified time | relevance | path

Searched refs:crypto_shash_digest (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/crypto/
H A Dapi-digest.rst38 … crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shas…
H A Dapi-samples.rst130 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest);
/linux/net/mac80211/
H A Dfils_aead.c35 crypto_shash_digest(desc, tmp, AES_BLOCK_SIZE, d); in aes_s2v()
40 crypto_shash_digest(desc, addr[i], len[i], tmp); in aes_s2v()
/linux/crypto/
H A Dshash.c183 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() function
194 EXPORT_SYMBOL_GPL(crypto_shash_digest);
202 return crypto_shash_digest(desc, data, len, out); in crypto_shash_tfm_digest()
H A Dahash.c216 return crypto_shash_digest(desc, data, nbytes, req->result); in shash_ahash_digest()
227 return crypto_shash_digest(desc, data, nbytes, req->result); in shash_ahash_digest()
237 err = crypto_shash_digest(desc, data + offset, nbytes, in shash_ahash_digest()
H A Dhmac.c56 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
H A Dtestmgr.c1343 err = crypto_shash_digest(desc, sg_virt(&tsgl->sgl[0]), in test_shash_vec_cfg()
/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c73 ret = crypto_shash_digest(desc, pkcs7->data, pkcs7->data_len, sig->m); in pkcs7_digest()
121 ret = crypto_shash_digest(desc, sig->m, in pkcs7_digest()
H A Dx509_public_key.c89 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->m); in x509_get_sig_params()
/linux/include/crypto/
H A Dhash.h906 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c761 ret = crypto_shash_digest(&ctx->sdesc->shash, keys->authkey, in aead_hmac_init()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c850 ret = crypto_shash_digest(&ctx->sdesc->shash, keys->authkey, in aead_hmac_init()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c5269 rv = crypto_shash_digest(desc, peers_ch, pi.size, response); in drbd_do_auth()
5316 rv = crypto_shash_digest(desc, my_challenge, CHALLENGE_LEN, in drbd_do_auth()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2684 ret = crypto_shash_digest(ctx->shdesc, key, keylen, in safexcel_hmac_sha3_setkey()
/linux/drivers/md/
H A Ddm-integrity.c517 r = crypto_shash_digest(desc, sb, mac - sb, mac); in sb_mac()
525 r = crypto_shash_digest(desc, sb, mac - sb, actual_mac); in sb_mac()