Searched refs:global_auth_tok (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | main.c | 187 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_init_global_auth_toks() local 191 list_for_each_entry(global_auth_tok, in ecryptfs_init_global_auth_toks() 195 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks() 196 global_auth_tok->sig); in ecryptfs_init_global_auth_toks() 200 "option: [%s]\n", global_auth_tok->sig); in ecryptfs_init_global_auth_toks() 201 global_auth_tok->flags |= ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks() 204 global_auth_tok->flags &= ~ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks() 205 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
|
H A D | crypto.c | 706 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() local 712 list_for_each_entry(global_auth_tok, in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() 715 if (global_auth_tok->flags & ECRYPTFS_AUTH_TOK_FNEK) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() 717 rc = ecryptfs_add_keysig(crypt_stat, global_auth_tok->sig); in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
|
H A D | ecryptfs_kernel.h | 280 * @global_auth_tok: The key contents 654 struct ecryptfs_global_auth_tok **global_auth_tok,
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | main.c | 187 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_init_global_auth_toks() local 191 list_for_each_entry(global_auth_tok, in ecryptfs_init_global_auth_toks() 195 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks() 196 global_auth_tok->sig); in ecryptfs_init_global_auth_toks() 200 "option: [%s]\n", global_auth_tok->sig); in ecryptfs_init_global_auth_toks() 201 global_auth_tok->flags |= ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks() 204 global_auth_tok->flags &= ~ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_init_global_auth_toks() 205 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
|
H A D | crypto.c | 679 struct ecryptfs_global_auth_tok *global_auth_tok; in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() local 685 list_for_each_entry(global_auth_tok, in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() 688 if (global_auth_tok->flags & ECRYPTFS_AUTH_TOK_FNEK) in ecryptfs_copy_mount_wide_sigs_to_inode_sigs() 690 rc = ecryptfs_add_keysig(crypt_stat, global_auth_tok->sig); in ecryptfs_copy_mount_wide_sigs_to_inode_sigs()
|
H A D | ecryptfs_kernel.h | 277 * @global_auth_tok: The key contents 639 struct ecryptfs_global_auth_tok **global_auth_tok,
|
Completed in 11 milliseconds