Home
last modified time | relevance | path

Searched refs:ECRYPTFS_AUTH_TOK_INVALID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dmain.c201 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()
H A Decryptfs_kernel.h288 #define ECRYPTFS_AUTH_TOK_INVALID 0x00000001 macro
H A Dkeystore.c503 if (walker->flags & ECRYPTFS_AUTH_TOK_INVALID) { in ecryptfs_find_global_auth_tok_for_sig()
531 walker->flags |= ECRYPTFS_AUTH_TOK_INVALID; in ecryptfs_find_global_auth_tok_for_sig()
H A Dcrypto.c211 if (!(auth_tok->flags & ECRYPTFS_AUTH_TOK_INVALID)) in ecryptfs_destroy_mount_crypt_stat()