Lines Matching refs:session_key_encryption_key
760 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
815 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
823 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1031 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1039 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1660 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1707 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
2180 char session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES]; in write_tag_3_packet() local
2245 memcpy(session_key_encryption_key, in write_tag_3_packet()
2246 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2251 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2255 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2279 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()