Home
last modified time | relevance | path

Searched refs:KRB5_STORAGE_BYTEORDER_HOST (Results 1 – 3 of 3) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore-test.c95 krb5_storage_set_byteorder(sp, KRB5_STORAGE_BYTEORDER_HOST); in main()
H A Dkrb5.h560 #define KRB5_STORAGE_BYTEORDER_HOST 0x40 macro
H A Dstore.c42 #define BYTEORDER_IS_HOST(SP) (BYTEORDER_IS((SP), KRB5_STORAGE_BYTEORDER_HOST) || \