Lines Matching defs:crypted
987 char prompt[256], *password, *crypted;
996 if ((crypted = pw_encrypt(password, crypt_scheme, salt)) == NULL) {
1000 crypted = xstrdup("");
1006 debug3("%s: crypted = %s", __func__, crypted);
1009 if (hash_buffer(crypted, strlen(crypted), EVP_sha256(),
1014 bzero(crypted, strlen(crypted));
1016 xfree(crypted);