Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dshash.c175 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()
Dhmac.c65 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
/linux-4.4.14/include/crypto/
Dhash.h778 int crypto_shash_digest(struct shash_desc *desc, const u8 *data,
/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c352 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.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c276 ret = crypto_shash_digest(sdesc, key, key_len, in ccp_sha_setkey()
/linux-4.4.14/net/bluetooth/
Damp.c166 ret = crypto_shash_digest(shash, plaintext, psize, output); in hmac_sha256()
/linux-4.4.14/security/keys/
Dtrusted.c71 ret = crypto_shash_digest(&sdesc->shash, data, datalen, digest); in TSS_sha1()
/linux-4.4.14/drivers/crypto/
Dmv_cesa.c813 crypto_shash_digest(shash, key, keylen, ipad); in mv_hash_setkey()
Domap-sham.c1133 return crypto_shash_digest(shash, data, len, out); in omap_sham_shash_digest()
Dn2_core.c464 err = crypto_shash_digest(shash, key, keylen, in n2_hmac_async_setkey()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c167 int ret = crypto_shash_digest(shash, auth_key, in qat_alg_do_precomputes()