HomeSort by: relevance | last modified time | path
    Searched defs:EC_NUM (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 404 enum { R_EC_X25519 = ECDSA_NUM, R_EC_X448, EC_NUM };
406 static const OPT_PAIR ecdh_choices[EC_NUM] = {
435 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
484 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
494 size_t outlen[EC_NUM];
1075 static long ecdh_c[EC_NUM][1];
1531 static const EC_CURVE ec_curves[EC_NUM] = {
1575 uint8_t ecdh_doit[EC_NUM] = { 0 };
1582 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448);
1583 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 580 # define EC_NUM OSSL_NELEM(ecdh_choices)
582 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
621 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
625 size_t outlen[EC_NUM];
1175 static long ecdh_c[EC_NUM][1];
1545 int ecdh_doit[EC_NUM] = { 0 };
1547 OPENSSL_assert(OSSL_NELEM(test_curves) >= EC_NUM);
2934 for (testnum = 0; testnum < EC_NUM; testnum++) {
3313 for (k = 0; k < EC_NUM; k++) {
3371 for (k = 0; k < EC_NUM; k++
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 518 EC_NUM
520 EC_NUM = ECDSA_NUM
524 static const OPT_PAIR ecdh_choices[EC_NUM] = {
555 static double ecdh_results[EC_NUM][1]; /* 1 op: derivation */
624 EVP_PKEY_CTX *ecdh_ctx[EC_NUM];
636 size_t outlen[EC_NUM];
2043 static const EC_CURVE ec_curves[EC_NUM] = {
2091 uint8_t ecdh_doit[EC_NUM] = { 0 };
2107 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448);
2108 OPENSSL_assert(strcmp(ecdh_choices[EC_NUM - 1].name, "ecdhx448") == 0)
    [all...]

Completed in 36 milliseconds