/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()
|
/linux/crypto/krb5/ |
H A D | rfc6803_camellia.c | 92 ret = crypto_shash_finup(desc, data.data, data.len, K.data); in rfc6803_calc_KDF_FEEDBACK_CMAC() 166 ret = crypto_shash_finup(desc, octet_string->data, octet_string->len, result->data); in rfc6803_calc_PRF()
|
H A D | rfc8009_aes2.c | 96 ret = crypto_shash_finup(desc, data.data, data.len, K1.data); in rfc8009_calc_KDF_HMAC_SHA2()
|
H A D | rfc3961_simplified.c | 168 ret = crypto_shash_finup(desc, data->data, data->len, digest->data); in rfc3961_calc_H()
|
/linux/include/crypto/ |
H A D | hash.h | 962 * crypto_shash_finup() - calculate message digest of buffer 976 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, 994 return crypto_shash_finup(desc, data, len, NULL); in crypto_shash_update() 1013 return crypto_shash_finup(desc, NULL, 0, out); in crypto_shash_final()
|
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 35 :functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shash_init crypto_shash_update crypto_shash_final crypto_shash_finup
|
/linux/crypto/ |
H A D | hkdf.c | 109 err = crypto_shash_finup(desc, &counter, 1, tmp); in hkdf_expand() 115 err = crypto_shash_finup(desc, &counter, 1, &okm[i]); in hkdf_expand()
|
H A D | shash.c | 110 int crypto_shash_finup(struct shash_desc *restrict desc, const u8 *data, in crypto_shash_finup() function 174 EXPORT_SYMBOL_GPL(crypto_shash_finup); 180 crypto_shash_finup(desc, data, len, out); in shash_default_digest()
|
H A D | jitterentropy-kcapi.c | 138 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
|
H A D | hmac.c | 141 return crypto_shash_finup(desc, data, nbytes, out) ?: in hmac_finup() 143 crypto_shash_finup(desc, out, ds, out); in hmac_finup()
|
H A D | essiv.c | 115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
|
H A D | testmgr.c | 1385 err = crypto_shash_finup(desc, sg_virt(&tsgl->sgl[i]), in test_shash_vec_cfg()
|
/linux/samples/tsm-mr/ |
H A D | tsm_mr_sample.c | 62 rc = crypto_shash_finup(desc, data, mr->mr_size, mr->mr_value); in sample_report_extend_mr()
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_auth.c | 390 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash() 393 pr_err("crypto_shash_finup() failed for challenge\n"); in chap_server_compute_hash() 536 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash() 539 pr_err("crypto_shash_finup() failed for ma challenge\n"); in chap_server_compute_hash()
|
/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 120 crypto_shash_finup(fbdesc, data, length, out); in zynqmp_sha_finup()
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_verify.c | 110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
|
/linux/drivers/crypto/ |
H A D | omap-sham.c | 1111 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
|
/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2222 ret = crypto_shash_finup(ctx->shash, tmpbuf, req->nbytes, in ahash_finup()
|