aesgcm_decrypt
if (!aesgcm_decrypt(ctx, req->resp_buf, resp_msg->payload, resp_msg_hdr->msg_sz,
bool __must_check aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst,
EXPORT_SYMBOL(aesgcm_decrypt);
if (!aesgcm_decrypt(&ctx, buf, aesgcm_tv[i].ctext, plen,
if (!aesgcm_decrypt(&ctx, buf, buf, plen, aesgcm_tv[i].assoc,