HomeSort by: relevance | last modified time | path
    Searched refs:q_out (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
dsatest.c 301 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; local
415 || !TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_Q, &q_out))
416 || !TEST_BN_eq(q_in, q_out)
444 BN_free(q_out);
evp_pkey_provided_test.c 1882 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; local
2050 &q_out))
2051 || !TEST_BN_eq(q, q_out)
2078 BN_free(q_out);
2079 q_out = NULL;
2130 BN_free(q_out);
  /src/crypto/external/bsd/openssl/dist/test/
dsatest.c 155 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; local
269 || !TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_Q, &q_out))
270 || !TEST_BN_eq(q_in, q_out)
298 BN_free(q_out);
evp_pkey_provided_test.c 1458 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; local
1625 &q_out))
1626 || !TEST_BN_eq(q, q_out)
1653 BN_free(q_out);
1654 q_out = NULL;
1705 BN_free(q_out);

Completed in 44 milliseconds