Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Dmessaging.c253 msg_ctx->state = ECRYPTFS_MSG_CTX_STATE_DONE; in ecryptfs_process_response()
347 if (msg_ctx->state != ECRYPTFS_MSG_CTX_STATE_DONE) { in ecryptfs_wait_for_response()
Decryptfs_kernel.h396 #define ECRYPTFS_MSG_CTX_STATE_DONE 0x03 macro