Home
last modified time | relevance | path

Searched refs:KRB5_STORAGE_BYTEORDER_LE (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/ntlm/
HDntlm.c409 krb5_storage_set_byteorder(out, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_encode_targetinfo()
472 krb5_storage_set_byteorder(in, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_decode_targetinfo()
545 krb5_storage_set_byteorder(in, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_decode_type1()
633 krb5_storage_set_byteorder(out, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_encode_type1()
696 krb5_storage_set_byteorder(in, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_decode_type2()
773 krb5_storage_set_byteorder(out, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_encode_type2()
854 krb5_storage_set_byteorder(in, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_decode_type3()
971 krb5_storage_set_byteorder(out, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_encode_type3()
1507 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_calculate_ntlm2()
1610 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in heim_ntlm_verify_ntlm2()
/freebsd-11-stable/crypto/heimdal/lib/krb5/
HDpac.c139 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in krb5_pac_parse()
455 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in verify_checksum()
609 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in verify_logonname()
719 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in build_logon_name()
1023 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in _krb5_pac_sign()
1030 krb5_storage_set_flags(spdata, KRB5_STORAGE_BYTEORDER_LE); in _krb5_pac_sign()
HDstore-test.c83 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_LE); in main()
HDmisc.c55 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in _krb5_s4u2self_to_checksumdata()
HDkrb5.h542 #define KRB5_STORAGE_BYTEORDER_LE 0x20 macro
HDstore.c38 #define BYTEORDER_IS_LE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_LE)
HDaddr_families.c695 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_LE); in addrport_print_addr()
/freebsd-11-stable/crypto/heimdal/lib/hdb/
HDmkey.c334 ret = read_master_mit(context, filename, KRB5_STORAGE_BYTEORDER_LE, mkey); in hdb_read_master_key()
HDhdb-mitdb.c216 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_LE); in mdb_value2entry()