Leancrypto 0.12.0
Post-Quantum Cryptographic Library
Loading...
Searching...
No Matches
lc_aes.h File Reference
#include "lc_sym.h"
+ Include dependency graph for lc_aes.h:

Go to the source code of this file.

Functions

void lc_aes_kw_encrypt (struct lc_sym_ctx *ctx, const uint8_t *in, uint8_t *out, size_t len)
 AES KW encrypt.
 
int lc_aes_kw_decrypt (struct lc_sym_ctx *ctx, const uint8_t *in, uint8_t *out, size_t len)
 AES KW decrypt.
 

Variables

const struct lc_sym * lc_aes_ecb
 
const struct lc_sym * lc_aes_cbc
 
const struct lc_sym * lc_aes_ctr
 
const struct lc_sym * lc_aes_kw
 

Variable Documentation

◆ lc_aes_cbc

const struct lc_sym* lc_aes_cbc
extern

◆ lc_aes_ctr

const struct lc_sym* lc_aes_ctr
extern

◆ lc_aes_ecb

const struct lc_sym* lc_aes_ecb
extern

◆ lc_aes_kw

const struct lc_sym* lc_aes_kw
extern