Searched refs:passarg (Results 1 – 5 of 5) sorted by relevance
/external/openssl/apps/ |
D | genpkey.c | 80 char *passarg = NULL; in MAIN() local 118 passarg= *(++args); in MAIN() 218 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) in MAIN()
|
D | enc.c | 113 char *str=NULL, *passarg = NULL, *pass = NULL; in MAIN() local 183 passarg= *(++argv); in MAIN() 414 if(!str && passarg) { in MAIN() 415 if(!app_passwd(bio_err, passarg, NULL, &pass, NULL)) { in MAIN()
|
D | pkcs12.c | 122 char *passargin = NULL, *passargout = NULL, *passarg = NULL; in MAIN() local 251 passarg = *args; in MAIN() 343 if(passarg) { in MAIN() 344 if(export_cert) passargout = passarg; in MAIN() 345 else passargin = passarg; in MAIN()
|
D | s_client.c | 572 char *passarg = NULL, *pass = NULL; in MAIN() local 840 passarg = *(++argv); in MAIN() 1035 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) in MAIN()
|
D | s_server.c | 949 char *passarg = NULL, *pass = NULL; in MAIN() local 1049 passarg = *(++argv); in MAIN() 1381 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass)) in MAIN()
|