Searched refs:get_passwd (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/routed/ |
H A D | parms.c | 460 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/util/ |
H A D | check-format-test-negatives.c | 103 char *pass_str = get_passwd(opt_srv_secret, "x"); in f()
|
/freebsd/crypto/openssl/apps/include/ |
H A D | apps.h | 110 char *get_passwd(const char *pass, const char *desc);
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 675 char *pass_string = get_passwd(pass, desc); in load_key_pwd() 685 char *pass_string = get_passwd(pass, desc); in load_cert_pwd() 1044 char *pass_str = get_passwd(opt_srv_secret, "PBMAC secret of mock server"); in setup_srv_ctx() 1417 char *pass_string = get_passwd(opt_secret, "PBMAC"); in setup_protection_ctx()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 217 char *get_passwd(const char *pass, const char *desc) in get_passwd() function 697 pass_string = get_passwd(pass, desc); in load_cert_certs()
|