HomeSort by relevance Sort by last modified time
    Searched defs:content_info (Results 1 - 4 of 4) sorted by null

  /system/core/fastbootd/commands/
flash.c 126 CMS_ContentInfo *content_info; local
141 if (cert_read(signed_fd, &content_info, &content)) {
146 ret = cert_verify(content, content_info, store, data_fd);
147 cert_release(content, content_info);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
pkcs7.c 28 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/
pkcs8.c 623 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,
698 if (!CBS_get_asn1(content_info, &content_type, CBS_ASN1_OBJECT) ||
699 !CBS_get_asn1(content_info, &wrapped_contents,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 630 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 &&
    [all...]

Completed in 448 milliseconds