Home
last modified time | relevance | path

Searched refs:is_x942 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_ameth.c321 static int int_dh_param_copy(DH *to, const DH *from, int is_x942) in int_dh_param_copy() argument
323 if (is_x942 == -1) in int_dh_param_copy()
324 is_x942 = (from->params.q != NULL); in int_dh_param_copy()
327 if (!is_x942) in int_dh_param_copy()
/third_party/openssl/crypto/dh/
H A Ddh_ameth.c321 static int int_dh_param_copy(DH *to, const DH *from, int is_x942) in int_dh_param_copy() argument
323 if (is_x942 == -1) in int_dh_param_copy()
324 is_x942 = (from->params.q != NULL); in int_dh_param_copy()
327 if (!is_x942) in int_dh_param_copy()

Completed in 2 milliseconds