Searched refs:crypto_shash_finup (Results 1 - 19 of 19) sorted by relevance

/linux-master/net/mac80211/
H A Daes_cmac.c44 crypto_shash_finup(desc, zero, CMAC_TLEN, out);
68 crypto_shash_finup(desc, zero, CMAC_TLEN_256, mic);
H A Dfils_aead.c60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v);
/linux-master/fs/crypto/
H A Dhkdf.c158 err = crypto_shash_finup(desc, &counter, 1, tmp);
164 err = crypto_shash_finup(desc, &counter, 1, &okm[i]);
/linux-master/crypto/
H A Dhmac.c119 crypto_shash_finup(desc, out, ds, out);
133 return crypto_shash_finup(desc, data, nbytes, out) ?:
135 crypto_shash_finup(desc, out, ds, out);
H A Dshash.c99 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, function
117 EXPORT_SYMBOL_GPL(crypto_shash_finup); variable
H A Djitterentropy-kcapi.c139 crypto_shash_finup(desc, addtl, addtl_len, intermediary);
H A Dessiv.c115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt);
H A Dahash.c88 crypto_shash_finup(desc, walk.data, nbytes,
H A Dtestmgr.c1359 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]),
/linux-master/fs/verity/
H A Dhash_algs.c191 err = crypto_shash_finup(desc, data, params->block_size, out);
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c390 ret = crypto_shash_finup(desc, chap->challenge,
393 pr_err("crypto_shash_finup() failed for challenge\n");
536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len,
539 pr_err("crypto_shash_finup() failed for ma challenge\n");
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c108 return crypto_shash_finup(&dctx->fbk_req, data, length, out);
/linux-master/crypto/asymmetric_keys/
H A Dx509_public_key.c75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size,
H A Dpkcs7_verify.c110 ret = crypto_shash_finup(desc, sinfo->authattrs,
/linux-master/drivers/crypto/
H A Dpadlock-sha.c92 return crypto_shash_finup(&dctx->fallback, in, count, out);
153 return crypto_shash_finup(&dctx->fallback, in, count, out);
H A Domap-sham.c1111 crypto_shash_finup(shash, req->result, ds, req->result);
/linux-master/include/crypto/
H A Dhash.h951 * crypto_shash_finup() - calculate message digest of buffer
965 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
/linux-master/drivers/staging/ks7010/
H A Dks_hostif.c240 ret = crypto_shash_finup(desc, data + 12, len - 12, result);
/linux-master/drivers/crypto/bcm/
H A Dcipher.c2221 ret = crypto_shash_finup(ctx->shash, tmpbuf, req->nbytes,

Completed in 394 milliseconds