HomeSort by relevance Sort by last modified time
    Searched full:rand (Results 226 - 250 of 403) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/apps/
s_client.c 136 #include <openssl/rand.h>
243 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
588 else if (strcmp(*argv,"-rand") == 0)
680 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n");
    [all...]
pkcs12.c 221 } else if (!strcmp (*args, "-rand")) {
354 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
smime.c 200 else if (!strcmp(*args,"-rand"))
475 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
  /external/openssl/crypto/bn/
bn_rand.c 116 #include <openssl/rand.h>
expspeed.c 98 #include <openssl/rand.h>
  /external/openssl/crypto/dh/
Makefile 123 dh_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
  /external/openssl/crypto/dsa/
dsa_gen.c 82 #include <openssl/rand.h>
dsatest.c 74 #include <openssl/rand.h>
  /external/openssl/crypto/ecdh/
ecdhtest.c 81 #include <openssl/rand.h>
  /external/openssl/crypto/ecdsa/
Makefile 126 ecs_sign.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
  /external/openssl/crypto/engine/
eng_openssl.c 72 #include <openssl/rand.h>
  /external/openssl/crypto/err/
Makefile 98 err_all.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h
err_str.c 194 {ERR_R_RAND_LIB ,"RAND lib"},
  /external/openssl/crypto/evp/
Makefile 136 bio_ok.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
243 e_des.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
255 e_des3.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
337 enc_min.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
385 evp_enc.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
445 evp_pkey.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
    [all...]
e_des3.c 66 #include <openssl/rand.h>
enc_min.c 63 #include <openssl/rand.h>
evp_enc.c 63 #include <openssl/rand.h>
  /external/openssl/crypto/ocsp/
ocsp_cl.c 68 #include <openssl/rand.h>
  /external/openssl/crypto/rsa/
rsa_eng.c 65 #include <openssl/rand.h>
  /external/openssl/ssl/
d1_enc.c 124 #include <openssl/rand.h>
  /external/speex/libspeex/
scal.c 106 st->seed = rand();
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c 174 wpa_hexdump(MSG_MSGDUMP, "EAP-SAKE: RAND_S (server rand)",
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 481 SecureRandom rand)
483 this.random = rand;
  /external/icu4c/test/intltest/
dtptngts.cpp 597 int32_t len = rand() % 20;
599 while ((newChar = (UChar)(rand()%0x7f))>=(UChar)0x20) {
  /external/openssl/crypto/rand/
rand_win.c 1 /* crypto/rand/rand_win.c */
113 #include <openssl/rand.h>

Completed in 347 milliseconds

1 2 3 4 5 6 7 8 91011>>