Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dmessaging.c241 msg_ctx->state = ECRYPTFS_MSG_CTX_STATE_DONE; in ecryptfs_process_response()
336 if (msg_ctx->state != ECRYPTFS_MSG_CTX_STATE_DONE) { in ecryptfs_wait_for_response()
Decryptfs_kernel.h379 #define ECRYPTFS_MSG_CTX_STATE_DONE 0x03 macro