OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
aes_wrap.c File Reference
#include "cryptlib.h"
#include <openssl/aes.h>
#include <openssl/bio.h>

Go to the source code of this file.

Functions

int AES_wrap_key (AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen)
 
int AES_unwrap_key (AES_KEY *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, unsigned int inlen)
 

Function Documentation

int AES_unwrap_key ( AES_KEY key,
const unsigned char *  iv,
unsigned char *  out,
const unsigned char *  in,
unsigned int  inlen 
)

Definition at line 99 of file aes_wrap.c.

int AES_wrap_key ( AES_KEY key,
const unsigned char *  iv,
unsigned char *  out,
const unsigned char *  in,
unsigned int  inlen 
)

Definition at line 62 of file aes_wrap.c.