Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dkeystore.c445 * @auth_tok_key: key containing the authentication token
452 ecryptfs_verify_auth_tok_from_key(struct key *auth_tok_key, in ecryptfs_verify_auth_tok_from_key() argument
457 (*auth_tok) = ecryptfs_get_key_payload_data(auth_tok_key); in ecryptfs_verify_auth_tok_from_key()
485 struct key **auth_tok_key, in ecryptfs_find_global_auth_tok_for_sig()
492 (*auth_tok_key) = NULL; in ecryptfs_find_global_auth_tok_for_sig()
519 (*auth_tok_key) = walker->global_auth_tok_key; in ecryptfs_find_global_auth_tok_for_sig()
520 key_get(*auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
554 struct key **auth_tok_key, in ecryptfs_find_auth_tok_for_sig()
561 rc = ecryptfs_find_global_auth_tok_for_sig(auth_tok_key, auth_tok, in ecryptfs_find_auth_tok_for_sig()
573 rc = ecryptfs_keyring_auth_tok_for_sig(auth_tok_key, auth_to in ecryptfs_find_auth_tok_for_sig()
484 ecryptfs_find_global_auth_tok_for_sig( struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) ecryptfs_find_global_auth_tok_for_sig() argument
553 ecryptfs_find_auth_tok_for_sig( struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) ecryptfs_find_auth_tok_for_sig() argument
624 struct key *auth_tok_key = NULL; ecryptfs_write_tag_70_packet() local
897 struct key *auth_tok_key = NULL; ecryptfs_parse_tag_70_packet() local
1608 ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, char *sig) ecryptfs_keyring_auth_tok_for_sig() argument
1769 struct key *auth_tok_key = NULL; ecryptfs_parse_packet_set() local
1960 pki_encrypt_session_key(struct key *auth_tok_key, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_key_record *key_rec) pki_encrypt_session_key() argument
2018 write_tag_1_packet(char *dest, size_t *remaining_bytes, struct key *auth_tok_key, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_key_record *key_rec, size_t *packet_size) write_tag_1_packet() argument
2404 struct key *auth_tok_key = NULL; ecryptfs_generate_key_packet_set() local
[all...]
H A Decryptfs_kernel.h665 int ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key,
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dkeystore.c445 * @auth_tok_key: key containing the authentication token
452 ecryptfs_verify_auth_tok_from_key(struct key *auth_tok_key, in ecryptfs_verify_auth_tok_from_key() argument
457 (*auth_tok) = ecryptfs_get_key_payload_data(auth_tok_key); in ecryptfs_verify_auth_tok_from_key()
485 struct key **auth_tok_key, in ecryptfs_find_global_auth_tok_for_sig()
492 (*auth_tok_key) = NULL; in ecryptfs_find_global_auth_tok_for_sig()
519 (*auth_tok_key) = walker->global_auth_tok_key; in ecryptfs_find_global_auth_tok_for_sig()
520 key_get(*auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
539 * @auth_tok_key: key containing the authentication token
555 struct key **auth_tok_key, in ecryptfs_find_auth_tok_for_sig()
562 rc = ecryptfs_find_global_auth_tok_for_sig(auth_tok_key, auth_to in ecryptfs_find_auth_tok_for_sig()
484 ecryptfs_find_global_auth_tok_for_sig( struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) ecryptfs_find_global_auth_tok_for_sig() argument
554 ecryptfs_find_auth_tok_for_sig( struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, struct ecryptfs_mount_crypt_stat *mount_crypt_stat, char *sig) ecryptfs_find_auth_tok_for_sig() argument
625 struct key *auth_tok_key = NULL; ecryptfs_write_tag_70_packet() local
898 struct key *auth_tok_key = NULL; ecryptfs_parse_tag_70_packet() local
1609 ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key, struct ecryptfs_auth_tok **auth_tok, char *sig) ecryptfs_keyring_auth_tok_for_sig() argument
1770 struct key *auth_tok_key = NULL; ecryptfs_parse_packet_set() local
1961 pki_encrypt_session_key(struct key *auth_tok_key, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_key_record *key_rec) pki_encrypt_session_key() argument
2019 write_tag_1_packet(char *dest, size_t *remaining_bytes, struct key *auth_tok_key, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_key_record *key_rec, size_t *packet_size) write_tag_1_packet() argument
2405 struct key *auth_tok_key = NULL; ecryptfs_generate_key_packet_set() local
[all...]
H A Decryptfs_kernel.h650 int ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key,

Completed in 6 milliseconds