Lines Matching refs:session_key_encryption_key
761 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
816 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
824 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1032 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1040 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1661 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1708 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
2181 char session_key_encryption_key[ECRYPTFS_MAX_KEY_BYTES]; in write_tag_3_packet() local
2246 memcpy(session_key_encryption_key, in write_tag_3_packet()
2247 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2252 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2256 ecryptfs_dump_hex(session_key_encryption_key, 16); in write_tag_3_packet()
2280 rc = crypto_skcipher_setkey(tfm, session_key_encryption_key, in write_tag_3_packet()