Home
last modified time | relevance | path

Searched refs:basic_response (Results 1 – 2 of 2) sorted by relevance

/external/scapy/test/
Dx509.uts225 assert(responseBytes.responseType == ASN1_OID("basic_response"))
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8959 static bool get_ocsp_basic_response(CBS* ocsp_response, CBS* basic_response) { in get_ocsp_basic_response() argument
8982 return CBS_get_asn1(&response, basic_response, CBS_ASN1_SEQUENCE) == 1; in get_ocsp_basic_response()
8990 static bool get_ocsp_single_responses(CBS* basic_response, CBS* single_responses) { in get_ocsp_single_responses() argument
8993 if (!CBS_get_asn1(basic_response, &response_data, CBS_ASN1_SEQUENCE)) { in get_ocsp_single_responses()
9067 CBS basic_response; in NativeCrypto_get_ocsp_single_extension() local
9068 if (!get_ocsp_basic_response(&ocsp_response, &basic_response)) { in NativeCrypto_get_ocsp_single_extension()
9074 if (!get_ocsp_single_responses(&basic_response, &responses)) { in NativeCrypto_get_ocsp_single_extension()