Home
last modified time | relevance | path

Searched refs:ecryptfs_message (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/ecryptfs/
Dmiscdev.c369 struct ecryptfs_message *msg = (struct ecryptfs_message *)data; in ecryptfs_miscdev_response()
427 if (count < (1 + 4 + 1 + sizeof(struct ecryptfs_message))) { in ecryptfs_miscdev_write()
432 (1 + 4 + 1 + sizeof(struct ecryptfs_message)), in ecryptfs_miscdev_write()
Decryptfs_kernel.h412 struct ecryptfs_message { struct
440 struct ecryptfs_message *msg; argument
696 int ecryptfs_process_response(struct ecryptfs_message *msg, uid_t euid,
702 struct ecryptfs_message **emsg);
Dmessaging.c273 int ecryptfs_process_response(struct ecryptfs_message *msg, uid_t euid, in ecryptfs_process_response()
450 struct ecryptfs_message **msg) in ecryptfs_wait_for_response()
Dkeystore.c213 struct ecryptfs_message *msg) in parse_tag_65_packet()
360 struct ecryptfs_message *msg) in parse_tag_67_packet()
1156 struct ecryptfs_message *msg = NULL; in decrypt_pki_encrypted_session_key()
1978 struct ecryptfs_message *msg; in pki_encrypt_session_key()