/external/openssh/ |
entropy.c | 184 if (RAND_bytes(buf, sizeof(buf)) <= 0) {
|
/external/openssl/apps/ |
rand.c | 220 r = RAND_bytes(buf, chunk);
|
s_cb.c | 778 if (!RAND_bytes(cookie_secret, COOKIE_SECRET_LENGTH))
|
/external/openssl/crypto/evp/ |
e_des.c | 214 if (RAND_bytes(ptr, 8) <= 0)
|
e_des3.c | 292 if (RAND_bytes(ptr, c->key_len) <= 0)
|
evp_enc.c | 642 if (RAND_bytes(key, ctx->key_len) <= 0)
|
/external/openssl/crypto/rand/ |
rand_lib.c | 160 int RAND_bytes(unsigned char *buf, int num)
|
randfile.c | 255 if (RAND_bytes(buf,i) <= 0)
|
/external/openssl/ssl/ |
d1_enc.c | 166 if (RAND_bytes(rec->input, EVP_CIPHER_block_size(ds->cipher)) <= 0)
|
tls_srp.c | 245 if (RAND_bytes(b, sizeof(b)) <= 0) 422 RAND_bytes(rnd, sizeof(rnd));
|
d1_clnt.c | 1009 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0) 1137 if (RAND_bytes(tmp_buf,sizeof tmp_buf) <= 0) [all...] |
s3_clnt.c | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_oaep.c | 65 if (RAND_bytes(seed, SHA_DIGEST_LENGTH) <= 0)
|
rsa_pss.c | 248 if (RAND_bytes(salt, sLen) <= 0)
|
/external/openssl/crypto/rsa/ |
rsa_oaep.c | 65 if (RAND_bytes(seed, SHA_DIGEST_LENGTH) <= 0)
|
rsa_pss.c | 248 if (RAND_bytes(salt, sLen) <= 0)
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
tls_srp.c | 245 if (RAND_bytes(b, sizeof(b)) <= 0) 422 RAND_bytes(rnd, sizeof(rnd));
|
d1_clnt.c | 1009 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0) 1137 if (RAND_bytes(tmp_buf,sizeof tmp_buf) <= 0) [all...] |
s3_clnt.c | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
e_des3.c | 292 if (RAND_bytes(ptr, c->key_len) <= 0)
|
evp_enc.c | 642 if (RAND_bytes(key, ctx->key_len) <= 0)
|
/external/chromium_org/content/renderer/webcrypto/ |
webcrypto_impl_openssl.cc | 310 if (!(RAND_bytes(&random_bytes[0], keylen_bytes))) {
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_cb.c | 778 if (!RAND_bytes(cookie_secret, COOKIE_SECRET_LENGTH))
|
/libcore/crypto/src/main/java/org/conscrypt/ |
NativeCrypto.java | 328 public static native void RAND_bytes(byte[] output); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pem/ |
pvkfmt.c | 886 if (RAND_bytes(p, PVK_SALTLEN) <= 0)
|