Home
last modified time | relevance | path

Searched refs:store_32_be (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform-store_32.h45 store_32_be (unsigned int val, unsigned char *p) in store_32_be() function
H A Dk5-platform.h447 store_32_be (unsigned int val, unsigned char *p)
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h156 #define STORE32_INT(ptr, val) store_32_be(val, ptr)
/titanic_50/usr/src/lib/libgss/
H A Dg_glue.c444 store_32_be(dispName.length, buf);
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c167 store_32_be((krb5_ui_4) *val, cbuf); in asn1_encode_krb5_flags_at()