Searched refs:ossl_ffc_params_cmp (Results 1 – 8 of 8) sorted by relevance
/openssl/include/internal/ |
H A D | ffc.h | 150 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q);
|
/openssl/crypto/ffc/ |
H A D | ffc_params.c | 209 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q) in ossl_ffc_params_cmp() function
|
/openssl/providers/implementations/exchange/ |
H A D | dh_exch.c | 154 && ossl_ffc_params_cmp(dhparams_priv, dhparams_peer, 1); in dh_match_params()
|
/openssl/test/ |
H A D | ffc_internal_test.c | 684 if (!TEST_true(ossl_ffc_params_cmp(©, params, 0))) in ffc_params_copy_test()
|
/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 259 return ossl_ffc_params_cmp(&a->pkey.dsa->params, &b->pkey.dsa->params, 1); in dsa_cmp_parameters()
|
/openssl/crypto/dh/ |
H A D | dh_ameth.c | 317 return ossl_ffc_params_cmp(&a->pkey.dh->params, &b->pkey.dh->params, in dh_cmp_parameters()
|
/openssl/providers/implementations/keymgmt/ |
H A D | dsa_kmgmt.c | 189 ok = ok && ossl_ffc_params_cmp(dsaparams1, dsaparams2, 1); in dsa_match()
|
H A D | dh_kmgmt.c | 186 ok = ok && ossl_ffc_params_cmp(dhparams1, dhparams2, 1); in dh_match()
|
Completed in 16 milliseconds