Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/drivers/crypto/
Dcrypto_si32.c98 return (CAP_RAW_KEY | CAP_INPLACE_OPS | CAP_SEPARATE_IO_BUFS | CAP_SYNC_OPS | in crypto_si32_query_hw_caps()
596 if ((ctx->flags & CAP_INPLACE_OPS) && (pkt->out_buf != NULL)) { in crypto_si32_aes_ecb_op()
1078 if (ctx->flags & CAP_INPLACE_OPS && (ctx->flags & CAP_NO_IV_PREFIX) == 0) { in crypto_si32_begin_session()
/Zephyr-latest/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()