Home
last modified time | relevance | path

Searched refs:get_passwd (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/routed/
H A Dparms.c460 get_passwd(char *tgt, in get_passwd() function
678 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_PW,1); in parse_parms()
685 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_MD5,safe); in parse_parms()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h118 char *get_passwd(const char *pass, const char *desc);
/freebsd/crypto/openssl/apps/
H A Dcmp.c844 char *pass_string = get_passwd(pass, desc); in load_key_pwd()
854 char *pass_string = get_passwd(pass, desc); in load_cert_pwd()
1224 char *pass_str = get_passwd(opt_srv_secret, "PBMAC secret of mock server"); in setup_srv_ctx()
1616 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()
3950 pass_string = get_passwd(opt_newkeypass, in cmp_main()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c162 char *get_passwd(const char *pass, const char *desc) in get_passwd() function
709 pass_string = get_passwd(pass, desc); in load_cert_certs()