Lines Matching refs:password
775 (u8 *)s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
776 s->auth_tok->token.password.session_key_encryption_key_bytes, 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()
1118 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
1477 memcpy((*new_auth_tok)->token.password.salt, in parse_tag_3_packet()
1481 (*new_auth_tok)->token.password.hash_iterations = in parse_tag_3_packet()
1497 (*new_auth_tok)->token.password.hash_algo = 0x01; /* MD5 */ in parse_tag_3_packet()
1672 auth_tok->token.password.session_key_encryption_key_bytes); in decrypt_passphrase_encrypted_session_key()
1674 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1675 auth_tok->token.password.session_key_encryption_key_bytes); in decrypt_passphrase_encrypted_session_key()
1721 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1832 ecryptfs_to_hex(new_auth_tok->token.password.signature, in ecryptfs_parse_packet_set()
1834 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set()
1920 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set()
1921 &(matching_auth_tok->token.password), in ecryptfs_parse_packet_set()
2208 ecryptfs_from_hex(key_rec->sig, auth_tok->token.password.signature, in write_tag_3_packet()
2253 if (auth_tok->token.password.flags & in write_tag_3_packet()
2257 auth_tok->token.password. in write_tag_3_packet()
2260 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2379 memcpy(&dest[(*packet_size)], auth_tok->token.password.salt, in write_tag_3_packet()