Searched refs:crypto_request_flags (Results 1 – 3 of 3) sorted by relevance
218 return crypto_request_flags(&req->base) & ~CRYPTO_ACOMP_REQ_PRIVATE; in acomp_request_flags()
253 return crypto_request_flags(&req->base) & ~CRYPTO_AHASH_REQ_PRIVATE; in ahash_request_flags()
283 static inline u32 crypto_request_flags(struct crypto_async_request *req) in crypto_request_flags() function