Home
last modified time | relevance | path

Searched refs:ecryptfs_global_auth_tok_cache (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ecryptfs/
H A Dkeystore.c2495 struct kmem_cache *ecryptfs_global_auth_tok_cache; variable
2503 new_auth_tok = kmem_cache_zalloc(ecryptfs_global_auth_tok_cache, in ecryptfs_add_global_auth_tok()
H A Dcrypto.c146 kmem_cache_free(ecryptfs_global_auth_tok_cache, auth_tok); in ecryptfs_destroy_mount_crypt_stat()