kpp_testvec
const struct kpp_testvec *vecs;
static int do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec,
const struct kpp_testvec *vecs, unsigned int tcount)
static const struct kpp_testvec dh_tv_template[] = {
static const struct kpp_testvec ffdhe2048_dh_tv_template[] __maybe_unused = {
static const struct kpp_testvec ffdhe3072_dh_tv_template[] __maybe_unused = {
static const struct kpp_testvec ffdhe4096_dh_tv_template[] __maybe_unused = {
static const struct kpp_testvec ffdhe6144_dh_tv_template[] __maybe_unused = {
static const struct kpp_testvec ffdhe8192_dh_tv_template[] __maybe_unused = {
static const struct kpp_testvec ecdh_p192_tv_template[] = {
static const struct kpp_testvec ecdh_p256_tv_template[] = {
static const struct kpp_testvec ecdh_p384_tv_template[] = {