Searched refs:auth_tok_key (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dmain.c222 struct key *auth_tok_key = NULL; local
361 auth_tok_key = request_key(&key_type_user,
364 if (!auth_tok_key || IS_ERR(auth_tok_key)) {
368 process_request_key_err(PTR_ERR(auth_tok_key));
372 auth_tok = ecryptfs_get_key_payload_data(auth_tok_key);
389 mount_crypt_stat->global_auth_tok_key = auth_tok_key;

Completed in 46 milliseconds