Searched refs:CAP_SYNC_OPS (Results 1 – 17 of 17) sorted by relevance
56 #define CAP_SYNC_OPS BIT(5) macro126 __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()
81 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()
211 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()
22 CAP_SYNC_OPS | CAP_NO_IV_PREFIX)23 #define CRYPTO_DCP_HASH_CAPS (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS)
183 return (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in it8xxx2_query_hw_caps()
18 #define NPCX_HASH_CAPS_SUPPORT (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS)
303 return (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in it8xxx2_query_hw_caps()
827 if (!(ctx->flags & CAP_SYNC_OPS)) { in ataes132a_session_setup()871 CAP_SYNC_OPS | CAP_AUTONONCE); in ataes132a_query_caps()
325 return (CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS); in intel_sha_device_hw_caps()
101 (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | CAP_NO_IV_PREFIX)
32 #define CRYP_SUPPORT (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | \
32 #define MTLS_SUPPORT (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | \
31 #define CRYPTO_HW_CAPS (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | CAP_NO_IV_PREFIX)
431 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()
154 ctx.flags = CAP_SYNC_OPS | CAP_SEPARATE_IO_BUFS; in ZTEST_USER()
95 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()
1350 return CAP_RAW_KEY | CAP_INPLACE_OPS | CAP_SYNC_OPS; in cc2520_crypto_hw_caps()