Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c330 asn1buf slt; in asn1_decode_key() local
337 asn1buf_imbed(&slt, &subbuf, length, seqindef); in asn1_decode_key()
339 ret = decode_tagged_integer (&slt, 0, (long *) &keytype); in asn1_decode_key()
343 if (asn1buf_remains(&slt, 0) != 0) { /* Salt value is optional */ in asn1_decode_key()
344 ret = decode_tagged_octetstring (&slt, 1, &keylen, in asn1_decode_key()
347 safe_syncbuf (&subbuf, &slt); in asn1_decode_key()
/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c118 tlm_slot(int lib, int slt) in tlm_slot() argument
126 if (slt == slot->ts_number) { in tlm_slot()
/titanic_50/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h90 #define EXPSLTBBC2SRAM(exp, slt, bbc) ((exp * 3) + (slt * 2) + (bbc)) argument