Searched refs:ECRYPTFS_MSG_CTX_STATE_DONE (Results 1 – 2 of 2) sorted by relevance
253 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()
396 #define ECRYPTFS_MSG_CTX_STATE_DONE 0x03 macro