Functions
aes-encblock.c File Reference
#include "includes.h"
#include "common.h"
#include "aes.h"
#include "aes_wrap.h"
Include dependency graph for aes-encblock.c:

Go to the source code of this file.

Functions

int aes_128_encrypt_block (const u8 *key, const u8 *in, u8 *out)

Function Documentation

int aes_128_encrypt_block ( const u8 *  key,
const u8 *  in,
u8 *  out 
)

aes_128_encrypt_block - Perform one AES 128-bit block operation : Key for AES : Input data (16 bytes) : Output of the AES block operation (16 bytes) Returns: 0 on success, -1 on failure

Definition at line 29 of file aes-encblock.c.



wpa_supplicant
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Jan 2 2014 11:26:39