Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtestmgr.h172 struct kpp_testvec { struct
2155 static const struct kpp_testvec dh_tv_template[] = {
2372 static const struct kpp_testvec ffdhe2048_dh_tv_template[] __maybe_unused = {
2533 static const struct kpp_testvec ffdhe3072_dh_tv_template[] __maybe_unused = {
2742 static const struct kpp_testvec ffdhe4096_dh_tv_template[] __maybe_unused = {
2999 static const struct kpp_testvec ffdhe6144_dh_tv_template[] __maybe_unused = {
3352 static const struct kpp_testvec ffdhe8192_dh_tv_template[] __maybe_unused = {
3801 static const struct kpp_testvec curve25519_tv_template[] = {
5026 static const struct kpp_testvec ecdh_p192_tv_template[] = {
5066 static const struct kpp_testvec ecdh_p256_tv_template[] = {
[all …]
H A Dtestmgr.c141 const struct kpp_testvec *vecs;
3771 static int do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec, in do_test_kpp()
3914 const struct kpp_testvec *vecs, unsigned int tcount) in test_kpp()