Searched defs:NativeCrypto_DSA_generate_key (Results 1 - 1 of 1) sorted by last modified time

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp2905 static jlong NativeCrypto_DSA_generate_key(JNIEnv* env, jclass, jint primeBits, function
2958 throwExceptionIfNecessary(env, "NativeCrypto_DSA_generate_key failed");
2965 jniThrowRuntimeException(env, "NativeCrypto_DSA_generate_key failed");
2972 throwExceptionIfNecessary(env, "NativeCrypto_DSA_generate_key failed");

Completed in 97 milliseconds