Searched refs:ocsp_response_bytes (Results 1 – 2 of 2) sorted by relevance
/external/cronet/net/cert/internal/ |
D | revocation_checker.cc | 130 std::vector<uint8_t> ocsp_response_bytes; in CheckCertRevocation() local 131 net_ocsp_request->WaitForResult(&net_error, &ocsp_response_bytes); in CheckCertRevocation() 140 reinterpret_cast<const char*>(ocsp_response_bytes.data()), in CheckCertRevocation() 141 ocsp_response_bytes.size()), in CheckCertRevocation()
|
/external/cronet/net/test/ |
D | revocation_builder.cc | 129 CBB ocsp_response, ocsp_response_status, ocsp_response_bytes, in EncodeOCSPResponse() local 144 if (!CBB_add_asn1(&ocsp_response, &ocsp_response_bytes, in EncodeOCSPResponse() 146 !CBB_add_asn1(&ocsp_response_bytes, &ocsp_response_bytes_sequence, in EncodeOCSPResponse()
|