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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp5323 static void NativeCrypto_RAND_bytes(JNIEnv* env, jclass, jbyteArray output) { function
5324 JNI_TRACE("NativeCrypto_RAND_bytes(%p)", output);
5333 throwExceptionIfNecessary(env, "NativeCrypto_RAND_bytes");
5334 JNI_TRACE("tmp=%p NativeCrypto_RAND_bytes => threw error", tmp);
5338 JNI_TRACE("NativeCrypto_RAND_bytes(%p) => success", output);

Completed in 52 milliseconds