Home | History | Annotate | Download | only in native

Lines Matching refs:max_bytes

979 static int NativeCrypto_RAND_load_file(JNIEnv* env, jclass, jstring filename, jlong max_bytes) {
980 JNI_TRACE("NativeCrypto_RAND_load_file filename=%p max_bytes=%lld", filename, max_bytes);
985 int result = RAND_load_file(file.c_str(), max_bytes);