Searched refs:content_info (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dpkcs7.c28 CBS in, content_info, content_type, wrapped_signed_data, signed_data, local
45 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE) ||
46 !CBS_get_asn1(&content_info, &content_type, CBS_ASN1_OBJECT)) {
57 if (!CBS_get_asn1(&content_info, &wrapped_signed_data,
121 content_info, certificates; local
134 !CBB_add_asn1(&seq, &content_info, CBS_ASN1_SEQUENCE) ||
135 !OBJ_nid2cbb(&content_info, NID_pkcs7_data) ||
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs8.c623 static int PKCS12_handle_content_info(CBS *content_info, unsigned depth,
666 CBS content_info; local
667 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE)) {
673 if (!PKCS12_handle_content_info(&content_info, depth + 1, ctx)) {
693 static int PKCS12_handle_content_info(CBS *content_info, unsigned depth, argument
698 if (!CBS_get_asn1(content_info, &content_type, CBS_ASN1_OBJECT) ||
699 !CBS_get_asn1(content_info, &wrapped_contents,
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc630 const ContentInfo* content_info = local
633 GetContentDescription(content_info);
635 if (content_desc && content_info && !content_info->rejected &&
644 const ContentInfo* content_info = local
647 GetContentDescription(content_info);
649 if (content_desc && content_info && !content_info->rejected &&
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc95 bool GetFirstSsrc(const cricket::ContentInfo* content_info, int* ssrc) { argument
96 if (!content_info || !ssrc) {
101 content_info->description);
H A Dwebrtcsdp.cc241 static void BuildMediaDescription(const ContentInfo* content_info,
1155 void BuildMediaDescription(const ContentInfo* content_info, argument
1161 if (content_info == NULL || message == NULL) {
1171 content_info->description);
1245 const std::string port = content_info->rejected ?
1337 os << kSdpDelimiterColon << content_info->name;

Completed in 3891 milliseconds