Home
last modified time | relevance | path

Searched refs:krb5_store_uint32 (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/heimdal/kadmin/
H A Drpc.c331 ret = krb5_store_uint32(sp, maj_stat); in store_gss_init_res()
333 ret = krb5_store_uint32(sp, min_stat); in store_gss_init_res()
406 CHECK(krb5_store_uint32(sp, ent->max_life)); in store_principal_ent()
410 CHECK(krb5_store_uint32(sp, ent->mod_date)); in store_principal_ent()
412 CHECK(krb5_store_uint32(sp, ent->kvno)); in store_principal_ent()
413 CHECK(krb5_store_uint32(sp, ent->mkvno)); in store_principal_ent()
440 CHECK(krb5_store_uint32(sp, 2)); in store_principal_ent()
441 CHECK(krb5_store_uint32(sp, ent->kvno)); in store_principal_ent()
668 CHECK(krb5_store_uint32(out, ret)); in proc_chrand_principal_v2()
998 CHECK(krb5_store_uint32(dreply, 0)); in process_stream()
[all …]
H A Dserver.c403 krb5_store_uint32(sp, privs); in kadmind_dispatch()
/freebsd/crypto/heimdal/kdc/
H A Dprocess.c294 krb5_store_uint32(sp, 1); in krb5_kdc_save_request()
295 krb5_store_uint32(sp, t); in krb5_kdc_save_request()
305 krb5_store_uint32(sp, 0xffffffff); in krb5_kdc_save_request()
306 krb5_store_uint32(sp, 0xffffffff); in krb5_kdc_save_request()
308 krb5_store_uint32(sp, MAKE_TAG(cl, ty, 0)); in krb5_kdc_save_request()
309 krb5_store_uint32(sp, tag); in krb5_kdc_save_request()
H A Ddigest.c1111 ret = krb5_store_uint32(sp, r.u.ntlmInitReply.flags); in _kdc_do_digest()
/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm.c235 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()
782 CHECK(krb5_store_uint32(out, 0), 0); in heim_ntlm_encode_type2()
974 CHECK(krb5_store_uint32(out, 3), 0); in heim_ntlm_encode_type3()
1543 CHECK(krb5_store_uint32(sp, 0), 0); in heim_ntlm_calculate_ntlm2()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dpac.c802 CHECK(ret, krb5_store_uint32(sp, t & 0xffffffff), out); in build_logon_name()
803 CHECK(ret, krb5_store_uint32(sp, t >> 32), out); in build_logon_name()
1123 CHECK(ret, krb5_store_uint32(sp, p->pac->numbuffers), out); in _krb5_pac_sign()
1124 CHECK(ret, krb5_store_uint32(sp, p->pac->version), out); in _krb5_pac_sign()
1150 CHECK(ret, krb5_store_uint32(spdata, server_cksumtype), out); in _krb5_pac_sign()
1165 CHECK(ret, krb5_store_uint32(spdata, priv_cksumtype), out); in _krb5_pac_sign()
1186 CHECK(ret, krb5_store_uint32(sp, p->pac->buffers[i].type), out); in _krb5_pac_sign()
1187 CHECK(ret, krb5_store_uint32(sp, len), out); in _krb5_pac_sign()
1188 CHECK(ret, krb5_store_uint32(sp, end), out); in _krb5_pac_sign()
1189 CHECK(ret, krb5_store_uint32(sp, 0), out); in _krb5_pac_sign()
H A Dtest_store.c174 ret = krb5_store_uint32(sp, val[i]); in test_uint32()
230 krb5_store_uint32(sp, too_big_sizes[n]); in check_too_large()
H A Dversion-script.map623 krb5_store_uint32;
H A Dkeytab_file.c672 ret = krb5_store_uint32 (emem, entry->flags); in fkt_add_entry()
H A Dstore.c372 krb5_store_uint32(krb5_storage *sp, in krb5_store_uint32() function
H A Dkrb5-protos.h4095 krb5_store_uint32 (
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c341 ret = krb5_store_uint32(sp, (uint32_t)0); /* store top half as zero */ in export_lucid_sec_context_v1()
343 ret = krb5_store_uint32(sp, (uint32_t)number); in export_lucid_sec_context_v1()
348 ret = krb5_store_uint32(sp, (uint32_t)0); /* store top half as zero */ in export_lucid_sec_context_v1()
350 ret = krb5_store_uint32(sp, (uint32_t)number); in export_lucid_sec_context_v1()
H A Dcreds.c65 ret = krb5_store_uint32(sp, 0); in _gsskrb5_export_cred()
90 ret = krb5_store_uint32(sp, 1); in _gsskrb5_export_cred()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1682 ret = krb5_store_uint32(response, 1); in kcm_op_get_ntlm_user_list()
1692 return krb5_store_uint32(response, 0); in kcm_op_get_ntlm_user_list()
/freebsd/kerberos5/lib/libkrb5/
H A DMakefile458 krb5_storage.3 krb5_store_uint32.3 \
/freebsd/crypto/heimdal/doc/doxyout/krb5/
H A Dmanpages341 krb5/man/man3/krb5_store_uint32.3
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc3543 OLD_FILES+=usr/share/man/man3/krb5_store_uint32.3.gz