OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAND_bytes
(Results
51 - 62
of
62
) sorted by null
1
2
3
/external/chromium_org/third_party/openssl/openssl/ssl/
s2_clnt.c
664
if (
RAND_bytes
(sess->master_key,i) <= 0)
ssl_lib.c
[
all
...]
t1_enc.c
974
else if (
RAND_bytes
(rec->input, ivlen) <= 0)
[
all
...]
/external/openssl/crypto/pem/
pvkfmt.c
886
if (
RAND_bytes
(p, PVK_SALTLEN) <= 0)
/external/openssl/ssl/
s2_clnt.c
664
if (
RAND_bytes
(sess->master_key,i) <= 0)
ssl_lib.c
[
all
...]
t1_enc.c
717
else if (
RAND_bytes
(rec->input, ivlen) <= 0)
[
all
...]
/external/openssl/crypto/evp/
e_aes.c
764
RAND_bytes
(gctx->iv + arg, gctx->ivlen - arg) <= 0)
[
all
...]
/external/wpa_supplicant_8/src/crypto/
crypto_openssl.c
785
if (
RAND_bytes
(buf, len) != 1)
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes.c
764
RAND_bytes
(gctx->iv + arg, gctx->ivlen - arg) <= 0)
[
all
...]
/libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java
[
all
...]
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
Completed in 270 milliseconds
1
2
3