Home
last modified time | relevance | path

Searched defs:auth_tok (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Ddebug.c18 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok() argument
[all...]
H A Dmain.c188 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks() local
H A Dkeystore.c452 ecryptfs_verify_auth_tok_from_key(struct key *auth_tok_key, struct ecryptfs_auth_tok **auth_tok) ecryptfs_verify_auth_tok_from_key() argument
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
595 struct ecryptfs_auth_tok *auth_tok; global() member
865 struct ecryptfs_auth_tok *auth_tok; global() member
1097 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) ecryptfs_get_auth_tok_sig() argument
1125 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat) decrypt_pki_encrypted_session_key() argument
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
1645 decrypt_passphrase_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat) decrypt_passphrase_encrypted_session_key() argument
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
2173 write_tag_3_packet(char *dest, size_t *remaining_bytes, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_key_record *key_rec, size_t *packet_size) write_tag_3_packet() argument
2403 struct ecryptfs_auth_tok *auth_tok; ecryptfs_generate_key_packet_set() local
[all...]
H A Dcrypto.c202 struct ecryptfs_global_auth_tok *auth_tok, *auth_tok_tmp; in ecryptfs_destroy_mount_crypt_stat() local
H A Decryptfs_kernel.h58 struct ecryptfs_auth_tok *auth_tok; member
114 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_get_key_payload_data() local
367 struct ecryptfs_auth_tok auth_tok; member
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Ddebug.c18 void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_dump_auth_tok() argument
[all...]
H A Dmain.c188 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_init_global_auth_toks() local
H A Dkeystore.c452 ecryptfs_verify_auth_tok_from_key(struct key *auth_tok_key, struct ecryptfs_auth_tok **auth_tok) ecryptfs_verify_auth_tok_from_key() argument
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
596 struct ecryptfs_auth_tok *auth_tok; global() member
866 struct ecryptfs_auth_tok *auth_tok; global() member
1098 ecryptfs_get_auth_tok_sig(char **sig, struct ecryptfs_auth_tok *auth_tok) ecryptfs_get_auth_tok_sig() argument
1126 decrypt_pki_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat) decrypt_pki_encrypted_session_key() argument
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
1646 decrypt_passphrase_encrypted_session_key(struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat) decrypt_passphrase_encrypted_session_key() argument
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
2174 write_tag_3_packet(char *dest, size_t *remaining_bytes, struct ecryptfs_auth_tok *auth_tok, struct ecryptfs_crypt_stat *crypt_stat, struct ecryptfs_key_record *key_rec, size_t *packet_size) write_tag_3_packet() argument
2404 struct ecryptfs_auth_tok *auth_tok; ecryptfs_generate_key_packet_set() local
[all...]
H A Dcrypto.c202 struct ecryptfs_global_auth_tok *auth_tok, *auth_tok_tmp; in ecryptfs_destroy_mount_crypt_stat() local
H A Decryptfs_kernel.h58 struct ecryptfs_auth_tok *auth_tok; member
114 struct ecryptfs_auth_tok *auth_tok; in ecryptfs_get_key_payload_data() local
364 struct ecryptfs_auth_tok auth_tok; member
/kernel/linux/linux-5.10/security/keys/encrypted-keys/
H A Decryptfs_format.c19 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_key() argument
48 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok, in ecryptfs_fill_auth_tok() argument
[all...]
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A Decryptfs_format.c19 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok) in ecryptfs_get_auth_tok_key() argument
48 int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok, in ecryptfs_fill_auth_tok() argument
[all...]

Completed in 16 milliseconds