#ifndef _CRYTO_ECRDSA_DEFS_H
#define _CRYTO_ECRDSA_DEFS_H
#include <crypto/internal/ecc.h>
#define ECRDSA_MAX_SIG_SIZE …
#define ECRDSA_MAX_DIGITS …
static u64 cp256a_g_x[] = …;
static u64 cp256a_g_y[] = …;
static u64 cp256a_p[] = …;
static u64 cp256a_n[] = …;
static u64 cp256a_a[] = …;
static u64 cp256a_b[] = …;
static struct ecc_curve gost_cp256a = …;
static u64 cp256b_g_x[] = …;
static u64 cp256b_g_y[] = …;
static u64 cp256b_p[] = …;
static u64 cp256b_n[] = …;
static u64 cp256b_a[] = …;
static u64 cp256b_b[] = …;
static struct ecc_curve gost_cp256b = …;
static u64 cp256c_g_x[] = …;
static u64 cp256c_g_y[] = …;
static u64 cp256c_p[] = …;
static u64 cp256c_n[] = …;
static u64 cp256c_a[] = …;
static u64 cp256c_b[] = …;
static struct ecc_curve gost_cp256c = …;
static u64 tc512a_g_x[] = …;
static u64 tc512a_g_y[] = …;
static u64 tc512a_p[] = …;
static u64 tc512a_n[] = …;
static u64 tc512a_a[] = …;
static u64 tc512a_b[] = …;
static struct ecc_curve gost_tc512a = …;
static u64 tc512b_g_x[] = …;
static u64 tc512b_g_y[] = …;
static u64 tc512b_p[] = …;
static u64 tc512b_n[] = …;
static u64 tc512b_a[] = …;
static u64 tc512b_b[] = …;
static struct ecc_curve gost_tc512b = …;
#endif