HomeSort by relevance Sort by last modified time
    Searched refs:CBS_ASN1_SEQUENCE (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/crypto/x509/
pkcs7.c 55 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE) ||
68 !CBS_get_asn1(&wrapped_signed_data, &signed_data, CBS_ASN1_SEQUENCE) ||
71 !CBS_get_asn1(&signed_data, NULL /* content */, CBS_ASN1_SEQUENCE)) {
114 if (!CBS_get_asn1_element(&certificates, &cert, CBS_ASN1_SEQUENCE)) {
184 if (!CBS_get_asn1_element(&crls, &crl_data, CBS_ASN1_SEQUENCE)) {
277 if (!CBB_add_asn1(out, &outer_seq, CBS_ASN1_SEQUENCE) ||
282 !CBB_add_asn1(&wrapped_seq, &seq, CBS_ASN1_SEQUENCE) ||
286 !CBB_add_asn1(&seq, &content_info, CBS_ASN1_SEQUENCE) ||
  /external/boringssl/src/crypto/rsa/
rsa_asn1.c 103 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_SEQUENCE) ||
148 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_SEQUENCE) ||
190 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_SEQUENCE) ||
213 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_SEQUENCE) ||
237 CBS_peek_asn1_tag(&child, CBS_ASN1_SEQUENCE)) {
239 if (!CBS_get_asn1(&child, &other_prime_infos, CBS_ASN1_SEQUENCE) ||
310 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_SEQUENCE) ||
327 if (!CBB_add_asn1(&child, &other_prime_infos, CBS_ASN1_SEQUENCE)) {
337 CBS_ASN1_SEQUENCE) ||
  /external/boringssl/src/crypto/ecdsa/
ecdsa_asn1.c 117 if (!CBS_get_asn1(cbs, &child, CBS_ASN1_SEQUENCE) ||
142 if (!CBB_add_asn1(cbb, &child, CBS_ASN1_SEQUENCE) ||
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 706 if (!CBS_get_asn1(&in, &in, CBS_ASN1_SEQUENCE)) {
713 if (!CBS_get_asn1(&in, &content_info, CBS_ASN1_SEQUENCE)) {
761 if (!CBS_get_asn1(&wrapped_contents, &contents, CBS_ASN1_SEQUENCE) ||
765 !CBS_get_asn1(&contents, &eci, CBS_ASN1_SEQUENCE) ||
769 !CBS_get_asn1_element(&eci, &ai, CBS_ASN1_SEQUENCE) ||
860 if (!CBS_get_asn1(&wrapped_contents, &cert_bag, CBS_ASN1_SEQUENCE) ||
927 if (!CBS_get_asn1(&in, &pfx, CBS_ASN1_SEQUENCE) ||
939 if (!CBS_get_asn1(&pfx, &authsafe, CBS_ASN1_SEQUENCE)) {
949 if (!CBS_get_asn1(&pfx, &mac_data, CBS_ASN1_SEQUENCE)) {
994 if (!CBS_get_asn1(&mac_data, &mac, CBS_ASN1_SEQUENCE) ||
    [all...]
  /external/boringssl/src/crypto/bytestring/
ber.c 72 (tag & 0x1f) != (CBS_ASN1_SEQUENCE & 0x1f) &&
  /external/boringssl/src/include/openssl/
bytestring.h 131 #define CBS_ASN1_SEQUENCE (0x10 | CBS_ASN1_CONSTRUCTED)
  /external/boringssl/src/ssl/
ssl_asn1.c 194 !CBB_add_asn1(&cbb, &session, CBS_ASN1_SEQUENCE) ||
516 if (!CBS_get_asn1(cbs, &session, CBS_ASN1_SEQUENCE) ||
  /external/boringssl/src/crypto/evp/
evp_extra_test.cc     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 768 milliseconds