auth_tok_key      665 fs/ecryptfs/ecryptfs_kernel.h int ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key,
auth_tok_key      452 fs/ecryptfs/keystore.c ecryptfs_verify_auth_tok_from_key(struct key *auth_tok_key,
auth_tok_key      457 fs/ecryptfs/keystore.c 	(*auth_tok) = ecryptfs_get_key_payload_data(auth_tok_key);
auth_tok_key      485 fs/ecryptfs/keystore.c 	struct key **auth_tok_key,
auth_tok_key      492 fs/ecryptfs/keystore.c 	(*auth_tok_key) = NULL;
auth_tok_key      519 fs/ecryptfs/keystore.c 		(*auth_tok_key) = walker->global_auth_tok_key;
auth_tok_key      520 fs/ecryptfs/keystore.c 		key_get(*auth_tok_key);
auth_tok_key      554 fs/ecryptfs/keystore.c 	struct key **auth_tok_key,
auth_tok_key      561 fs/ecryptfs/keystore.c 	rc = ecryptfs_find_global_auth_tok_for_sig(auth_tok_key, auth_tok,
auth_tok_key      573 fs/ecryptfs/keystore.c 		rc = ecryptfs_keyring_auth_tok_for_sig(auth_tok_key, auth_tok,
auth_tok_key      624 fs/ecryptfs/keystore.c 	struct key *auth_tok_key = NULL;
auth_tok_key      633 fs/ecryptfs/keystore.c 		&auth_tok_key,
auth_tok_key      845 fs/ecryptfs/keystore.c 	if (auth_tok_key) {
auth_tok_key      846 fs/ecryptfs/keystore.c 		up_write(&(auth_tok_key->sem));
auth_tok_key      847 fs/ecryptfs/keystore.c 		key_put(auth_tok_key);
auth_tok_key      897 fs/ecryptfs/keystore.c 	struct key *auth_tok_key = NULL;
auth_tok_key      960 fs/ecryptfs/keystore.c 	rc = ecryptfs_find_auth_tok_for_sig(&auth_tok_key,
auth_tok_key     1087 fs/ecryptfs/keystore.c 	if (auth_tok_key) {
auth_tok_key     1088 fs/ecryptfs/keystore.c 		up_write(&(auth_tok_key->sem));
auth_tok_key     1089 fs/ecryptfs/keystore.c 		key_put(auth_tok_key);
auth_tok_key     1608 fs/ecryptfs/keystore.c int ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key,
auth_tok_key     1614 fs/ecryptfs/keystore.c 	(*auth_tok_key) = request_key(&key_type_user, sig, NULL);
auth_tok_key     1615 fs/ecryptfs/keystore.c 	if (IS_ERR(*auth_tok_key)) {
auth_tok_key     1616 fs/ecryptfs/keystore.c 		(*auth_tok_key) = ecryptfs_get_encrypted_key(sig);
auth_tok_key     1617 fs/ecryptfs/keystore.c 		if (IS_ERR(*auth_tok_key)) {
auth_tok_key     1620 fs/ecryptfs/keystore.c 			rc = process_request_key_err(PTR_ERR(*auth_tok_key));
auth_tok_key     1621 fs/ecryptfs/keystore.c 			(*auth_tok_key) = NULL;
auth_tok_key     1625 fs/ecryptfs/keystore.c 	down_write(&(*auth_tok_key)->sem);
auth_tok_key     1626 fs/ecryptfs/keystore.c 	rc = ecryptfs_verify_auth_tok_from_key(*auth_tok_key, auth_tok);
auth_tok_key     1628 fs/ecryptfs/keystore.c 		up_write(&(*auth_tok_key)->sem);
auth_tok_key     1629 fs/ecryptfs/keystore.c 		key_put(*auth_tok_key);
auth_tok_key     1630 fs/ecryptfs/keystore.c 		(*auth_tok_key) = NULL;
auth_tok_key     1769 fs/ecryptfs/keystore.c 	struct key *auth_tok_key = NULL;
auth_tok_key     1881 fs/ecryptfs/keystore.c 		rc = ecryptfs_find_auth_tok_for_sig(&auth_tok_key,
auth_tok_key     1901 fs/ecryptfs/keystore.c 		up_write(&(auth_tok_key->sem));
auth_tok_key     1902 fs/ecryptfs/keystore.c 		key_put(auth_tok_key);
auth_tok_key     1909 fs/ecryptfs/keystore.c 		up_write(&(auth_tok_key->sem));
auth_tok_key     1910 fs/ecryptfs/keystore.c 		key_put(auth_tok_key);
auth_tok_key     1914 fs/ecryptfs/keystore.c 		up_write(&(auth_tok_key->sem));
auth_tok_key     1915 fs/ecryptfs/keystore.c 		key_put(auth_tok_key);
auth_tok_key     1960 fs/ecryptfs/keystore.c pki_encrypt_session_key(struct key *auth_tok_key,
auth_tok_key     1976 fs/ecryptfs/keystore.c 	up_write(&(auth_tok_key->sem));
auth_tok_key     1977 fs/ecryptfs/keystore.c 	key_put(auth_tok_key);
auth_tok_key     2019 fs/ecryptfs/keystore.c 		   struct key *auth_tok_key, struct ecryptfs_auth_tok *auth_tok,
auth_tok_key     2040 fs/ecryptfs/keystore.c 		up_write(&(auth_tok_key->sem));
auth_tok_key     2041 fs/ecryptfs/keystore.c 		key_put(auth_tok_key);
auth_tok_key     2047 fs/ecryptfs/keystore.c 	rc = pki_encrypt_session_key(auth_tok_key, auth_tok, crypt_stat,
auth_tok_key     2404 fs/ecryptfs/keystore.c 	struct key *auth_tok_key = NULL;
auth_tok_key     2423 fs/ecryptfs/keystore.c 		rc = ecryptfs_find_global_auth_tok_for_sig(&auth_tok_key,
auth_tok_key     2438 fs/ecryptfs/keystore.c 			up_write(&(auth_tok_key->sem));
auth_tok_key     2439 fs/ecryptfs/keystore.c 			key_put(auth_tok_key);
auth_tok_key     2458 fs/ecryptfs/keystore.c 						auth_tok_key, auth_tok,
auth_tok_key     2467 fs/ecryptfs/keystore.c 			up_write(&(auth_tok_key->sem));
auth_tok_key     2468 fs/ecryptfs/keystore.c 			key_put(auth_tok_key);