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

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

Completed in 436 milliseconds