Home
last modified time | relevance | path

Searched refs:ignore_q (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params.c205 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 Dffc_params.c205 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 Dffc.h150 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q);
/third_party/openssl/include/internal/
H A Dffc.h145 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q);

Completed in 2 milliseconds