Home
last modified time | relevance | path

Searched refs:ignore_q (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ffc/
H A Dffc_params.c209 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q) in ossl_ffc_params_cmp() argument
213 && (ignore_q || BN_cmp(a->q, b->q) == 0); /* Note: q may be NULL */ in ossl_ffc_params_cmp()
/openssl/include/internal/
H A Dffc.h150 int ossl_ffc_params_cmp(const FFC_PARAMS *a, const FFC_PARAMS *b, int ignore_q);

Completed in 7 milliseconds