Searched refs:CBS_get_optional_asn1 (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/src/crypto/bytestring/
H A Dcbs.c331 int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present, unsigned tag) { function
352 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
373 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
391 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
H A Dbytestring_test.cc174 if (!CBS_get_optional_asn1(&data, &contents, &present, 0xa0) ||
188 if (!CBS_get_optional_asn1(&data, &contents, &present, 0xa0) ||
190 !CBS_get_optional_asn1(&data, &contents, &present, 0xa1) ||
/external/boringssl/include/openssl/
H A Dbytestring.h181 /* CBS_get_optional_asn1 gets an optional explicitly-tagged element from |cbs|
186 OPENSSL_EXPORT int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present,
/external/boringssl/src/include/openssl/
H A Dbytestring.h181 /* CBS_get_optional_asn1 gets an optional explicitly-tagged element from |cbs|
186 OPENSSL_EXPORT int CBS_get_optional_asn1(CBS *cbs, CBS *out, int *out_present,
/external/boringssl/src/ssl/
H A Dssl_asn1.c566 if (!CBS_get_optional_asn1(&session, &peer, &has_peer, kPeerTag)) {
645 if (!CBS_get_optional_asn1(&session, &cert_chain, &has_cert_chain,
/external/boringssl/src/crypto/evp/
H A Devp_extra_test.cc596 !CBS_get_optional_asn1(
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp10930 if (!CBS_get_optional_asn1(&response_data, nullptr /* version */, nullptr,
10951 !CBS_get_optional_asn1(single_response, nullptr /* nextUpdate */, nullptr,

Completed in 150 milliseconds