Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtestmgr.h165 struct kpp_testvec { struct
1347 static const struct kpp_testvec dh_tv_template[] = {
1564 static const struct kpp_testvec ffdhe2048_dh_tv_template[] __maybe_unused = {
1725 static const struct kpp_testvec ffdhe3072_dh_tv_template[] __maybe_unused = {
1934 static const struct kpp_testvec ffdhe4096_dh_tv_template[] __maybe_unused = {
2191 static const struct kpp_testvec ffdhe6144_dh_tv_template[] __maybe_unused = {
2544 static const struct kpp_testvec ffdhe8192_dh_tv_template[] __maybe_unused = {
2993 static const struct kpp_testvec curve25519_tv_template[] = {
4218 static const struct kpp_testvec ecdh_p192_tv_template[] = {
4258 static const struct kpp_testvec ecdh_p256_tv_template[] = {
[all …]
H A Dtestmgr.c135 const struct kpp_testvec *vecs;
3891 static int do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec, in do_test_kpp()
4034 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp()