Searched refs:crypto_shash_digest (Results 1 – 15 of 15) sorted by relevance
| /linux/Documentation/crypto/ |
| H A D | api-digest.rst | 38 … crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shas…
|
| H A D | api-samples.rst | 130 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest);
|
| /linux/net/mac80211/ |
| H A D | fils_aead.c | 35 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 D | shash.c | 183 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 D | ahash.c | 216 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 D | hmac.c | 56 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
|
| H A D | testmgr.c | 1343 err = crypto_shash_digest(desc, sg_virt(&tsgl->sgl[0]), in test_shash_vec_cfg()
|
| /linux/crypto/asymmetric_keys/ |
| H A D | pkcs7_verify.c | 73 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 D | x509_public_key.c | 89 ret = crypto_shash_digest(desc, cert->tbs, cert->tbs_size, sig->m); in x509_get_sig_params()
|
| /linux/include/crypto/ |
| H A D | hash.h | 906 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 761 ret = crypto_shash_digest(&ctx->sdesc->shash, keys->authkey, in aead_hmac_init()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 850 ret = crypto_shash_digest(&ctx->sdesc->shash, keys->authkey, in aead_hmac_init()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 5269 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 D | safexcel_hash.c | 2684 ret = crypto_shash_digest(ctx->shdesc, key, keylen, in safexcel_hmac_sha3_setkey()
|
| /linux/drivers/md/ |
| H A D | dm-integrity.c | 517 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()
|