/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/ |
H A D | rand.c | 86 char *inrand = NULL; in MAIN() local 126 if ((argv[i+1] != NULL) && (inrand == NULL)) in MAIN() 127 inrand = argv[++i]; in MAIN() 184 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 185 if (inrand != NULL) in MAIN() 187 app_RAND_load_files(inrand)); in MAIN()
|
H A D | gendh.c | 99 char *inrand=NULL; in MAIN() local 141 inrand= *(++argv); in MAIN() 195 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) in MAIN() 199 if (inrand != NULL) in MAIN() 201 app_RAND_load_files(inrand)); in MAIN()
|
H A D | gendsa.c | 87 char *inrand=NULL,*dsaparams=NULL; in MAIN() local 129 inrand= *(++argv); in MAIN() 255 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) in MAIN() 259 if (inrand != NULL) in MAIN() 261 app_RAND_load_files(inrand)); in MAIN()
|
H A D | genrsa.c | 106 char *inrand=NULL; in MAIN() local 154 inrand= *(++argv); in MAIN() 260 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN() 265 if (inrand != NULL) in MAIN() 267 app_RAND_load_files(inrand)); in MAIN()
|
H A D | dsaparam.c | 121 char *infile,*outfile,*prog,*inrand=NULL; in MAIN() local 196 inrand= *(++argv); in MAIN() 286 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 287 if (inrand != NULL) in MAIN() 289 app_RAND_load_files(inrand)); in MAIN()
|
H A D | dhparam.c | 163 char *inrand=NULL; in MAIN() local 234 inrand= *(++argv); in MAIN() 300 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) in MAIN() 304 if (inrand != NULL) in MAIN() 306 app_RAND_load_files(inrand)); in MAIN()
|
H A D | ecparam.c | 126 char *curve_name = NULL, *inrand = NULL; in MAIN() local 232 inrand= *(++argv); in MAIN() 637 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 638 if (inrand != NULL) in MAIN() 640 app_RAND_load_files(inrand)); in MAIN()
|
H A D | smime.c | 106 char *inrand = NULL; in MAIN() local 205 inrand = *args; in MAIN() 494 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 495 if (inrand != NULL) in MAIN() 497 app_RAND_load_files(inrand)); in MAIN()
|
H A D | pkcs12.c | 123 char *inrand = NULL; in MAIN() local 218 inrand = *args; in MAIN() 383 if(export_cert || inrand) { in MAIN() 384 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 385 if (inrand != NULL) in MAIN() 387 app_RAND_load_files(inrand)); in MAIN() 690 if(export_cert || inrand) app_RAND_write_file(NULL, bio_err); in MAIN()
|
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/ |
H A D | rand.c | 84 char *inrand = NULL; in MAIN() local 119 if ((argv[i + 1] != NULL) && (inrand == NULL)) in MAIN() 120 inrand = argv[++i]; in MAIN() 166 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 167 if (inrand != NULL) in MAIN() 169 app_RAND_load_files(inrand)); in MAIN()
|
H A D | gendh.c | 98 char *inrand = NULL; in MAIN() local 137 inrand = *(++argv); in MAIN() 186 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN() 190 if (inrand != NULL) in MAIN() 192 app_RAND_load_files(inrand)); in MAIN()
|
H A D | gendsa.c | 84 char *inrand = NULL, *dsaparams = NULL; in MAIN() local 124 inrand = *(++argv); in MAIN() 247 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN() 251 if (inrand != NULL) in MAIN() 253 app_RAND_load_files(inrand)); in MAIN()
|
H A D | genrsa.c | 103 char *inrand = NULL; in MAIN() local 148 inrand = *(++argv); in MAIN() 256 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN() 261 if (inrand != NULL) in MAIN() 263 app_RAND_load_files(inrand)); in MAIN()
|
H A D | dhparam.c | 161 char *inrand = NULL; in MAIN() local 227 inrand = *(++argv); in MAIN() 296 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN() 300 if (inrand != NULL) in MAIN() 302 app_RAND_load_files(inrand)); in MAIN()
|
H A D | dsaparam.c | 121 char *infile, *outfile, *prog, *inrand = NULL; in MAIN() local 189 inrand = *(++argv); in MAIN() 268 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 269 if (inrand != NULL) in MAIN() 271 app_RAND_load_files(inrand)); in MAIN()
|
H A D | ecparam.c | 127 char *curve_name = NULL, *inrand = NULL; in MAIN() local 218 inrand = *(++argv); in MAIN() 568 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 569 if (inrand != NULL) in MAIN() 571 app_RAND_load_files(inrand)); in MAIN()
|
H A D | pkcs12.c | 129 char *inrand = NULL; in MAIN() local 233 inrand = *args; in MAIN() 436 if (export_cert || inrand) { in MAIN() 437 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 438 if (inrand != NULL) in MAIN() 440 app_RAND_load_files(inrand)); in MAIN() 750 if (export_cert || inrand) in MAIN()
|
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/ |
H A D | rand.c | 84 char *inrand = NULL; in MAIN() local 119 if ((argv[i + 1] != NULL) && (inrand == NULL)) in MAIN() 120 inrand = argv[++i]; in MAIN() 166 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 167 if (inrand != NULL) in MAIN() 169 app_RAND_load_files(inrand)); in MAIN()
|
H A D | gendh.c | 98 char *inrand = NULL; in MAIN() local 137 inrand = *(++argv); in MAIN() 186 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN() 190 if (inrand != NULL) in MAIN() 192 app_RAND_load_files(inrand)); in MAIN()
|
H A D | gendsa.c | 84 char *inrand = NULL, *dsaparams = NULL; in MAIN() local 124 inrand = *(++argv); in MAIN() 247 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN() 251 if (inrand != NULL) in MAIN() 253 app_RAND_load_files(inrand)); in MAIN()
|
H A D | genrsa.c | 103 char *inrand = NULL; in MAIN() local 148 inrand = *(++argv); in MAIN() 256 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL in MAIN() 261 if (inrand != NULL) in MAIN() 263 app_RAND_load_files(inrand)); in MAIN()
|
H A D | dhparam.c | 161 char *inrand = NULL; in MAIN() local 227 inrand = *(++argv); in MAIN() 296 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL) { in MAIN() 300 if (inrand != NULL) in MAIN() 302 app_RAND_load_files(inrand)); in MAIN()
|
H A D | dsaparam.c | 121 char *infile, *outfile, *prog, *inrand = NULL; in MAIN() local 189 inrand = *(++argv); in MAIN() 268 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 269 if (inrand != NULL) in MAIN() 271 app_RAND_load_files(inrand)); in MAIN()
|
H A D | ecparam.c | 127 char *curve_name = NULL, *inrand = NULL; in MAIN() local 218 inrand = *(++argv); in MAIN() 571 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 572 if (inrand != NULL) in MAIN() 574 app_RAND_load_files(inrand)); in MAIN()
|
H A D | pkcs12.c | 129 char *inrand = NULL; in MAIN() local 233 inrand = *args; in MAIN() 436 if (export_cert || inrand) { in MAIN() 437 app_RAND_load_file(NULL, bio_err, (inrand != NULL)); in MAIN() 438 if (inrand != NULL) in MAIN() 440 app_RAND_load_files(inrand)); in MAIN() 750 if (export_cert || inrand) in MAIN()
|