yast2-core
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
libycp
src
y2crypt.h
Go to the documentation of this file.
1
2
3
/*
4
* Author: Arvin Schnell <arvin@suse.de>
5
*/
6
7
8
#ifndef _y2crypt_h
9
#define _y2crypt_h
10
11
12
#include <string>
13
14
using
std::string;
15
16
namespace
YaST
17
{
18
19
enum
crypt_t
{
CRYPT
,
MD5
,
BLOWFISH
,
SHA256
,
SHA512
};
20
21
bool
22
crypt_pass
(
string
unencrypted,
crypt_t
use_crypt,
string
* encrypted);
23
24
}
25
26
#endif
YaST::MD5
Definition:
y2crypt.h:19
YaST::crypt_t
crypt_t
Definition:
y2crypt.h:19
YaST::BLOWFISH
Definition:
y2crypt.h:19
YaST::SHA256
Definition:
y2crypt.h:19
YaST::SHA512
Definition:
y2crypt.h:19
YaST::crypt_pass
bool crypt_pass(string unencrypted, crypt_t use_crypt, string *encrypted)
Definition:
y2crypt.cc:112
YaST::CRYPT
Definition:
y2crypt.h:19
Generated on a sunny day for yast2-core by
1.8.6