Searched defs:ctype (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dcoll_proof_cksum.c31 krb5_c_is_coll_proof_cksum(krb5_cksumtype ctype) argument
35 ctp = find_cksumtype(ctype);
H A Dkeyed_cksum.c32 krb5_c_is_keyed_cksum(krb5_cksumtype ctype) argument
36 ctp = find_cksumtype(ctype);
H A Dvalid_cksumtype.c31 krb5_c_valid_cksumtype(krb5_cksumtype ctype) argument
36 if (krb5int_cksumtypes_list[i].ctype == ctype)
44 valid_cksumtype(krb5_cksumtype ctype) argument
46 return krb5_c_valid_cksumtype (ctype);
H A Dold_api_glue.c195 krb5_checksum_size(krb5_context context, krb5_cksumtype ctype) argument
199 if (krb5_c_checksum_length(context, ctype, &ret))
206 krb5_calculate_checksum(krb5_context context, krb5_cksumtype ctype, argument
227 if ((ret = krb5_c_make_checksum(context, ctype, &key, 0, &input, &cksum)))
247 krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, argument
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPParseSrvURL.c31 #include <ctype.h>
47 char *ctype; member in struct:slp_type
155 type->ctype = NULL;
197 type->ctype = q;
/osnet-11/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c66 _m_device_type(ushort_t ctype, ushort_t mtype) argument
68 if (ctype == DKC_BLKDEV) {
/osnet-11/usr/src/lib/libsmedia/plugins/pcata/common/
H A Da_generic.c71 _m_device_type(ushort_t ctype, ushort_t mtype) argument
73 if (ctype == DKC_PCMCIA_ATA) {
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c67 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) argument
118 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0)
132 show_vdev_stats(tname, ctype, cnv, indent + 2);
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregclass.c35 regclass_t ctype; member in struct:Ctype_s
46 * and the fact that ctype functions are macros
108 static Ctype_t ctype[] = variable
155 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
156 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
158 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
159 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
160 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
161 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPE
[all...]
/osnet-11/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c579 _m_device_type(ushort_t ctype, ushort_t mtype) argument
581 if ((ctype == DKC_SCSI_CCS) ||
582 (ctype == DKC_MD21) ||
583 (ctype == DKC_CDROM)) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h71 char *ctype; member in struct:path
92 char *ctype; member in struct:controller_info
H A Dfindevs.c34 #include <ctype.h>
97 static char *ctype(di_node_t node, di_minor_t minor);
404 c_type = ctype(node, minor);
406 cp->ctype = c_type;
416 if (libdiskmgt_str_eq(cp->ctype, "scsi")) {
1020 ctype(di_node_t node, di_minor_t minor) function
1789 pp->ctype = ctype(node, minor);
1791 pp->ctype = DM_CTYPE_UNKNOWN;
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c486 CK_CERTIFICATE_TYPE ctype = CKC_X_509; local
499 SETATTR(templ, i, CKA_CERTIFICATE_TYPE, &ctype, sizeof (ctype)); i++;

Completed in 65 milliseconds