Searched refs:CRYPTO_TFM_REQ_ON_STACK (Results 1 – 2 of 2) sorted by relevance
153 #define CRYPTO_TFM_REQ_ON_STACK 0x00000800 macro495 return req->flags & CRYPTO_TFM_REQ_ON_STACK; in crypto_req_on_stack()502 u32 keep = CRYPTO_TFM_REQ_ON_STACK; in crypto_request_set_callback()514 req->flags &= ~CRYPTO_TFM_REQ_ON_STACK; in crypto_request_set_tfm()525 req->flags |= CRYPTO_TFM_REQ_ON_STACK; in crypto_stack_request_init()
273 return req->flags & ~CRYPTO_TFM_REQ_ON_STACK; in crypto_request_flags()
Completed in 4 milliseconds