Lines Matching refs:session_key_encryption_key
775 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
830 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
838 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1046 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1054 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1674 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1721 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
2194 char session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES]; in write_tag_3_packet() local
2259 memcpy(session_key_encryption_key, in write_tag_3_packet()
2260 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2265 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2269 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2293 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()