Leancrypto 1.6.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:
This graph shows which files directly or indirectly include this file:

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
const struct lc_sym * lc_aes
const struct lc_sym * lc_aes_xts

Variable Documentation

◆ lc_aes

const struct lc_sym* lc_aes
extern

◆ 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

◆ lc_aes_xts

const struct lc_sym* lc_aes_xts
extern