Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c485 ECDSA_NUM enumerator
488 static const OPT_PAIR ecdsa_choices[ECDSA_NUM] = {
516 R_EC_X25519 = ECDSA_NUM,
520 EC_NUM = ECDSA_NUM
556 static double ecdsa_results[ECDSA_NUM][2]; /* 2 ops: sign then verify */
622 EVP_PKEY_CTX *ecdsa_sign_ctx[ECDSA_NUM];
623 EVP_PKEY_CTX *ecdsa_verify_ctx[ECDSA_NUM];
2090 uint8_t ecdsa_doit[ECDSA_NUM] = { 0 }; in speed_main()
2110 OPENSSL_assert(ec_curves[ECDSA_NUM - 1].nid == NID_brainpoolP512t1); in speed_main()
2111 OPENSSL_assert(strcmp(ecdsa_choices[ECDSA_NUM - 1].name, "ecdsabrp512t1") == 0); in speed_main()
[all …]