/external/conscrypt/src/main/java/org/conscrypt/ |
H A D | NativeCrypto.java | 77 public static native int ENGINE_ctrl_cmd_string(long engineRef, String cmd, String arg, method in class:NativeCrypto
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls_openssl.c | 737 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { 762 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { 1119 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls_openssl.c | 737 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { 762 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { 1119 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | tls_openssl.c | 737 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { 762 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { 1119 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
|
/external/conscrypt/src/main/native/ |
H A D | org_conscrypt_NativeCrypto.cpp | 2540 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, %p, %p, %d)", e, cmdJava, argJava, cmd_optional); 2544 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, %p, %p, %d) => engine == null", e, cmdJava, argJava, 2563 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, \"%s\", \"%s\", %d)", e, cmdChars.c_str(), arg_c_str, 2566 int ret = ENGINE_ctrl_cmd_string(e, cmdChars.c_str(), arg_c_str, cmd_optional); 2568 throwExceptionIfNecessary(env, "ENGINE_ctrl_cmd_string"); 2569 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, \"%s\", \"%s\", %d) => threw error", e, 2574 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, \"%s\", \"%s\", %d) => %d", e, cmdChars.c_str(), 11053 NATIVE_METHOD(NativeCrypto, ENGINE_ctrl_cmd_string, "(JLjava/lang/String;Ljava/lang/String;I)I"),
|
/external/robolectric/v3/runtime/ |
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/ ... |