OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_info
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/x509/
pkcs7.c
40
CBS in,
content_info
, content_type, wrapped_signed_data, signed_data;
local
55
if (!CBS_get_asn1(&in, &
content_info
, CBS_ASN1_SEQUENCE) ||
56
!CBS_get_asn1(&
content_info
, &content_type, CBS_ASN1_OBJECT)) {
66
if (!CBS_get_asn1(&
content_info
, &wrapped_signed_data,
274
content_info
;
local
286
!CBB_add_asn1(&seq, &
content_info
, CBS_ASN1_SEQUENCE) ||
287
!OBJ_nid2cbb(&
content_info
, NID_pkcs7_data) ||
/external/boringssl/src/crypto/pkcs8/
pkcs8.c
670
static int PKCS12_handle_content_info(CBS *
content_info
, unsigned depth,
712
CBS
content_info
;
local
713
if (!CBS_get_asn1(&in, &
content_info
, CBS_ASN1_SEQUENCE)) {
718
if (!PKCS12_handle_content_info(&
content_info
, depth + 1, ctx)) {
736
static int PKCS12_handle_content_info(CBS *
content_info
, unsigned depth,
741
if (!CBS_get_asn1(
content_info
, &content_type, CBS_ASN1_OBJECT) ||
742
!CBS_get_asn1(
content_info
, &wrapped_contents,
[
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 272 milliseconds