Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MiniTLS-HTTPS-Example
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
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.
Generated on Wed Jul 13 2022 00:22:55 by
1.7.2