Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Dacompress.h72 static inline struct acomp_req *__acomp_request_alloc(struct crypto_acomp *tfm) in __acomp_request_alloc() function
/openbmc/linux/crypto/
H A Dacompress.c160 req = __acomp_request_alloc(acomp); in acomp_request_alloc()