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

/external/boringssl/src/crypto/dh/
H A Ddh.c189 static int int_dh_param_copy(DH *to, const DH *from, int is_x942) { argument
190 if (is_x942 == -1) {
191 is_x942 = !!from->q;
198 if (!is_x942) {

Completed in 72 milliseconds