Searched refs:CAP_ASYNC_OPS (Results 1 – 2 of 2) sorted by relevance
57 #define CAP_ASYNC_OPS BIT(6) 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()
29 #define CRYPTO_HW_CAPS (CAP_RAW_KEY | CAP_SEPARATE_IO_BUFS | CAP_ASYNC_OPS | CAP_NO_IV_PREFIX)