OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAND_load_file
(Results
1 - 10
of
10
) sorted by null
/external/boringssl/src/include/openssl/
rand.h
75
/*
RAND_load_file
returns a nonnegative number. */
76
OPENSSL_EXPORT int
RAND_load_file
(const char *path, long num);
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLRandom.java
58
// For BoringSSL, RAND_seed and
RAND_load_file
are no-ops since the RNG
83
int bytesRead = NativeCrypto.
RAND_load_file
("/dev/urandom", seedLengthInBytes);
NativeCrypto.java
352
public static native int
RAND_load_file
(String filename, long max_bytes);
[
all
...]
OpenSSLSocketImpl.java
294
// For BoringSSL, RAND_seed and
RAND_load_file
are no-ops since the RNG
302
NativeCrypto.
RAND_load_file
("/dev/urandom", seedLengthInBytes);
[
all
...]
/external/boringssl/src/crypto/rand/
rand.c
202
int
RAND_load_file
(const char *path, long num) {
/external/curl/lib/
setup-vms.h
261
#define
RAND_load_file
RAND_LOAD_FILE
/external/libvncserver/libvncclient/
tls_openssl.c
165
RAND_load_file
("/dev/urandom", 1024);
/external/curl/lib/vtls/
openssl.c
206
nread +=
RAND_load_file
((data->set.str[STRING_SSL_RANDOM_FILE]?
250
nread +=
RAND_load_file
(buf, RAND_LOAD_LENGTH);
[
all
...]
/external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 91 milliseconds