Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Dmessaging.c87 msg_ctx->state = ECRYPTFS_MSG_CTX_STATE_PENDING; in ecryptfs_msg_ctx_free_to_alloc()
235 if (msg_ctx->state != ECRYPTFS_MSG_CTX_STATE_PENDING) { in ecryptfs_process_response()
Decryptfs_kernel.h395 #define ECRYPTFS_MSG_CTX_STATE_PENDING 0x02 macro