Home
last modified time | relevance | path

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

/openssl-master/crypto/dh/
A Ddh_ameth.c318 static int int_dh_param_copy(DH *to, const DH *from, int is_x942) in int_dh_param_copy() argument
320 if (is_x942 == -1) in int_dh_param_copy()
321 is_x942 = (from->params.q != NULL); in int_dh_param_copy()
324 if (!is_x942) in int_dh_param_copy()

Completed in 3 milliseconds