Searched defs:cid (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dpcy_data.c86 const ASN1_OBJECT *cid, int crit)
90 if (!policy && !cid)
92 if (cid)
94 id = OBJ_dup(cid);
85 policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) argument
/external/openssl/crypto/x509v3/
H A Dpcy_data.c86 const ASN1_OBJECT *cid, int crit)
90 if (!policy && !cid)
92 if (cid)
94 id = OBJ_dup(cid);
85 policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DInReplyTo.java60 * @param cid CallIdentifier to set
62 public InReplyTo(CallIdentifier cid) { argument
64 callId = cid;
H A DCallID.java111 * @param cid String to set. This is the body part of the Call-Id
113 * @throws IllegalArgumentException if cid is null, not a token, or is
116 public void setCallId(String cid) throws ParseException { argument
118 callIdentifier = new CallIdentifier(cid);
120 throw new ParseException(cid, 0);
126 * @param cid CallIdentifier to set (localId@host).
128 public void setCallIdentifier(CallIdentifier cid) { argument
129 callIdentifier = cid;
H A DCallIdentifier.java75 * @param cid String to set
76 * @throws IllegalArgumentException if cid is null or is not a token,
79 public CallIdentifier(String cid) throws IllegalArgumentException { argument
80 setCallID(cid);
156 * @param cid Strimg to set
157 * @throws IllegalArgumentException if cid is null or is not a token or
160 public void setCallID(String cid) throws IllegalArgumentException { argument
161 if (cid == null)
163 int index = cid.indexOf('@');
165 localId = cid;
[all...]
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_main.c544 UINT16 cid; local
570 cid = L2CA_ConnectReq (SDP_PSM, p_bd_addr);
573 if (cid != 0)
575 p_ccb->connection_id = cid;
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoin.java90 * @param cid String to set. This is the body part of the Call-Id
92 * @throws IllegalArgumentException if cid is null, not a token, or is
95 public void setCallId(String cid) { argument
96 callId = cid;
101 * @param cid CallIdentifier to set (localId@host).
103 public void setCallIdentifier(CallIdentifier cid) { argument
104 callIdentifier = cid;
H A DReplaces.java90 * @param cid String to set. This is the body part of the Call-Id
92 * @throws IllegalArgumentException if cid is null, not a token, or is
95 public void setCallId(String cid) { argument
96 callId = cid;
101 * @param cid CallIdentifier to set (localId@host).
103 public void setCallIdentifier(CallIdentifier cid) { argument
104 callIdentifier = cid;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_winsys.h125 uint32 cid; member in struct:svga_winsys_context
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_lib.c107 OCSP_CERTID *cid = NULL; local
110 if (!(cid = OCSP_CERTID_new())) goto err;
112 alg = cid->hashAlgorithm;
124 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
134 ASN1_INTEGER_free(cid->serialNumber);
135 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
137 return cid;
141 if (cid) OCSP_CERTID_free(cid);
[all...]
H A Docsp_prn.c139 OCSP_CERTID* cid = NULL; local
157 cid = one->reqCert;
158 ocsp_certid_print(bp, cid, 8);
185 OCSP_CERTID *cid = NULL; local
235 cid = single->certId;
236 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
H A Docsp_srv.c89 ASN1_INTEGER **pserial, OCSP_CERTID *cid)
91 if (!cid) return 0;
92 if (pmd) *pmd = cid->hashAlgorithm->algorithm;
93 if(piNameHash) *piNameHash = cid->issuerNameHash;
94 if (pikeyHash) *pikeyHash = cid->issuerKeyHash;
95 if (pserial) *pserial = cid->serialNumber;
125 OCSP_CERTID *cid,
151 if(!(single->certId = OCSP_CERTID_dup(cid)))
87 OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid) argument
124 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.c68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
263 OCSP_CERTID *tmpid, *cid; local
273 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
281 if (OCSP_id_issuer_cmp(cid, tmpid))
285 cid->hashAlgorithm->algorithm))
293 *ret = cid;
298 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, argument
302 if(cid)
308 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
317 if ((cid
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h125 uint32 cid; member in struct:svga_winsys_context
/external/openssl/crypto/ocsp/
H A Docsp_lib.c107 OCSP_CERTID *cid = NULL; local
110 if (!(cid = OCSP_CERTID_new())) goto err;
112 alg = cid->hashAlgorithm;
124 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i))) goto err;
130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
134 ASN1_INTEGER_free(cid->serialNumber);
135 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber))) goto err;
137 return cid;
141 if (cid) OCSP_CERTID_free(cid);
[all...]
H A Docsp_prn.c139 OCSP_CERTID* cid = NULL; local
157 cid = one->reqCert;
158 ocsp_certid_print(bp, cid, 8);
185 OCSP_CERTID *cid = NULL; local
235 cid = single->certId;
236 if(ocsp_certid_print(bp, cid, 4) <= 0) goto err;
H A Docsp_srv.c89 ASN1_INTEGER **pserial, OCSP_CERTID *cid)
91 if (!cid) return 0;
92 if (pmd) *pmd = cid->hashAlgorithm->algorithm;
93 if(piNameHash) *piNameHash = cid->issuerNameHash;
94 if (pikeyHash) *pikeyHash = cid->issuerKeyHash;
95 if (pserial) *pserial = cid->serialNumber;
125 OCSP_CERTID *cid,
151 if(!(single->certId = OCSP_CERTID_dup(cid)))
87 OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid) argument
124 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.c68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
263 OCSP_CERTID *tmpid, *cid; local
273 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
281 if (OCSP_id_issuer_cmp(cid, tmpid))
285 cid->hashAlgorithm->algorithm))
293 *ret = cid;
298 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, argument
302 if(cid)
308 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm)))
317 if ((cid
[all...]
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c140 UINT16 cid; local
202 if ((cid = L2CA_ConnectReq (BT_PSM_BNEP, p_bcb->rem_bda)) != 0)
204 p_bcb->l2cap_cid = cid;
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c45 static UINT8 find_conn_by_cid (UINT16 cid);
825 UINT16 cid; local
846 cid = p_hcon->ctrl_cid;
850 cid = p_hcon->intr_cid;
925 if ((p_hcon->conn_flags & HID_CONN_FLAGS_CONGESTED) || (!L2CA_DataWrite (cid, p_buf)))
999 static UINT8 find_conn_by_cid (UINT16 cid) argument
1006 && ((hh_cb.devices[xx].conn.ctrl_cid == cid) || (hh_cb.devices[xx].conn.intr_cid == cid)))
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_main.c153 L2CAP_TRACE_WARNING5 ("L2CAP - holding ACL for unknown handle:%d ls:%d cid:%d opcode:%d cur count:%d",
166 L2CAP_TRACE_ERROR5 ("L2CAP - rcvd ACL for unknown handle:%d ls:%d cid:%d opcode:%d cur count:%d",
563 /* updated spec says send command reject on invalid cid */
928 UINT8 l2c_data_write (UINT16 cid, BT_HDR *p_data, UINT16 flags) argument
933 if ((p_ccb = l2cu_find_ccb_by_cid (NULL, cid)) == NULL)
935 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_DataWrite, CID: %d", cid);
944 L2CAP_TRACE_WARNING1 ("L2CAP - CID: 0x%04x cannot send message bigger than peer's mtu size", cid);
H A Dl2c_ucd.c158 static void l2c_ucd_disconnect_ind_cback (UINT16 cid, BOOLEAN result) argument
172 static void l2c_ucd_config_ind_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) argument
186 static void l2c_ucd_config_cfm_cback (UINT16 cid, tL2CAP_CFG_INFO *p_cfg) argument
/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command_unittest.cc249 Id cid = dir->GetFirstChildId(&trans, new_fid); local
250 Entry b1(&trans, syncable::GET_BY_ID, cid);
337 Id cid = dir->GetFirstChildId(&trans, new_fid); local
342 while (!cid.IsRoot()) {
344 Entry c(&trans, syncable::GET_BY_ID, cid);
350 ASSERT_TRUE(cid.ServerKnows());
357 ASSERT_FALSE(cid.ServerKnows());
360 ASSERT_TRUE(cid.ServerKnows());
364 cid = c.Get(syncable::NEXT_ID);
/external/chromium_org/sync/engine/
H A Dprocess_commit_response_command_unittest.cc329 Id cid = parent.GetFirstChildId(); local
335 while (!cid.IsRoot()) {
337 Entry c(&trans, syncable::GET_BY_ID, cid);
344 ASSERT_TRUE(cid.ServerKnows());
351 ASSERT_FALSE(cid.ServerKnows());
354 ASSERT_TRUE(cid.ServerKnows());
358 cid = c.GetSuccessorId();
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c83 vmw_printf("Context id is %d\n", c_arg.cid);
85 return c_arg.cid;
89 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid) argument
96 c_arg.cid = cid;
186 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, argument

Completed in 509 milliseconds

123