Home
last modified time | relevance | path

Searched refs:load_64_le (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/util/support/
H A Dhashtab.c89 mi = load_64_le(p); in siphash24()
99 mi = load_64_le(last); in siphash24()
118 uint64_t k0 = load_64_le(seed), k1 = load_64_le(seed + 8); in k5_siphash24()
136 ht->k0 = load_64_le(seed); in k5_hashtab_create()
137 ht->k1 = load_64_le(seed + 8); in k5_hashtab_create()
H A Dt_hashtab.c115 k0 = load_64_le(seq); in test_siphash()
116 k1 = load_64_le(seq + 8); in test_siphash()
H A Dt_unal.c20 assert(load_64_le(buf+1) == 0x0807060504030201LL); in main()
/freebsd/crypto/krb5/src/include/
H A Dk5-input.h140 return (ptr == NULL) ? 0 : load_64_le(ptr); in k5_input_get_uint64_le()
H A Dk5-platform.h718 load_64_le (const void *cvp) in load_64_le() function
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dpac.c384 pac_nt_authtime = load_64_le(p); in krb5_pac_get_client_info()