Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.h163 struct kpp_testvec { struct
1242 static const struct kpp_testvec dh_tv_template[] = {
1463 static const struct kpp_testvec curve25519_tv_template[] = {
2688 static const struct kpp_testvec ecdh_p192_tv_template[] = {
2728 static const struct kpp_testvec ecdh_p256_tv_template[] = {
2817 static const struct kpp_testvec ecdh_p384_tv_template[] = {
Dtestmgr.c138 const struct kpp_testvec *vecs;
3731 static int do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec, in do_test_kpp()
3874 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp()