Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/pkcs12/
HDp12_npas.c79 int PKCS12_newpass(PKCS12 *p12, char *oldpass, char *newpass) in PKCS12_newpass()
106 static int newpass_p12(PKCS12 *p12, char *oldpass, char *newpass) in newpass_p12()
187 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, char *oldpass, in newpass_bags()
200 static int newpass_bag(PKCS12_SAFEBAG *bag, char *oldpass, char *newpass) in newpass_bag()
/NextBSD/lib/librpcsvc/
HDyp_passwd.c54 _yppasswd(char *oldpass, struct x_passwd *newpw) in _yppasswd()
/NextBSD/contrib/pam_modules/pam_passwdqc/
HDpasswdqc_check.c277 const char *newpass, const char *oldpass, struct passwd *pw) in _passwdqc_check()
HDpam_passwdqc.c320 lo_const char *user, *oldpass, *curpass; in pam_sm_chauthtok() local