Searched refs:cid (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_data.c39 const ASN1_OBJECT *cid, int crit)
44 if (policy == NULL && cid == NULL)
46 if (cid) {
47 id = OBJ_dup(cid);
38 policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) argument
/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c49 OCSP_CERTID *cid = NULL; local
52 if ((cid = OCSP_CERTID_new()) == NULL)
55 alg = &cid->hashAlgorithm;
69 if (!(ASN1_OCTET_STRING_set(&cid->issuerNameHash, md, i)))
76 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i)))
80 if (ASN1_STRING_copy(&cid->serialNumber, serialNumber) == 0)
83 return cid;
87 OCSP_CERTID_free(cid);
H A Docsp_srv.c41 ASN1_INTEGER **pserial, OCSP_CERTID *cid)
43 if (!cid)
46 *pmd = cid->hashAlgorithm.algorithm;
48 *piNameHash = &cid->issuerNameHash;
50 *pikeyHash = &cid->issuerKeyHash;
52 *pserial = &cid->serialNumber;
87 OCSP_CERTID *cid,
113 if ((single->certId = OCSP_CERTID_dup(cid)) == NULL)
39 OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid) argument
86 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp_vfy.c21 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
244 OCSP_CERTID *tmpid, *cid; local
254 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
261 if (OCSP_id_issuer_cmp(cid, tmpid)) {
264 cid->hashAlgorithm.algorithm))
272 *ret = cid;
276 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, argument
280 if (cid) {
285 if ((dgst = EVP_get_digestbyobj(cid->hashAlgorithm.algorithm))
295 if ((cid
[all...]
H A Docsp_prn.c91 OCSP_CERTID *cid = NULL; local
110 cid = one->reqCert;
111 ocsp_certid_print(bp, cid, 8);
136 OCSP_CERTID *cid = NULL; local
191 cid = single->certId;
192 if (ocsp_certid_print(bp, cid, 4) <= 0)
H A Docsp_ext.c363 OCSP_CRLID *cid = NULL; local
365 if ((cid = OCSP_CRLID_new()) == NULL)
368 if ((cid->crlUrl = ASN1_IA5STRING_new()) == NULL)
370 if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
374 if ((cid->crlNum = ASN1_INTEGER_new()) == NULL)
376 if (!(ASN1_INTEGER_set(cid->crlNum, *n)))
380 if ((cid->crlTime = ASN1_GENERALIZEDTIME_new()) == NULL)
382 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
385 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
387 OCSP_CRLID_free(cid);
[all...]
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctlvar.h44 bus_size_t bhnd_pwrctl_si_clkreg_m(const struct bhnd_chipid *cid,
46 uint32_t bhnd_pwrctl_si_clock_rate(const struct bhnd_chipid *cid,
49 bus_size_t bhnd_pwrctl_cpu_clkreg_m(const struct bhnd_chipid *cid,
51 uint32_t bhnd_pwrctl_cpu_clock_rate(const struct bhnd_chipid *cid,
H A Dbhnd_pwrctl_subr.c79 * @param cid Chip identification.
85 bhnd_pwrctl_si_clkreg_m(const struct bhnd_chipid *cid, argument
102 * @param cid Chip identification.
108 bhnd_pwrctl_si_clock_rate(const struct bhnd_chipid *cid, argument
113 KASSERT(bhnd_pwrctl_si_clkreg_m(cid, pll_type, NULL) != 0,
127 * @param cid Chip identification.
133 bhnd_pwrctl_cpu_clkreg_m(const struct bhnd_chipid *cid, argument
150 if (cid->chip_id == BHND_CHIPID_BCM5365) {
168 * @param cid Chip identification.
174 bhnd_pwrctl_cpu_clock_rate(const struct bhnd_chipid *cid, argument
304 const struct bhnd_chipid *cid; local
[all...]
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc.h77 struct mmc_cid cid; member in struct:mmc_params
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h97 PdbSymUid(const PdbCompilandId &cid);
114 template <typename T> uint64_t toOpaqueUid(const T &cid) { argument
115 return PdbSymUid(cid).toOpaqueId();
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_erom.h57 struct bhnd_chipid *cid);
60 const struct bhnd_chipid *cid,
65 const struct bhnd_chipid *cid,
133 * @param[out] cid On success, the probed chip identifier.
146 const struct bhnd_chipid *hint, struct bhnd_chipid *cid)
148 return (BHND_EROM_PROBE(cls, eio, hint, cid));
145 bhnd_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, const struct bhnd_chipid *hint, struct bhnd_chipid *cid) argument
H A Dbhnd_erom.c95 * @param[out] cid On success, the probed chip identifier.
104 struct bhnd_chipid *cid)
147 *cid = pcid;
167 * @param cid The device's chip identifier.
174 bhnd_erom_alloc(bhnd_erom_class_t *cls, const struct bhnd_chipid *cid, argument
183 if ((error = BHND_EROM_INIT(erom, cid, eio))) {
185 (uintmax_t)cid->enum_addr, error);
206 * @param cid The device's chip identifier.
217 const struct bhnd_chipid *cid, struct bhnd_erom_io *eio)
229 return (BHND_EROM_INIT(erom, cid, ei
102 bhnd_erom_probe_driver_classes(devclass_t bus_devclass, struct bhnd_erom_io *eio, const struct bhnd_chipid *hint, struct bhnd_chipid *cid) argument
216 bhnd_erom_init_static(bhnd_erom_class_t *cls, bhnd_erom_t *erom, size_t esize, const struct bhnd_chipid *cid, struct bhnd_erom_io *eio) argument
274 bhnd_erom_read_chipid(struct bhnd_erom_io *eio, struct bhnd_chipid *cid) argument
[all...]
H A Dbhnd_eromvar.h63 struct bhnd_chipid *cid);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ooo.h106 u32 cid);
124 u32 cid,
130 u32 cid,
136 u32 cid,
143 u32 cid,
H A Decore_ooo.c47 ecore_ooo_seek_archipelago(struct ecore_ooo_info *p_ooo_info, u32 cid) argument
49 u32 idx = (cid & 0xffff) - p_ooo_info->cid_base;
65 u32 cid, u8 isle)
71 p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
74 "Connection %d is not found in OOO list\n", cid);
208 u32 cid)
214 p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
405 u32 cid,
413 p_archipelago = ecore_ooo_seek_archipelago(p_ooo_info, cid);
416 cid, drop_isl
63 ecore_ooo_seek_isle(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 isle) argument
207 ecore_ooo_release_connection_isles(struct ecore_ooo_info *p_ooo_info, u32 cid) argument
403 ecore_ooo_delete_isles(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 drop_isle, u8 drop_size) argument
442 ecore_ooo_add_new_isle(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct ecore_ooo_buffer *p_buffer) argument
503 ecore_ooo_add_new_buffer(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 ooo_isle, struct ecore_ooo_buffer *p_buffer, u8 buffer_side) argument
527 ecore_ooo_join_isles(struct ecore_hwfn *p_hwfn, struct ecore_ooo_info *p_ooo_info, u32 cid, u8 left_isle) argument
[all...]
H A Decore_roce.c73 data->rdma_data.rdma_destroy_qp_data.cid);
210 "cid bitmap wait timed out\n");
265 static void ecore_roce_free_cid_pair(struct ecore_hwfn *p_hwfn, u16 cid)
268 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, cid);
269 ecore_bmap_release_id(p_hwfn, &p_hwfn->p_rdma_info->qp_map, cid + 1);
331 u32 start_cid, icid, cid, qp_idx; local
344 /* Verify the cid bits that of this qp index are clear */
358 cid = start_cid + icid;
360 rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_CXT, cid);
364 rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_CXT, cid
381 ecore_roce_set_cid(struct ecore_hwfn *p_hwfn, u32 cid) argument
1293 ecore_roce_destroy_ud_qp(void *rdma_cxt, u16 cid) argument
1516 u32 start_cid, cid; local
[all...]
/freebsd-13-stable/sys/mips/broadcom/
H A Dbhnd_nexus.c119 struct bhnd_chipid *cid; local
122 cid = &bp->cid;
126 if (cid->chip_id == BHND_CHIPID_BCM4706 &&
127 cid->chip_pkg == BHND_PKGID_BCM4706L &&
152 return (&bcm_get_platform()->cid);
240 if (!(bp->cid.chip_caps & BHND_CAP_BP64))
H A Dbcma_nexus.c70 switch (bcm_get_platform()->cid.chip_type) {
83 bhnd_set_default_bus_desc(dev, &bcm_get_platform()->cid);
H A Dsiba_nexus.c64 if (bcm_get_platform()->cid.chip_type != BHND_CHIPTYPE_SIBA)
71 bhnd_set_default_bus_desc(dev, &bcm_get_platform()->cid);
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_bhndb.c56 const struct bhnd_chipid *cid; local
64 cid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
65 if (cid->chip_type != BHND_CHIPTYPE_BCMA)
69 bhnd_set_default_bus_desc(dev, cid);
/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c125 query->cid = id;
204 switch (sc->cid.chip_id) {
338 sc->cid.chip_id);
359 switch (sc->cid.chip_id) {
685 if (sc->cid.chip_id == BHND_CHIPID_BCM4325 && sc->cid.chip_rev <= 1)
722 switch (sc->cid.chip_id) {
766 if (sc->cid.chip_rev >= 2)
819 if (sc->cid.chip_rev >= 0x2) {
931 switch (sc->cid
[all...]
H A Dbhnd_pmuvar.h73 struct bhnd_chipid cid; /**< chip identification */ member in struct:bhnd_pmu_query
102 struct bhnd_chipid cid; /**< chip identification */ member in struct:bhnd_pmu_softc
/freebsd-13-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c739 ESS_CERT_ID *cid; local
749 if ((cid = ess_CERT_ID_new_init(signcert, 0)) == NULL
750 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
754 if ((cid = ess_CERT_ID_new_init(cert, 1)) == NULL
755 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
768 ESS_CERT_ID *cid = NULL; local
774 if ((cid = ESS_CERT_ID_new()) == NULL)
778 if (!ASN1_OCTET_STRING_set(cid->hash, cert_sha1, SHA_DIGEST_LENGTH))
783 if (cid->issuer_serial == NULL
784 && (cid
868 ESS_CERT_ID_V2 *cid = NULL; local
901 ESS_CERT_ID_V2 *cid = NULL; local
[all...]
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c69 struct bhnd_chipid *cid);
95 const struct bhnd_chipid *hint, struct bhnd_chipid *cid)
132 *cid = *hint;
140 if ((error = siba_eio_read_chipid(&io, SIBA_ENUM_ADDR, cid)))
144 if (cid->chip_type != BHND_CHIPTYPE_SIBA)
152 * if (cid.ncores > SIBA_MAX_CORES)
155 _Static_assert((2^sizeof(cid->ncores)) <= SIBA_MAX_CORES,
163 siba_erom_init(bhnd_erom_t *erom, const struct bhnd_chipid *cid, argument
172 error = bhnd_erom_io_map(eio, cid->enum_addr,
173 cid
94 siba_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, const struct bhnd_chipid *hint, struct bhnd_chipid *cid) argument
388 siba_eio_read_chipid(struct siba_erom_io *io, bus_addr_t enum_addr, struct bhnd_chipid *cid) argument
[all...]
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c632 u_int16_t cid ; local
642 endcid = l2cap->cid;
647 cid = (endcid+1) & mask;
649 if (cid < NG_L2CAP_FIRST_CID)
650 cid = NG_L2CAP_FIRST_CID;
652 while (cid != endcid) {
653 if (ng_l2cap_chan_by_scid(l2cap, cid, idtype) == NULL) {
655 l2cap->cid = cid;
657 l2cap->lecid = cid;
[all...]

Completed in 238 milliseconds

123456