Home
last modified time | relevance | path

Searched refs:randfile (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/rand/
DMakefile20 LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
22 LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \
153 randfile.o: ../../e_os.h ../../include/openssl/buffer.h
154 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
155 randfile.o: ../../include/openssl/opensslconf.h
156 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
157 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
158 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
159 randfile.o: randfile.c
/external/openssl/apps/
Ddgst.c99 const char *sigfile = NULL, *randfile = NULL; in MAIN() local
139 randfile=*(++argv); in MAIN()
299 if(randfile) in MAIN()
300 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
Dreq.c724 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); in MAIN() local
725 if (randfile == NULL) in MAIN()
727 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
736 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); in MAIN() local
737 if (randfile == NULL) in MAIN()
739 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
797 app_RAND_write_file(randfile, bio_err); in MAIN()
Dca.c317 char *randfile=NULL; in MAIN() local
650 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN()
651 if (randfile == NULL) in MAIN()
653 app_RAND_load_file(randfile, bio_err, 0); in MAIN()
1514 app_RAND_write_file(randfile, bio_err); in MAIN()
/external/openssl/crypto/
DAndroid.mk344 rand/randfile.c \