HomeSort by relevance Sort by last modified time
    Searched defs:cid (Results 1 - 25 of 52) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/common/openssl/crypto/ocsp/
ocsp_lib.c 106 OCSP_CERTID *cid = NULL; local
109 if (!(cid = OCSP_CERTID_new())) goto err;
111 alg = cid->hashAlgorithm;
123 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
128 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
132 ASN1_INTEGER_free(cid->serialNumber);
133 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
135 return cid;
139 if (cid) OCSP_CERTID_free(cid);
    [all...]
ocsp_prn.c 139 OCSP_CERTID* cid = NULL; local
157 cid = one->reqCert;
158 ocsp_certid_print(bp, cid, 8);
186 OCSP_CERTID *cid = NULL; local
237 cid = single->certId;
238 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
ocsp_vfy.c 68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
259 OCSP_CERTID *tmpid, *cid; local
269 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
277 if (OCSP_id_issuer_cmp(cid, tmpid))
281 cid->hashAlgorithm->algorithm))
289 *ret = cid;
294 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
298 if(cid)
304 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
311 if ((cid->issuerNameHash->length != mdlen) |
    [all...]
ocsp_ext.c 426 OCSP_CRLID *cid = NULL; local
428 if (!(cid = OCSP_CRLID_new())) goto err;
431 if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err;
432 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
436 if (!(cid->crlNum = ASN1_INTEGER_new())) goto err;
437 if (!(ASN1_INTEGER_set(cid->crlNum, *n))) goto err;
441 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new())) goto err;
442 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
447 if (!(ASN1_STRING_encode_of(OCSP_CRLID,x->value,i2d_OCSP_CRLID,cid,
450 OCSP_CRLID_free(cid);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
mkdstore.c 32 * mkdstore <table> <nrecords> <cid> <flags> <cip> <sip> <lease> <comment>
77 * mkdstore <table> <nrecords> <cid> <flags> <cip> <sip> <lease> <macro>
82 long long cid; local
106 "<cid> <flags> <cip> <sip> <lease> <comment>\n*/");
110 cid = (c > 3) ? strtoul(v[3], 0L, 0L) : 0;
160 if (cid) {
161 (void) memcpy(dn.dn_cid, &cid, sizeof (long long));
175 if (cid)
176 cid += 0x100;
  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/tests/
test_private.c 55 char cid[DN_MAX_CID_LEN * 2 + 1]; local
352 (void) printf("add_dd_entry: ... cid flag cip sip lease "
355 cidlen = sizeof (cid);
357 recs[i].dn_cid_len, cid, &cidlen);
359 cid, recs[i].dn_flags,
384 cidlen = sizeof (cid);
386 dnp->dn_cid_len, cid, &cidlen);
392 cid, dnp->dn_flags, cip, sip, dnp->dn_lease,
407 * lookup_dd - 129.148.5.0 - record with cid of 01080020000001, modify
469 cidlen = sizeof (cid);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/audit/
audit.c 170 uint64_t *cid = NULL; local
178 (cid = scf_simple_prop_next_count(prop)) == NULL) {
183 if (sigsend(P_CTID, (ctid_t)*cid, sig) != 0) {
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
pthread.c 52 id_t cid; local
69 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) {
73 ulwp->ul_rtclassid = cid;
74 ulwp->ul_cid = cid;
198 id_t cid; local
204 cid = getparam(P_LWPID, ulwp->ul_lwpid, policy, param);
205 if (cid == -1) {
207 } else if (*policy == ulwp->ul_policy && cid == ulwp->ul_cid &&
216 ulwp->ul_rtclassid = cid;
217 ulwp->ul_cid = cid;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
wait.c 50 ctid_t cid; member in struct:__anon22
183 register_method(instance_t *ins, pid_t pid, ctid_t cid, instance_method_t mthd,
219 me->cid = cid;
400 remove_method_ids(me->inst, me->pid, me->cid, me->method);
409 if (me->cid != -1)
410 (void) abandon_contract(me->cid);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi_bboard.c 195 id_t *cid; local
201 cid = stypes[SMB_TYPE_BASEBOARD].ids[index].con_ids;
205 (void) smbios_lookup_id(shp, cid[i], &sp);
  /onnv/onnv-gate/usr/src/cmd/dispadmin/
dispadmin.c 180 id_t cid; local
191 for (cid = 1; cid < nclass; cid++) {
192 pcinfo.pc_cid = cid;
195 cmdpath, cid);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
keygen.c 57 #define CID 1
60 static char *opts[] = { "net", "cid", "type", NULL };
66 * net=<addr>,cid=<cid>,type=<3des|aes|sha1|rsa>
69 * supplied arguments, 'net', 'cid' and 'ka'.
75 process_option(char *arg, char **net, char **cid, wbku_key_attr_t *ka)
88 case CID:
92 *cid = value;
117 if (*cid != NULL && **cid == '\0')
617 char *cid = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip_xaction.c 70 _sip_header_t *cid = NULL; local
89 cid = sip_search_for_header(msg, SIP_CALL_ID, NULL);
91 if (via == NULL || from == NULL || cid == NULL)
95 cid->sip_hdr_start,
96 cid->sip_hdr_end - cid->sip_hdr_start,
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_fscache.c 786 cfs_cid_t cid; local
857 cid.cid_flags = 0;
858 cid.cid_fileno = fsid;
859 make_ascii_name(&cid, name);
928 cfs_cid_t cid; local
938 cid.cid_flags = 0;
939 cid.cid_fileno = fsid;
940 make_ascii_name(&cid, dirname);
cachefs_cnode.c 756 * see if there's a slot for this filegrp/cid fileno
926 * If there already is a cnode with this cid but a different cookie,
1073 * returns nonzero if a cid has any data in the cache; either a cnode
1103 * there's a slot assigned for this cid, then the metadata is in use.
1122 cfs_cid_t cid; local
1127 cid.cid_fileno = fileno;
1129 /* if there's no filegrp for this cid range, then there's no data */
1130 fgp = filegrp_list_find(fscp, &cid);
1137 cid.cid_flags = CFS_CID_LOCAL;
1138 if (cachefs_cid_inuse(fgp, &cid)) {
1161 cfs_cid_t cid, cid2; local
1284 cfs_cid_t cid; local
    [all...]
cachefs_vfsops.c 155 cfs_cid_t cid; local
531 cid.cid_flags = 0;
532 cid.cid_fileno = backfileno;
533 error = cachefs_cnode_make(&cid, fscp, (valid_fid ? cookiep : NULL),
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
pg.c 295 id_t cid; local
314 cid = pg_nclasses++;
315 newclass = &pg_classes[cid];
318 newclass->pgc_id = cid;
324 return (cid);
390 pg_create(pg_cid_t cid)
400 pg = PG_ALLOC(cid);
401 pg->pg_class = &pg_classes[cid];
lwp.c 93 int state, int pri, const k_sigset_t *smask, int cid, id_t lwpid)
117 ASSERT(cid != sysdccid); /* system threads must start in SYS */
126 if (!CLASS_KERNEL(cid)) {
153 if (CLASS_KERNEL(cid)) {
168 if (CLASS_KERNEL(cid)) {
248 if (cid != NOCLASS)
249 (void) CL_ALLOC(&bufp, cid, KM_SLEEP);
480 if (CLASS_KERNEL(cid) && p != curproc) {
540 if (cid != NOCLASS) {
548 if (p != curproc || curthread->t_cid != cid) {
1765 int cid; local
    [all...]
pool.c 1151 id_t cid; local
1157 if (getcidbyname(name, &cid) == 0)
1158 return (cid);
1169 pool_change_class(proc_t *p, id_t cid)
1199 ret = CL_ALLOC(buf, cid, KM_SLEEP);
1214 if (t->t_cid != cid) {
1217 ret = CL_ENTERCLASS(t, cid, NULL, NULL, *buf);
1230 CL_FREE(cid, *buf);
1300 id_t cid = -1; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
per_dnet.h 47 uchar_t pnd_cid[DN_MAX_CID_LEN]; /* cid */
48 uchar_t pnd_cid_len; /* cid length */
176 uchar_t cid[DN_MAX_CID_LEN]; /* Offered cid */ member in struct:clnt
177 uchar_t cid_len; /* Offered cid length */
  /onnv/onnv-gate/usr/src/cmd/priocntl/
priocntl.c 253 id_t cid; local
275 for (cid = 1; cid < nclass; cid++) {
278 pcinfo.pc_cid = cid;
281 cmdpath, cid);
324 id_t cid; local
388 for (cid = 1; cid < nclass; cid++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_sctp.c 334 uint32_t *cid; local
336 if (dlen < sizeof (*cid)) {
341 cid = (uint32_t *)data;
342 (void) snprintf(get_line(0, 0), get_line_remain(), " ASCONF CID = %u",
343 ntohl(*cid));
350 uint32_t *cid; local
352 if (dlen < sizeof (*cid)) {
357 cid = (uint32_t *)data;
358 (void) snprintf(get_line(0, 0), get_line_remain(), " ASCONF CID = %u",
359 ntohl(*cid));
379 uint32_t *cid; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mm_msg.c 865 char cid[UUID_PRINTF_SIZE + 3]; local
898 (void) strlcpy(cid, "NULL", sizeof (cid));
900 (void) snprintf(cid, sizeof (cid), "'%s'", mess->msg_cid);
932 cid,
978 cid,
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/apps/
ocsp.c 1025 OCSP_CERTID *cid, *ca_id = NULL; local
1052 cid = OCSP_onereq_get0_id(one);
1054 if (OCSP_id_issuer_cmp(ca_id, cid))
1056 OCSP_basic_add1_status(bs, cid,
1062 OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid);
1065 OCSP_basic_add1_status(bs, cid,
1070 OCSP_basic_add1_status(bs, cid,
1082 single = OCSP_basic_add1_status(bs, cid,
  /onnv/onnv-gate/usr/src/uts/common/inet/nca/
ncadoorhdr.h 110 uint64_t cid; /* The connection id */ member in struct:nca_direct_cd_s
193 * point to a nca_direct_cd_t (a cid/tag pair connection descriptor)
200 * nca_direct_cd_t (a cid/tag pair connection descriptor) used to
226 uint64_t cid; /* connection id */ member in struct:nca_io2_s

Completed in 1500 milliseconds

1 2 3