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

  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 97 int ffdh; member in struct:openssl_speed_sec_st
1715 = seconds.sm2 = seconds.ffdh = atoi(opt_arg());
1765 if (strncmp(algo, "ffdh", 4) == 0) {
1908 loopargs[i].secret_ff_a = app_malloc(MAX_FFDH_SIZE, "FFDH secret a");
1909 loopargs[i].secret_ff_b = app_malloc(MAX_FFDH_SIZE, "FFDH secret b");
3227 BIO_printf(bio_err, "FFDH key generation failure.\n");
3250 BIO_printf(bio_err, "FFDH derivation context init failure.\n");
3299 BIO_printf(bio_err, "FFDH computation failure.\n");
3308 BIO_printf(bio_err, "FFDH computations don't match.\n");
3325 pkey_print_message("", "ffdh", ffdh_c[testnum][0]
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 112 int ffdh; member in struct:openssl_speed_sec_st
2249 = seconds.sm2 = seconds.ffdh
2412 if (HAS_PREFIX(algo, "ffdh")) {
2413 if (algo[sizeof("ffdh") - 1] == '\0') {
2597 loopargs[i].secret_ff_a = app_malloc(MAX_FFDH_SIZE, "FFDH secret a");
2598 loopargs[i].secret_ff_b = app_malloc(MAX_FFDH_SIZE, "FFDH secret b");
4000 BIO_printf(bio_err, "FFDH key generation failure.\n");
4023 BIO_printf(bio_err, "FFDH derivation context init failure.\n");
4069 BIO_printf(bio_err, "FFDH computation failure.\n");
4078 BIO_printf(bio_err, "FFDH computations don't match.\n")
    [all...]

Completed in 166 milliseconds