Searched refs:CAP_INPLACE_OPS (Results 1 – 2 of 2) sorted by relevance
49 #define CAP_INPLACE_OPS BIT(3) macro123 __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()
1190 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()