Searched refs:KRB5_STORAGE_BYTEORDER_LE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/crypto/heimdal/lib/ntlm/ |
| HD | ntlm.c | 409 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/ |
| HD | pac.c | 139 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()
|
| HD | store-test.c | 83 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_LE); in main()
|
| HD | misc.c | 55 krb5_storage_set_flags(sp, KRB5_STORAGE_BYTEORDER_LE); in _krb5_s4u2self_to_checksumdata()
|
| HD | krb5.h | 542 #define KRB5_STORAGE_BYTEORDER_LE 0x20 macro
|
| HD | store.c | 38 #define BYTEORDER_IS_LE(SP) BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_LE)
|
| HD | addr_families.c | 695 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_LE); in addrport_print_addr()
|
| /freebsd-11-stable/crypto/heimdal/lib/hdb/ |
| HD | mkey.c | 334 ret = read_master_mit(context, filename, KRB5_STORAGE_BYTEORDER_LE, mkey); in hdb_read_master_key()
|
| HD | hdb-mitdb.c | 216 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_LE); in mdb_value2entry()
|