| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/ |
| H A D | p12_npas.c | 20 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass); 21 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *oldpass, 23 static int newpass_bag(PKCS12_SAFEBAG *bag, const char *oldpass, 32 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) in PKCS12_newpass() argument 43 if (!PKCS12_verify_mac(p12, oldpass, -1)) { in PKCS12_newpass() 48 if (!newpass_p12(p12, oldpass, newpass)) { in PKCS12_newpass() 58 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) in newpass_p12() argument 79 bags = PKCS12_unpack_p7encdata(p7, oldpass, -1); in newpass_p12() 89 if (!newpass_bags(bags, oldpass, newpass)) in newpass_p12() 133 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *oldpass, in newpass_bags() argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/ |
| H A D | p12_npas.c | 20 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass); 21 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *oldpass, 23 static int newpass_bag(PKCS12_SAFEBAG *bag, const char *oldpass, 32 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) in PKCS12_newpass() argument 44 if (!PKCS12_verify_mac(p12, oldpass, -1)) { in PKCS12_newpass() 49 if (!newpass_p12(p12, oldpass, newpass)) { in PKCS12_newpass() 59 static int newpass_p12(PKCS12 *p12, const char *oldpass, const char *newpass) in newpass_p12() argument 80 bags = PKCS12_unpack_p7encdata(p7, oldpass, -1); in newpass_p12() 89 if (!newpass_bags(bags, oldpass, newpass)) in newpass_p12() 133 static int newpass_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *oldpass, in newpass_bags() argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | PKCS12_newpass.pod | 11 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass); 17 B<p12> is a pointer to a PKCS12 structure. B<oldpass> is the existing password 20 Each of B<oldpass> and B<newpass> is independently interpreted as a string in 31 string "" for B<oldpass>. Using NULL for B<oldpass> will result in a 34 If the wrong password is used for B<oldpass> then the function will fail,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | PKCS12_newpass.pod | 11 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass); 17 B<p12> is a pointer to a PKCS12 structure. B<oldpass> is the existing password 22 Each of B<oldpass> and B<newpass> is independently interpreted as a string in 89 string "" for B<oldpass>. Using NULL for B<oldpass> will result in a 92 If the wrong password is used for B<oldpass> then the function will fail,
|
| /netbsd-src/usr.bin/chpass/ |
| H A D | pw_yp.c | 154 yppw.oldpass = getpass("Old password:"); in pw_yp() 155 if (!yppw.oldpass) { in pw_yp()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | passwd.c | 356 struct berval *oldpass, in slap_passwd_parse() argument 409 if( oldpass == NULL ) { in slap_passwd_parse() 417 tag = ber_get_stringbv( ber, oldpass, LBER_BV_NOTERM ); in slap_passwd_parse() 425 if( oldpass->bv_len == 0 ) { in slap_passwd_parse()
|
| H A D | proto-slap.h | 1555 struct berval *oldpass,
|
| /netbsd-src/lib/librpcsvc/ |
| H A D | yppasswd.x | 55 string oldpass<>; /* unencrypted old password */
|
| /netbsd-src/lib/libpam/modules/pam_unix/ |
| H A D | pam_unix.c | 298 yppwd.oldpass = strdup(old_pass); in yp_set_password() 335 if (yppwd.oldpass != NULL) in yp_set_password() 336 free(yppwd.oldpass); in yp_set_password()
|
| /netbsd-src/usr.sbin/rpc.yppasswdd/ |
| H A D | yppasswdd_mkpw.c | 125 strcmp(crypt(argp->oldpass, pw.pw_passwd), pw.pw_passwd) != 0) in make_passwd()
|
| /netbsd-src/usr.bin/passwd/ |
| H A D | yp_passwd.c | 156 ypp->newpw.pw_passwd = getnewpasswd(pw, &ypp->oldpass); in makeypp()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | pkcs12.h | 218 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | pkcs12.h.in | 322 int PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass);
|