Searched refs:ignore_q (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_params.c | 205 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q) in ossl_ffc_params_cmp() argument 209 && (ignore_q || BN_cmp(a->q, b->q) == 0); /* Note: q may be NULL */ in ossl_ffc_params_cmp()
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_params.c | 205 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q) in ossl_ffc_params_cmp() argument 209 && (ignore_q || BN_cmp(a->q, b->q) == 0); /* Note: q may be NULL */ in ossl_ffc_params_cmp()
|
/third_party/node/deps/openssl/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);
|
/third_party/openssl/include/internal/ |
H A D | ffc.h | 145 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q);
|
Completed in 2 milliseconds