Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/dh/
Ddh.c181 static int int_dh_param_copy(DH *to, const DH *from, int is_x942) { in int_dh_param_copy() argument
182 if (is_x942 == -1) { in int_dh_param_copy()
183 is_x942 = !!from->q; in int_dh_param_copy()
190 if (!is_x942) { in int_dh_param_copy()