Searched refs:responseBytes (Results 1 - 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
H A DOCSPResponse.java15 ResponseBytes responseBytes; field in class:OCSPResponse
19 ResponseBytes responseBytes)
22 this.responseBytes = responseBytes;
32 responseBytes = ResponseBytes.getInstance(
66 return responseBytes;
74 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
83 if (responseBytes != null)
85 v.add(new DERTaggedObject(true, 0, responseBytes));
17 OCSPResponse( OCSPResponseStatus responseStatus, ResponseBytes responseBytes) argument
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A DBufferPerformanceBench.java145 buffers.transmit(responseBytes).readAll(NullSink);
150 buffers.transmit(responseBytes).readAll(NullSink);
170 byte[] responseBytes; field in class:BufferPerformanceBench
177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl_ocsp.c66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
70 ResponseBytes *responseBytes; member in struct:__anon25105
80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
540 bytes = resp->responseBytes;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl_ocsp.c66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
70 ResponseBytes *responseBytes; member in struct:__anon25368
80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
540 bytes = resp->responseBytes;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl_ocsp.c66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL }
70 ResponseBytes *responseBytes; member in struct:__anon25635
80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0)
540 bytes = resp->responseBytes;
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp6458 ScopedByteArrayRO responseBytes(env, response);
6459 if (responseBytes.get() == nullptr) {
6465 reinterpret_cast<const uint8_t *>(responseBytes.get()),
6466 responseBytes.size())) {
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1254 milliseconds