OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bf_skey.c File Reference
#include <stdio.h>
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/blowfish.h>
#include "bf_locl.h"
#include "bf_pi.h"

Go to the source code of this file.

Functions

void BF_set_key (BF_KEY *key, int len, const unsigned char *data)
 

Function Documentation

void BF_set_key ( BF_KEY key,
int  len,
const unsigned char *  data 
)

Definition at line 66 of file bf_skey.c.