Home
last modified time | relevance | path

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

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