| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | aes_cmac.c | 43 crypto_shash_finup(desc, zero, CMAC_TLEN, out); in ieee80211_aes_cmac() 67 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()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | hmac.c | 123 crypto_shash_finup(desc, out, ds, out); in hmac_final() 136 return crypto_shash_finup(desc, data, nbytes, out) ?: in hmac_finup() 138 crypto_shash_finup(desc, out, ds, out); in hmac_finup()
|
| H A D | shash.c | 183 int crypto_shash_finup(struct shash_desc *desc, const u8 *data, in crypto_shash_finup() function 195 EXPORT_SYMBOL_GPL(crypto_shash_finup); 201 crypto_shash_finup(desc, data, len, out); in shash_digest_unaligned() 301 crypto_shash_finup(desc, walk.data, nbytes, in shash_ahash_finup()
|
| H A D | fips140-module.c | 408 crypto_shash_finup(desc, rodatacopy, rodatasize, digest); in check_fips140_module_hmac()
|
| H A D | essiv.c | 115 crypto_shash_finup(desc, keys.authkey, keys.authkeylen, salt); in essiv_aead_setkey()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_auth.c | 347 ret = crypto_shash_finup(desc, chap->challenge, in chap_server_compute_hash() 464 ret = crypto_shash_finup(desc, initiatorchg_binhex, initiatorchg_len, in chap_server_compute_hash()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 64 crypto_shash_finup
|
| H A D | abi_gki_aarch64_virtual_device | 764 crypto_shash_finup
|
| H A D | abi_gki_aarch64_generic | 253 crypto_shash_finup
|
| H A D | abi_gki_aarch64_db845c | 1005 crypto_shash_finup
|
| H A D | abi_gki_aarch64_imx | 1689 crypto_shash_finup
|
| H A D | abi_gki_aarch64_qcom | 306 crypto_shash_finup
|
| H A D | abi_gki_aarch64_mtk | 271 crypto_shash_finup
|
| H A D | abi_gki_aarch64_rockchip | 1924 crypto_shash_finup
|
| H A D | abi_gki_aarch64_oplus | 339 crypto_shash_finup
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-sha.c | 91 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha1_finup() 152 return crypto_shash_finup(&dctx->fallback, in, count, out); in padlock_sha256_finup()
|
| H A D | omap-sham.c | 1127 crypto_shash_finup(shash, req->result, ds, req->result); in omap_sham_finish_hmac()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | pkcs7_verify.c | 110 ret = crypto_shash_finup(desc, sinfo->authattrs, in pkcs7_digest()
|
| H A D | public_key.c | 293 ret = crypto_shash_finup(desc, sig->data, sig->data_size, sig->digest); in cert_sig_digest_update()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 996 int crypto_shash_finup(struct shash_desc *desc, const u8 *data,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/mediatek/ |
| H A D | mtk-sha.c | 368 crypto_shash_finup(shash, req->result, ctx->ds, req->result); in mtk_sha_finish_hmac()
|
| /OK3568_Linux_fs/kernel/drivers/staging/ks7010/ |
| H A D | ks_hostif.c | 245 ret = crypto_shash_finup(desc, data + 12, len - 12, result); in michael_mic()
|