• Home
  • Raw
  • Download

Lines Matching refs:token

760 				 (u8 *)s->auth_tok->token.password.session_key_encryption_key,  in ecryptfs_write_tag_70_packet()
761 s->auth_tok->token.password.session_key_encryption_key_bytes, in ecryptfs_write_tag_70_packet()
815 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
823 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_write_tag_70_packet()
1031 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1039 s->auth_tok->token.password.session_key_encryption_key, in ecryptfs_parse_tag_70_packet()
1104 (*sig) = auth_tok->token.password.signature; in ecryptfs_get_auth_tok_sig()
1107 (*sig) = auth_tok->token.private_key.signature; in ecryptfs_get_auth_tok_sig()
1294 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet()
1463 memcpy((*new_auth_tok)->token.password.salt, in parse_tag_3_packet()
1467 (*new_auth_tok)->token.password.hash_iterations = in parse_tag_3_packet()
1483 (*new_auth_tok)->token.password.hash_algo = 0x01; /* MD5 */ in parse_tag_3_packet()
1658 auth_tok->token.password.session_key_encryption_key_bytes); in decrypt_passphrase_encrypted_session_key()
1660 auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1661 auth_tok->token.password.session_key_encryption_key_bytes); in decrypt_passphrase_encrypted_session_key()
1707 tfm, auth_tok->token.password.session_key_encryption_key, in decrypt_passphrase_encrypted_session_key()
1818 ecryptfs_to_hex(new_auth_tok->token.password.signature, in ecryptfs_parse_packet_set()
1820 new_auth_tok->token.password.signature[ in ecryptfs_parse_packet_set()
1898 memcpy(&(candidate_auth_tok->token.private_key), in ecryptfs_parse_packet_set()
1899 &(matching_auth_tok->token.private_key), in ecryptfs_parse_packet_set()
1906 memcpy(&(candidate_auth_tok->token.password), in ecryptfs_parse_packet_set()
1907 &(matching_auth_tok->token.password), in ecryptfs_parse_packet_set()
1971 rc = write_tag_66_packet(auth_tok->token.private_key.signature, in pki_encrypt_session_key()
2030 ecryptfs_from_hex(key_rec->sig, auth_tok->token.private_key.signature, in write_tag_1_packet()
2046 auth_tok->token.private_key.key_size; in write_tag_1_packet()
2194 ecryptfs_from_hex(key_rec->sig, auth_tok->token.password.signature, in write_tag_3_packet()
2239 if (auth_tok->token.password.flags & in write_tag_3_packet()
2243 auth_tok->token.password. in write_tag_3_packet()
2246 auth_tok->token.password.session_key_encryption_key, in write_tag_3_packet()
2365 memcpy(&dest[(*packet_size)], auth_tok->token.password.salt, in write_tag_3_packet()