Searched refs:crypto_shash_digest (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/crypto/ |
D | shash.c | 175 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() function 187 EXPORT_SYMBOL_GPL(crypto_shash_digest); 286 err = crypto_shash_digest(desc, data + offset, nbytes, in shash_ahash_digest() 426 err = crypto_shash_digest(desc, data + offset, nbytes, out); in shash_compat_digest()
|
D | hmac.c | 65 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
|
/linux-4.1.27/include/crypto/ |
D | hash.h | 759 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
|
/linux-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.c | 352 ret = crypto_shash_digest(&sdesc->shash, buf, buflen, digest); in calc_hmac() 368 ret = crypto_shash_digest(&sdesc->shash, buf, buflen, digest); in calc_hash()
|
/linux-4.1.27/net/bluetooth/ |
D | amp.c | 165 ret = crypto_shash_digest(shash, plaintext, psize, output); in hmac_sha256()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 263 ret = crypto_shash_digest(sdesc, key, key_len, in ccp_sha_setkey()
|
/linux-4.1.27/security/keys/ |
D | trusted.c | 71 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
|
/linux-4.1.27/drivers/crypto/ |
D | mv_cesa.c | 808 crypto_shash_digest(shash, key, keylen, ipad); in mv_hash_setkey()
|
D | omap-sham.c | 1127 return crypto_shash_digest(shash, data, len, out); in omap_sham_shash_digest()
|
D | n2_core.c | 464 err = crypto_shash_digest(shash, key, keylen, in n2_hmac_async_setkey()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 176 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes()
|