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

  /external/boringssl/src/crypto/pkcs7/
pkcs7.c 44 CBS in, content_info, content_type, wrapped_signed_data, signed_data; local
51 !CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE) ||
52 !CBS_get_asn1(&content_info, &content_type, CBS_ASN1_OBJECT)) {
63 if (!CBS_get_asn1(&content_info, &wrapped_signed_data,
137 content_info; local
150 !CBB_add_asn1(&seq, &content_info, CBS_ASN1_SEQUENCE) ||
151 !CBB_add_asn1(&content_info, &oid, CBS_ASN1_OBJECT) ||
  /external/fsverity-utils/
sign.c 117 null, content_info, issuer_and_serial, signed_data, local
172 !CBB_add_asn1(&seq, &content_info, CBS_ASN1_SEQUENCE) ||
173 !OBJ_nid2cbb(&content_info, NID_pkcs7_data) ||
175 &content_info, &signed_data,
219 CBS in, content_info, content_type, wrapped_signed_data, signed_data, local
224 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE) ||
225 !CBS_get_asn1(&content_info, &content_type, CBS_ASN1_OBJECT) ||
228 &content_info, &wrapped_signed_data,
  /external/u-boot/tools/
imagetool.h 31 struct content_info { struct
32 struct content_info *next;
74 struct content_info *content_head; /* List of files to include */
75 struct content_info *content_tail;
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 487 static int PKCS12_handle_content_info(CBS *content_info,
493 if (!CBS_get_asn1(content_info, &content_type, CBS_ASN1_OBJECT) ||
494 !CBS_get_asn1(content_info, &wrapped_contents,
496 CBS_len(content_info) != 0) {
1060 CBB content_info, type, wrapper, encrypted_data, encrypted_content_info, local
1063 !CBB_add_asn1(out, &content_info, CBS_ASN1_SEQUENCE) ||
1064 !CBB_add_asn1(&content_info, &type, CBS_ASN1_OBJECT) ||
1066 !CBB_add_asn1(&content_info, &wrapper,
1203 CBB content_info, oid, wrapper, data, safe_contents, bag, bag_oid, local
    [all...]
  /external/webrtc/talk/session/media/
channel.cc 762 const ContentInfo* content_info = GetFirstContent(local_desc); local
764 GetContentDescription(content_info);
765 if (content_desc && content_info && !content_info->rejected &&
776 const ContentInfo* content_info = GetFirstContent(remote_desc); local
778 GetContentDescription(content_info);
779 if (content_desc && content_info && !content_info->rejected &&
    [all...]

Completed in 576 milliseconds