Lines Matching refs:krb5_store_uint32
235 CHECK(krb5_store_uint32(sp, buf->offset), 0); in store_sec_buffer()
424 CHECK(krb5_store_uint32(out, ti->avflags), 0); in heim_ntlm_encode_targetinfo()
636 CHECK(krb5_store_uint32(out, 1), 0); in heim_ntlm_encode_type1()
637 CHECK(krb5_store_uint32(out, flags), 0); in heim_ntlm_encode_type1()
642 CHECK(krb5_store_uint32(out, type1->os[0]), 0); in heim_ntlm_encode_type1()
643 CHECK(krb5_store_uint32(out, type1->os[1]), 0); in heim_ntlm_encode_type1()
776 CHECK(krb5_store_uint32(out, 2), 0); in heim_ntlm_encode_type2()
778 CHECK(krb5_store_uint32(out, type2->flags), 0); in heim_ntlm_encode_type2()
781 CHECK(krb5_store_uint32(out, 0), 0); /* context */ in heim_ntlm_encode_type2()
782 CHECK(krb5_store_uint32(out, 0), 0); in heim_ntlm_encode_type2()
786 CHECK(krb5_store_uint32(out, type2->os[0]), 0); in heim_ntlm_encode_type2()
787 CHECK(krb5_store_uint32(out, type2->os[1]), 0); in heim_ntlm_encode_type2()
974 CHECK(krb5_store_uint32(out, 3), 0); in heim_ntlm_encode_type3()
982 CHECK(krb5_store_uint32(out, type3->flags), 0); in heim_ntlm_encode_type3()
985 CHECK(krb5_store_uint32(out, 0), 0); /* os0 */ in heim_ntlm_encode_type3()
986 CHECK(krb5_store_uint32(out, 0), 0); /* os1 */ in heim_ntlm_encode_type3()
1509 CHECK(krb5_store_uint32(sp, 0x00000101), 0); in heim_ntlm_calculate_ntlm2()
1510 CHECK(krb5_store_uint32(sp, 0), 0); in heim_ntlm_calculate_ntlm2()
1512 CHECK(krb5_store_uint32(sp, t & 0xffffffff), 0); in heim_ntlm_calculate_ntlm2()
1513 CHECK(krb5_store_uint32(sp, t >> 32), 0); in heim_ntlm_calculate_ntlm2()
1517 CHECK(krb5_store_uint32(sp, 0), 0); /* unknown but zero will work */ in heim_ntlm_calculate_ntlm2()
1520 CHECK(krb5_store_uint32(sp, 0), 0); /* unknown but zero will work */ in heim_ntlm_calculate_ntlm2()