Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c32 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) in PKCS12_newpass()
58 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) in newpass_p12()
133 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *oldpass, in newpass_bags()
146 static int newpass_bag(PKCS12_SAFEBAG *bag, const char *oldpass, in newpass_bag()
/freebsd/lib/librpcsvc/
H A Dyp_passwd.c54 _yppasswd(char *oldpass, struct x_passwd *newpw) in _yppasswd()
/freebsd/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