ARM Shanghai IoT Team (Internal) / newMiniTLS-GPL

Fork of MiniTLS-GPL by Donatien Garnier

Embed: (wiki syntax)

« Back to documentation index

crypto_aes_128.c File Reference

crypto_aes_128.c File Reference

Copyright (c) AppNearMe Ltd 2013 More...

Go to the source code of this file.

Functions

static void crypto_aes_128_setup_encryption (crypto_aes_128_t *aes_128, const uint8_t *cipherKey)
 Expand the cipher key into the encryption key schedule.
static void crypto_aes_128_setup_decryption (crypto_aes_128_t *aes_128, const uint8_t *cipherKey)
 Expand the cipher key into the decryption key schedule.

Detailed Description

Copyright (c) AppNearMe Ltd 2013

Author:
Donatien Garnier

Definition in file crypto_aes_128.c.


Function Documentation

void crypto_aes_128_setup_decryption ( crypto_aes_128_t *  aes_128,
const uint8_t *  cipherKey 
) [static]

Expand the cipher key into the decryption key schedule.

Definition at line 330 of file crypto_aes_128.c.

void crypto_aes_128_setup_encryption ( crypto_aes_128_t *  aes_128,
const uint8_t *  cipherKey 
) [static]

Expand the cipher key into the encryption key schedule.

Definition at line 298 of file crypto_aes_128.c.