Searched refs:q_out (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/ |
H A D | dsatest.c | 155 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL; in dsa_keygen_test() local 269 || !TEST_true(EVP_PKEY_get_bn_param(key, OSSL_PKEY_PARAM_FFC_Q, &q_out)) in dsa_keygen_test() 270 || !TEST_BN_eq(q_in, q_out) in dsa_keygen_test() 298 BN_free(q_out); in dsa_keygen_test()
|
H A D | evp_pkey_provided_test.c | 1428 BIGNUM *p_out = NULL, *q_out = NULL, *g_out = NULL, *j_out = NULL; in test_fromdata_dsa_fips186_4() local 1595 &q_out)) in test_fromdata_dsa_fips186_4() 1596 || !TEST_BN_eq(q, q_out) in test_fromdata_dsa_fips186_4() 1672 BN_free(q_out); in test_fromdata_dsa_fips186_4()
|
/third_party/ffmpeg/libavutil/ |
H A D | opt.h | 558 int av_opt_eval_q (void *obj, const AVOption *o, const char *val, AVRational *q_out);
|
Completed in 5 milliseconds