Searched refs:CBS_get_any_asn1_element (Results 1 – 11 of 11) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 339 if (!CBS_get_any_asn1_element(cbs, out, out_tag, &header_len)) { in CBS_get_any_asn1() 351 int CBS_get_any_asn1_element(CBS *cbs, CBS *out, unsigned *out_tag, in CBS_get_any_asn1_element() function 373 if (!CBS_get_any_asn1_element(cbs, out, &tag, &header_len) || in cbs_get_asn1()
|
D | ber.c | 203 if (!CBS_get_any_asn1_element(in, out, NULL, NULL)) { in CBS_asn1_ber_to_der()
|
D | cbb.c | 630 if (!CBS_get_any_asn1_element(&cbs, NULL, NULL, NULL)) { in CBB_flush_asn1_set_of() 654 if (!CBS_get_any_asn1_element(&cbs, &children[i], NULL, NULL)) { in CBB_flush_asn1_set_of()
|
D | bytestring_test.cc | 229 ASSERT_TRUE(CBS_get_any_asn1_element(&data, &contents, &tag, &header_len)); in TEST()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 238 OPENSSL_EXPORT int CBS_get_any_asn1_element(CBS *cbs, CBS *out,
|
/external/boringssl/src/crypto/evp/ |
D | evp_asn1.c | 291 if (!CBS_get_any_asn1_element(&sequence, NULL, NULL, NULL)) { in num_elements()
|
/external/boringssl/src/ssl/ |
D | ssl_asn1.cc | 685 if (!CBS_get_any_asn1_element(&cert_chain, &cert, NULL, NULL) || in SSL_SESSION_parse()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 622 CBS_get_any_asn1_element
|
D | BoringSSL-GRPC.podspec | 2174 '#define CBS_get_any_asn1_element GRPC_SHADOW_CBS_get_any_asn1_element',
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 9000 !CBS_get_any_asn1_element(&response_data, nullptr /* responderID */, nullptr, nullptr) || in get_ocsp_single_responses() 9001 !CBS_get_any_asn1_element(&response_data, nullptr /* producedAt */, nullptr, nullptr)) { in get_ocsp_single_responses() 9016 if (!CBS_get_any_asn1_element(single_response, nullptr /* certID */, nullptr, nullptr) || in get_ocsp_single_response_extensions() 9017 !CBS_get_any_asn1_element(single_response, nullptr /* certStatus */, nullptr, nullptr) || in get_ocsp_single_response_extensions() 9018 !CBS_get_any_asn1_element(single_response, nullptr /* thisUpdate */, nullptr, nullptr) || in get_ocsp_single_response_extensions()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 650 #define CBS_get_any_asn1_element GRPC_SHADOW_CBS_get_any_asn1_element macro
|