Home
last modified time | relevance | path

Searched refs:int_dh_param_copy (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() function
221 if (!int_dh_param_copy(ret, dh, -1)) { in DHparams_dup()