Go to the source code of this file.
Functions | |
void | DES_string_to_key (const char *str, DES_cblock *key) |
void | DES_string_to_2keys (const char *str, DES_cblock *key1, DES_cblock *key2) |
void DES_string_to_2keys | ( | const char * | str, |
DES_cblock * | key1, | ||
DES_cblock * | key2 | ||
) |
void DES_string_to_key | ( | const char * | str, |
DES_cblock * | key | ||
) |