Lines Matching refs:password
784 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
785 s->auth_tok->token.password.session_key_encryption_key_bytes, in ecryptfs_write_tag_70_packet()
839 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
847 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1060 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1068 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1135 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
1494 memcpy((*new_auth_tok)->token.password.salt, in parse_tag_3_packet()
1498 (*new_auth_tok)->token.password.hash_iterations = in parse_tag_3_packet()
1514 (*new_auth_tok)->token.password.hash_algo = 0x01; /* MD5 */ in parse_tag_3_packet()
1689 auth_tok->token.password.session_key_encryption_key_bytes); in decrypt_passphrase_encrypted_session_key()
1691 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1692 auth_tok->token.password.session_key_encryption_key_bytes); in decrypt_passphrase_encrypted_session_key()
1738 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1849 ecryptfs_to_hex(new_auth_tok->token.password.signature, in ecryptfs_parse_packet_set()
1851 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set()
1937 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set()
1938 &(matching_auth_tok->token.password), in ecryptfs_parse_packet_set()
2225 ecryptfs_from_hex(key_rec->sig, auth_tok->token.password.signature, in write_tag_3_packet()
2270 if (auth_tok->token.password.flags & in write_tag_3_packet()
2274 auth_tok->token.password. in write_tag_3_packet()
2277 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2396 memcpy(&dest[(*packet_size)], auth_tok->token.password.salt, in write_tag_3_packet()