Home
last modified time | relevance | path

Searched refs:crypto_aes_ctx (Results 1 – 2 of 2) sorted by relevance

/include/crypto/
A Daes.h25 struct crypto_aes_ctx { struct
68 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,
77 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
85 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
90 void aescfb_encrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src,
92 void aescfb_decrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src,
A Dgcm.h69 struct crypto_aes_ctx aes_ctx;

Completed in 3 milliseconds