OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
xts128.c File Reference
#include <openssl/crypto.h>
#include "modes_lcl.h"
#include <string.h>
#include <assert.h>

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

int CRYPTO_xts128_encrypt (const XTS128_CONTEXT *ctx, const unsigned char iv[16], const unsigned char *inp, unsigned char *out, size_t len, int enc)
 

Macro Definition Documentation

#define NDEBUG

Definition at line 56 of file xts128.c.

Function Documentation

int CRYPTO_xts128_encrypt ( const XTS128_CONTEXT ctx,
const unsigned char  iv[16],
const unsigned char *  inp,
unsigned char *  out,
size_t  len,
int  enc 
)

Definition at line 61 of file xts128.c.