OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
aes_ecb.c File Reference
#include <assert.h>
#include <openssl/aes.h>
#include "aes_locl.h"

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

void AES_ecb_encrypt (const unsigned char *in, unsigned char *out, const AES_KEY *key, const int enc)
 

Macro Definition Documentation

#define NDEBUG

Definition at line 54 of file aes_ecb.c.

Function Documentation

void AES_ecb_encrypt ( const unsigned char *  in,
unsigned char *  out,
const AES_KEY key,
const int  enc 
)

Definition at line 62 of file aes_ecb.c.