Searched refs:CRYPTO_ACOMP_ALLOC_OUTPUT (Results 1 – 2 of 2) sorted by relevance
16 #define CRYPTO_ACOMP_ALLOC_OUTPUT 0x00000001 macro225 req->base.flags &= CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_callback()226 req->base.flags |= flgs & ~CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_callback()253 req->flags &= ~CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_params()255 req->flags |= CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_params()
176 if (req->flags & CRYPTO_ACOMP_ALLOC_OUTPUT) { in acomp_request_free()