Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/crypto/
Dcrypto.h84 int (*hash_begin_session)(const struct device *dev, struct hash_ctx *ctx, member
384 static inline int hash_begin_session(const struct device *dev, in hash_begin_session() function
405 return api->hash_begin_session(dev, ctx, algo); in hash_begin_session()
/Zephyr-latest/tests/crypto/crypto_hash/src/
Dmain.c156 ret = hash_begin_session(dev, &ctx, CRYPTO_HASH_ALGO_SHA256); in ZTEST_USER()
/Zephyr-latest/drivers/crypto/
Dcrypto_it8xxx2_sha.c219 .hash_begin_session = it8xxx2_hash_begin_session,
Dcrypto_npcx_sha.c206 .hash_begin_session = npcx_hash_session_setup,
Dcrypto_it8xxx2_sha_v2.c344 .hash_begin_session = it8xxx2_hash_begin_session,
Dcrypto_intel_sha.c329 .hash_begin_session = intel_sha_device_set_hash_type,
Dcrypto_mcux_dcp.c338 .hash_begin_session = crypto_dcp_hash_begin_session,
Dcrypto_mchp_xec_symcr.c519 .hash_begin_session = xec_symcr_hash_session_begin,
Dcrypto_mtls_shim.c606 .hash_begin_session = mtls_hash_session_setup,
Dcrypto_smartbond.c930 .hash_begin_session = crypto_smartbond_hash_begin_session,
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/
Dmain.c433 ret = hash_begin_session(symcr_dev, &zhash_ctx, tp->hash_id); in test_zephyr_hash_chunk_block_size()
526 ret = hash_begin_session(symcr_dev, &zhash_ctx, tp->hash_id); in test_zephyr_hash_chunk()