Home
last modified time | relevance | path

Searched defs:oldpass (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c34 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) in PKCS12_newpass()
60 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) in newpass_p12()
140 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *oldpass, in newpass_bags()
155 static int newpass_bag(PKCS12_SAFEBAG *bag, const char *oldpass, in newpass_bag()
/src/lib/librpcsvc/
H A Dyp_passwd.c54 _yppasswd(char *oldpass, struct x_passwd *newpw) in _yppasswd()
/src/include/rpcsvc/
H A Dyppasswd.x59 string oldpass<>; /* unencrypted old password */ member
/src/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x58 string oldpass<>; /* unencrypted old password */ member
/src/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c277 const char *newpass, const char *oldpass, struct passwd *pw) in _passwdqc_check()
H A Dpam_passwdqc.c320 lo_const char *user, *oldpass, *curpass; in pam_sm_chauthtok() local