OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
str2key.c File Reference
#include "des_locl.h"
#include <openssl/crypto.h>

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)
 

Function Documentation

void DES_string_to_2keys ( const char *  str,
DES_cblock key1,
DES_cblock key2 
)

Definition at line 102 of file str2key.c.

void DES_string_to_key ( const char *  str,
DES_cblock key 
)

Definition at line 62 of file str2key.c.