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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4615 static void NativeCrypto_RAND_bytes(JNIEnv* env, jclass, jbyteArray output) { function
4616 JNI_TRACE("NativeCrypto_RAND_bytes(%p)", output);
4625 throwExceptionIfNecessary(env, "NativeCrypto_RAND_bytes");
4626 JNI_TRACE("tmp=%p NativeCrypto_RAND_bytes => threw error", tmp);
4630 JNI_TRACE("NativeCrypto_RAND_bytes(%p) => success", output);

Completed in 142 milliseconds