Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dacompress.h16 #define CRYPTO_ACOMP_ALLOC_OUTPUT 0x00000001 macro
207 req->base.flags &= CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_callback()
208 req->base.flags |= flgs & ~CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_callback()
235 req->flags &= ~CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_params()
237 req->flags |= CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_params()
/linux/crypto/
H A Dacompress.c147 if (req->flags & CRYPTO_ACOMP_ALLOC_OUTPUT) { in acomp_request_free()