Home
last modified time | relevance | path

Searched refs:CAP_INPLACE_OPS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/crypto/
Dcrypto.h49 #define CAP_INPLACE_OPS BIT(3) macro
123 __ASSERT((tmp & (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS)) != 0, in crypto_query_hwcaps()
180 flags = (ctx->flags & (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS)); in cipher_begin_session()
182 __ASSERT(flags != (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS), in cipher_begin_session()
394 flags = (ctx->flags & (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS)); in hash_begin_session()
396 __ASSERT(flags != (CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS), in hash_begin_session()
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_cc2520.c1190 if (!(ctx->flags & CAP_INPLACE_OPS)) { in insert_crypto_parameters()
1350 return CAP_RAW_KEY | CAP_INPLACE_OPS | CAP_SYNC_OPS; in cc2520_crypto_hw_caps()