/openbmc/linux/net/mac80211/ |
H A D | aes_cmac.c | 44 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac() 68 crypto_shash_finup(desc, zero, CMAC_TLEN_256, mic); in ieee80211_aes_cmac_256()
|
H A D | fils_aead.c | 60 crypto_shash_finup(desc, d, AES_BLOCK_SIZE, v); in aes_s2v()
|
/openbmc/linux/fs/crypto/ |
H A D | hkdf.c | 158 err = crypto_shash_finup(desc, &counter, 1, tmp); in fscrypt_hkdf_expand() 164 err = crypto_shash_finup(desc, &counter, 1, &okm[i]); in fscrypt_hkdf_expand()
|
/openbmc/linux/crypto/ |
H A D | hmac.c | 127 crypto_shash_finup(desc, out, ds, out); in hmac_final() 140 return crypto_shash_finup(desc, data, nbytes, out) ?: in hmac_finup() 142 crypto_shash_finup(desc, out, ds, out); in hmac_finup()
|
H A D | shash.c | 194 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() function 217 EXPORT_SYMBOL_GPL(crypto_shash_finup); 333 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
|
H A D | jitterentropy-kcapi.c | 128 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
|
H A D | essiv.c | 115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
|
H A D | testmgr.c | 1362 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]), in test_shash_vec_cfg()
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-digest.rst | 35 …ort crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 390 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash() 536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
|
/openbmc/linux/fs/verity/ |
H A D | hash_algs.c | 191 err = crypto_shash_finup(desc, data, params->block_size, out); in fsverity_hash_block()
|
/openbmc/linux/drivers/crypto/ |
H A D | padlock-sha.c | 92 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha1_finup() 153 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha256_finup()
|
H A D | omap-sham.c | 1111 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 108 return crypto_shash_finup(&dctx->fbk_req, data, length, out); in zynqmp_sha_finup()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 75 crypto_shash_finup(desc, cert->tbs, cert->tbs_size, in x509_get_sig_params()
|
H A D | pkcs7_verify.c | 110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 1050 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 54 ret = crypto_shash_finup(sdesc, key, keylen, tfmctx->key); in sun8i_ss_hashkey()
|
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 240 ret = crypto_shash_finup(desc, data + 12, len - 12, result); in michael_mic()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2221 ret = crypto_shash_finup(ctx->shash, tmpbuf, req->nbytes, in ahash_finup()
|