Searched refs:hash_begin_session (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/include/zephyr/crypto/ |
D | crypto.h | 84 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/ |
D | main.c | 156 ret = hash_begin_session(dev, &ctx, CRYPTO_HASH_ALGO_SHA256); in ZTEST_USER()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_it8xxx2_sha.c | 219 .hash_begin_session = it8xxx2_hash_begin_session,
|
D | crypto_npcx_sha.c | 206 .hash_begin_session = npcx_hash_session_setup,
|
D | crypto_it8xxx2_sha_v2.c | 344 .hash_begin_session = it8xxx2_hash_begin_session,
|
D | crypto_intel_sha.c | 329 .hash_begin_session = intel_sha_device_set_hash_type,
|
D | crypto_mcux_dcp.c | 338 .hash_begin_session = crypto_dcp_hash_begin_session,
|
D | crypto_mchp_xec_symcr.c | 519 .hash_begin_session = xec_symcr_hash_session_begin,
|
D | crypto_mtls_shim.c | 606 .hash_begin_session = mtls_hash_session_setup,
|
D | crypto_smartbond.c | 930 .hash_begin_session = crypto_smartbond_hash_begin_session,
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/ |
D | main.c | 433 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()
|