#include <string>
Go to the source code of this file.
Enumerations | |
enum | crypt_t { CRYPT, MD5, BIGCRYPT, BLOWFISH } |
Functions | |
bool | crypt_pass (string unencrypted, crypt_t use_crypt, string *encrypted) |
enum crypt_t |
bool crypt_pass | ( | string | unencrypted, | |
crypt_t | use_crypt, | |||
string * | encrypted | |||
) |
References BIGCRYPT, BLOWFISH, CRYPT, make_crypt_salt(), MD5, and y2error.
Referenced by s_crypt(), s_cryptbigcrypt(), s_cryptblowfish(), and s_cryptmd5().