Home
last modified time | relevance | path

Searched refs:CAP_SYNC_OPS (Results 1 – 17 of 17) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/crypto/
Dcrypto.h56 #define CAP_SYNC_OPS BIT(5) macro
126 __ASSERT((tmp & (CAP_SYNC_OPS | CAP_ASYNC_OPS)) != 0, in crypto_query_hwcaps()
185 flags = (ctx->flags & (CAP_SYNC_OPS | CAP_ASYNC_OPS)); in cipher_begin_session()
187 __ASSERT(flags != (CAP_SYNC_OPS | CAP_ASYNC_OPS), in cipher_begin_session()
399 flags = (ctx->flags & (CAP_SYNC_OPS | CAP_ASYNC_OPS)); in hash_begin_session()
401 __ASSERT(flags != (CAP_SYNC_OPS | CAP_ASYNC_OPS), in hash_begin_session()
/Zephyr-Core-3.7.0/drivers/crypto/
Dcrypto_nrf_ecb.c81 return (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in nrf_ecb_query_caps()
92 !(ctx->flags & CAP_SYNC_OPS) || in nrf_ecb_session_setup()
Dcrypto_tc_shim.c211 if (!(ctx->flags & CAP_SYNC_OPS)) { in tc_session_setup()
291 return (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in tc_query_caps()
Dcrypto_mcux_dcp.c22 CAP_SYNC_OPS | CAP_NO_IV_PREFIX)
23 #define CRYPTO_DCP_HASH_CAPS (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS)
Dcrypto_it8xxx2_sha.c183 return (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in it8xxx2_query_hw_caps()
Dcrypto_npcx_sha.c18 #define NPCX_HASH_CAPS_SUPPORT (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS)
Dcrypto_it8xxx2_sha_v2.c303 return (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in it8xxx2_query_hw_caps()
Dcrypto_ataes132a.c827 if (!(ctx->flags & CAP_SYNC_OPS)) { in ataes132a_session_setup()
871 CAP_SYNC_OPS | CAP_AUTONONCE); in ataes132a_query_caps()
Dcrypto_intel_sha.c325 return (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in intel_sha_device_hw_caps()
Dcrypto_mchp_xec_symcr.c101 (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | CAP_NO_IV_PREFIX)
Dcrypto_stm32.c32 #define CRYP_SUPPORT (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | \
Dcrypto_mtls_shim.c32 #define MTLS_SUPPORT (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | \
Dcrypto_smartbond.c31 #define CRYPTO_HW_CAPS (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | CAP_NO_IV_PREFIX)
/Zephyr-Core-3.7.0/samples/boards/mec172xevb_assy6906/rom_api/src/
Dmain.c431 zhash_ctx.flags = CAP_SYNC_OPS | CAP_SEPARATE_IO_BUFS; in test_zephyr_hash_chunk_block_size()
524 zhash_ctx.flags = CAP_SYNC_OPS | CAP_SEPARATE_IO_BUFS; in test_zephyr_hash_chunk()
597 if ((flags & CAP_SYNC_OPS) == 0U) { in validate_hw_compatibility()
609 cap_flags = CAP_RAW_KEY | CAP_SYNC_OPS | CAP_SEPARATE_IO_BUFS; in validate_hw_compatibility()
/Zephyr-Core-3.7.0/tests/crypto/crypto_hash/src/
Dmain.c154 ctx.flags = CAP_SYNC_OPS | CAP_SEPARATE_IO_BUFS; in ZTEST_USER()
/Zephyr-Core-3.7.0/samples/drivers/crypto/src/
Dmain.c95 if ((flags & CAP_SYNC_OPS) == 0U) { in validate_hw_compatibility()
107 cap_flags = CAP_RAW_KEY | CAP_SYNC_OPS | CAP_SEPARATE_IO_BUFS; in validate_hw_compatibility()
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_cc2520.c1350 return CAP_RAW_KEY | CAP_INPLACE_OPS | CAP_SYNC_OPS; in cc2520_crypto_hw_caps()