Lines Matching refs:username
679 if (data->username) in heim_ntlm_free_type3()
680 free(data->username); in heim_ntlm_free_type3()
700 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; in heim_ntlm_decode_type3() local
719 CHECK(ret_sec_buffer(in, &username), 0); in heim_ntlm_decode_type3()
734 CHECK(ret_string(in, ucs2, &username, &type3->username), 0); in heim_ntlm_decode_type3()
763 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; in heim_ntlm_encode_type3() local
772 memset(&username, 0, sizeof(username)); in heim_ntlm_encode_type3()
800 username.offset = target.offset + target.allocated; in heim_ntlm_encode_type3()
801 username.length = len_string(ucs2, type3->username); in heim_ntlm_encode_type3()
802 username.allocated = username.length; in heim_ntlm_encode_type3()
804 ws.offset = username.offset + username.allocated; in heim_ntlm_encode_type3()
824 CHECK(store_sec_buffer(out, &username), 0); in heim_ntlm_encode_type3()
839 CHECK(put_string(out, ucs2, type3->username), 0); in heim_ntlm_encode_type3()
1038 const char *username, in heim_ntlm_ntlmv2_key() argument
1050 ascii2ucs2le(username, 1, &buf); in heim_ntlm_ntlmv2_key()
1107 const char *username, in heim_ntlm_calculate_ntlm2() argument
1130 heim_ntlm_ntlmv2_key(key, len, username, target, ntlmv2); in heim_ntlm_calculate_ntlm2()
1210 const char *username, in heim_ntlm_verify_ntlm2() argument
1240 heim_ntlm_ntlmv2_key(key, len, username, target, ntlmv2); in heim_ntlm_verify_ntlm2()