Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/internal/
Dacompress.h37 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc() function
/linux-5.19.10/crypto/
Dacompress.c125 req = __acomp_request_alloc(acomp); in acomp_request_alloc()