Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dacompress.h18 #define CRYPTO_ACOMP_ALLOC_OUTPUT 0x00000001 macro
236 req->flags |= CRYPTO_ACOMP_ALLOC_OUTPUT; in acomp_request_set_params()
/linux-4.19.296/crypto/
Dacompress.c142 if (req->flags & CRYPTO_ACOMP_ALLOC_OUTPUT) { in acomp_request_free()