Searched refs:ecryptfs_msg_ctx (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ecryptfs/ |
D | messaging.c | 39 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr; 51 static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_acquire_free_msg_ctx() 66 *msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node); in ecryptfs_acquire_free_msg_ctx() 84 static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_free_to_alloc() 97 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_alloc_to_free() 171 struct ecryptfs_msg_ctx *msg_ctx, *msg_ctx_tmp; in ecryptfs_exorcise_daemon() 221 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_process_response() 274 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message_locked() 315 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message() 337 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, in ecryptfs_wait_for_response() [all …]
|
D | ecryptfs_kernel.h | 393 struct ecryptfs_msg_ctx { struct 635 struct ecryptfs_msg_ctx **msg_ctx); 636 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, 648 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message() 652 static inline int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, in ecryptfs_wait_for_response() 703 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, 705 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx);
|
D | miscdev.c | 160 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, in ecryptfs_send_miscdev() 227 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_miscdev_read() 269 struct ecryptfs_msg_ctx, daemon_out_list); in ecryptfs_miscdev_read()
|
D | keystore.c | 1143 struct ecryptfs_msg_ctx *msg_ctx; in decrypt_pki_encrypted_session_key() 1979 struct ecryptfs_msg_ctx *msg_ctx = NULL; in pki_encrypt_session_key()
|