OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBS_ASN1_SEQUENCE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509/
pkcs7.c
45
if (!CBS_get_asn1(&in, &content_info,
CBS_ASN1_SEQUENCE
) ||
59
!CBS_get_asn1(&wrapped_signed_data, &signed_data,
CBS_ASN1_SEQUENCE
) ||
62
!CBS_get_asn1(&signed_data, NULL /* content */,
CBS_ASN1_SEQUENCE
)) {
84
if (!CBS_get_asn1_element(&certificates, &cert,
CBS_ASN1_SEQUENCE
)) {
125
if (!CBB_add_asn1(out, &outer_seq,
CBS_ASN1_SEQUENCE
) ||
130
!CBB_add_asn1(&wrapped_seq, &seq,
CBS_ASN1_SEQUENCE
) ||
134
!CBB_add_asn1(&seq, &content_info,
CBS_ASN1_SEQUENCE
) ||
/external/chromium_org/net/cert/
ct_objects_extractor_openssl.cc
131
if (!CBS_get_asn1(responses, &single_response,
CBS_ASN1_SEQUENCE
) ||
132
!CBS_get_asn1(&single_response, &cert_id,
CBS_ASN1_SEQUENCE
)) {
137
if (!CBS_get_asn1(&cert_id, &hash_algorithm,
CBS_ASN1_SEQUENCE
) ||
279
if (!CBS_get_asn1(&cbs, &sequence,
CBS_ASN1_SEQUENCE
) ||
286
CBS_ASN1_SEQUENCE
) ||
300
if (!CBS_get_asn1(&response, &basic_response,
CBS_ASN1_SEQUENCE
) ||
302
!CBS_get_asn1(&basic_response, &response_data,
CBS_ASN1_SEQUENCE
)) {
319
!CBS_get_asn1(&response_data, &responses,
CBS_ASN1_SEQUENCE
)) {
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
pkcs8.c
659
if (!CBS_get_asn1(&in, &in,
CBS_ASN1_SEQUENCE
)) {
667
if (!CBS_get_asn1(&in, &content_info,
CBS_ASN1_SEQUENCE
)) {
718
if (!CBS_get_asn1(&wrapped_contents, &contents,
CBS_ASN1_SEQUENCE
) ||
722
!CBS_get_asn1(&contents, &eci,
CBS_ASN1_SEQUENCE
) ||
726
!CBS_get_asn1_element(&eci, &ai,
CBS_ASN1_SEQUENCE
) ||
818
if (!CBS_get_asn1(&wrapped_contents, &cert_bag,
CBS_ASN1_SEQUENCE
) ||
883
if (!CBS_get_asn1(&in, &pfx,
CBS_ASN1_SEQUENCE
) ||
895
if (!CBS_get_asn1(&pfx, &authsafe,
CBS_ASN1_SEQUENCE
)) {
905
if (!CBS_get_asn1(&pfx, &mac_data,
CBS_ASN1_SEQUENCE
)) {
951
if (!CBS_get_asn1(&mac_data, &mac,
CBS_ASN1_SEQUENCE
) ||
[
all
...]
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
ber.c
70
(tag & 0x1f) != (
CBS_ASN1_SEQUENCE
& 0x1f) &&
/external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h
126
#define
CBS_ASN1_SEQUENCE
(0x10 | CBS_ASN1_CONSTRUCTED)
Completed in 33 milliseconds