#include <string>Go to the source code of this file.
Enumerations | |
| enum | crypt_t { CRYPT, MD5, BIGCRYPT, BLOWFISH, SHA256, SHA512 } |
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, SHA256, SHA512, and y2error.
Referenced by s_crypt(), s_cryptbigcrypt(), s_cryptblowfish(), s_cryptmd5(), s_cryptsha256(), and s_cryptsha512().
1.5.6