Lines Matching refs:session_key_encryption_key
763 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
818 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
826 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1034 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1042 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1663 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1710 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
2183 char session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES]; in write_tag_3_packet() local
2248 memcpy(session_key_encryption_key, in write_tag_3_packet()
2249 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2254 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2258 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2282 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()