Home
last modified time | relevance | path

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

/include/linux/
A Dcrypto.h153 #define CRYPTO_TFM_REQ_ON_STACK 0x00000800 macro
495 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()
/include/crypto/
A Dalgapi.h273 return req->flags & ~CRYPTO_TFM_REQ_ON_STACK; in crypto_request_flags()

Completed in 4 milliseconds