Searched defs:algo (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/ |
D | main.c | 333 static size_t hash_digest_size(enum hash_algo algo) in hash_digest_size() 357 static size_t hash_block_size(enum hash_algo algo) in hash_block_size() 377 static int pr_hash_algo_name(enum hash_algo algo) in pr_hash_algo_name()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_mchp_xec_symcr.c | 109 enum hash_algo algo; member 147 enum hash_algo algo; member 158 static enum mchp_rom_hash_alg_id lookup_hash_alg(enum hash_algo algo) in lookup_hash_alg() 172 static size_t hash_block_size(enum hash_algo algo) in hash_block_size() 396 enum hash_algo algo) in xec_symcr_hash_session_begin()
|
D | crypto_npcx_sha.c | 64 enum hash_algo algo; member 136 enum hash_algo algo) in npcx_hash_session_setup()
|
D | crypto_mtls_shim.c | 52 enum hash_algo algo; member 316 enum cipher_algo algo, enum cipher_mode mode, in mtls_session_setup() 538 enum hash_algo algo) in mtls_hash_session_setup()
|
D | crypto_nrf_ecb.c | 86 enum cipher_algo algo, enum cipher_mode mode, in nrf_ecb_session_setup()
|
D | crypto_smartbond.c | 360 static int crypto_smartbond_hash_set_algo(enum hash_algo algo) in crypto_smartbond_hash_set_algo() 786 enum cipher_algo algo, enum cipher_mode mode, enum cipher_op op_type) in crypto_smartbond_cipher_begin_session() 870 struct hash_ctx *ctx, enum hash_algo algo) in crypto_smartbond_hash_begin_session()
|
D | crypto_mcux_dcp.c | 188 enum cipher_algo algo, enum cipher_mode mode, in crypto_dcp_cipher_begin_session() 270 enum hash_algo algo) in crypto_dcp_hash_begin_session()
|
D | crypto_it8xxx2_sha.c | 187 struct hash_ctx *ctx, enum hash_algo algo) in it8xxx2_hash_begin_session()
|
D | crypto_tc_shim.c | 194 enum cipher_algo algo, enum cipher_mode mode, in tc_session_setup()
|
D | crypto_intel_sha.c | 285 enum hash_algo algo) in intel_sha_device_set_hash_type()
|
D | crypto_it8xxx2_sha_v2.c | 307 struct hash_ctx *ctx, enum hash_algo algo) in it8xxx2_hash_begin_session()
|
D | crypto_intel_sha_priv.h | 79 uint32_t algo; member
|
D | crypto_ataes132a.c | 798 enum cipher_algo algo, enum cipher_mode mode, in ataes132a_session_setup()
|
D | crypto_stm32.c | 329 enum cipher_algo algo, in crypto_stm32_session_setup()
|
D | crypto_si32.c | 1050 const enum cipher_algo algo, const enum cipher_mode mode, in crypto_si32_begin_session()
|
D | crypto_intel_sha_registers.h | 124 uint32_t algo : 3; member
|
/Zephyr-latest/include/zephyr/crypto/ |
D | crypto.h | 164 enum cipher_algo algo, in cipher_begin_session() 386 enum hash_algo algo) in hash_begin_session()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc2520.c | 1355 enum cipher_algo algo, in cc2520_crypto_begin_session()
|