aesgcm_ctx
static struct aesgcm_ctx *snp_init_crypto(u8 *key, size_t keylen)
struct aesgcm_ctx *ctx;
struct aesgcm_ctx *ctx = mdesc->ctx;
struct aesgcm_ctx *ctx = mdesc->ctx;
struct aesgcm_ctx *ctx;
int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key,
void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
static void aesgcm_crypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src,
bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key,
struct aesgcm_ctx ctx;
static void aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len,