Home
last modified time | relevance | path

Searched refs:responseBytes (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DOCSPResponse.java15 ResponseBytes responseBytes; field in OCSPResponse
19 ResponseBytes responseBytes) in OCSPResponse() argument
22 this.responseBytes = responseBytes; in OCSPResponse()
32 responseBytes = ResponseBytes.getInstance( in OCSPResponse()
66 return responseBytes; in getResponseBytes()
83 if (responseBytes != null) in toASN1Primitive()
85 v.add(new DERTaggedObject(true, 0, responseBytes)); in toASN1Primitive()
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java145 buffers.transmit(responseBytes).readAll(NullSink); in thinkWriteCold()
150 buffers.transmit(responseBytes).readAll(NullSink); in readWriteRecycle()
170 byte[] responseBytes; field in BufferPerformanceBench
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]); in storeRequestResponseData()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c70 ResponseBytes *responseBytes; member
80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
540 bytes = resp->responseBytes; in check_ocsp_resp()
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp6572 ScopedByteArrayRO responseBytes(env, response); in NativeCrypto_SSL_set_ocsp_response() local
6573 if (responseBytes.get() == nullptr) { in NativeCrypto_SSL_set_ocsp_response()
6579 reinterpret_cast<const uint8_t *>(responseBytes.get()), in NativeCrypto_SSL_set_ocsp_response()
6580 responseBytes.size())) { in NativeCrypto_SSL_set_ocsp_response()