/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
H A D | OCSPResponse.java | 15 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/nos/host/generic/libnos/generator/test/ |
H A D | test.cpp | 82 std::vector<uint8_t> responseBytes(response.ByteSize()); 83 ASSERT_TRUE(response.SerializeToArray(responseBytes.data(), responseBytes.size())); 86 .WillOnce(DoAll(SetArgPointee<3>(responseBytes), Return(APP_SUCCESS))); 117 std::vector<uint8_t> responseBytes(response.ByteSize()); 118 ASSERT_TRUE(response.SerializeToArray(responseBytes.data(), responseBytes.size())); 121 .WillOnce(DoAll(SetArgPointee<3>(responseBytes), Return(APP_ERROR_BOGUS_ARGS)));
|
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
H A D | BufferPerformanceBench.java | 145 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 D | tls_openssl_ocsp.c | 66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL } 70 ResponseBytes *responseBytes; member in struct:__anon31314 80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0) 540 bytes = resp->responseBytes;
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_openssl_ocsp.c | 66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL } 70 ResponseBytes *responseBytes; member in struct:__anon31583 80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0) 540 bytes = resp->responseBytes;
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | tls_openssl_ocsp.c | 66 * responseBytes [0] EXPLICIT ResponseBytes OPTIONAL } 70 ResponseBytes *responseBytes; member in struct:__anon31864 80 ASN1_EXP_OPT(OCSPResponse, responseBytes, ResponseBytes, 0) 540 bytes = resp->responseBytes;
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
H A D | native_crypto.cc | 7006 ScopedByteArrayRO responseBytes(env, response); 7007 if (responseBytes.get() == nullptr) { 7012 if (!SSL_set_ocsp_response(ssl, reinterpret_cast<const uint8_t*>(responseBytes.get()), 7013 responseBytes.size())) {
|
/external/google-tv-pairing-protocol/java/jar/ |
H A D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |