Searched refs:ecryptfs_msg_ctx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | messaging.c | 26 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr; 38 static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_acquire_free_msg_ctx() 53 *msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node); in ecryptfs_acquire_free_msg_ctx() 71 static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_free_to_alloc() 84 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_alloc_to_free() 158 struct ecryptfs_msg_ctx *msg_ctx, *msg_ctx_tmp; in ecryptfs_exorcise_daemon() 208 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_process_response() 261 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message_locked() 302 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message() 324 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ct [all...] |
H A D | ecryptfs_kernel.h | 379 struct ecryptfs_msg_ctx { struct 621 struct ecryptfs_msg_ctx **msg_ctx); 622 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, 634 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message() 638 static inline int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, in ecryptfs_wait_for_response() 689 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, 691 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx);
|
H A D | miscdev.c | 147 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, in ecryptfs_send_miscdev() 214 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_miscdev_read() 256 struct ecryptfs_msg_ctx, daemon_out_list); in ecryptfs_miscdev_read()
|
H A D | keystore.c | 1129 struct ecryptfs_msg_ctx *msg_ctx; in decrypt_pki_encrypted_session_key() 1965 struct ecryptfs_msg_ctx *msg_ctx = NULL; in pki_encrypt_session_key()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | messaging.c | 26 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr; 38 static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_acquire_free_msg_ctx() 53 *msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node); in ecryptfs_acquire_free_msg_ctx() 71 static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_free_to_alloc() 84 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_alloc_to_free() 158 struct ecryptfs_msg_ctx *msg_ctx, *msg_ctx_tmp; in ecryptfs_exorcise_daemon() 209 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_process_response() 263 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message_locked() 304 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message() 326 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ct [all...] |
H A D | ecryptfs_kernel.h | 376 struct ecryptfs_msg_ctx { struct 606 struct ecryptfs_msg_ctx **msg_ctx); 607 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, 619 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message() 623 static inline int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, in ecryptfs_wait_for_response() 674 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, 676 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx);
|
H A D | miscdev.c | 147 struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type, in ecryptfs_send_miscdev() 214 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_miscdev_read() 256 struct ecryptfs_msg_ctx, daemon_out_list); in ecryptfs_miscdev_read()
|
H A D | keystore.c | 1130 struct ecryptfs_msg_ctx *msg_ctx; in decrypt_pki_encrypted_session_key() 1966 struct ecryptfs_msg_ctx *msg_ctx = NULL; in pki_encrypt_session_key()
|
Completed in 11 milliseconds