Searched refs:dhsrc (Results 1 – 1 of 1) sorted by relevance
808 DH *dhsrc = EVP_PKEY_get0_DH(src), *dhdest = EVP_PKEY_get0_DH(dest); in copy_q_openssl10() local810 if (dhsrc == NULL || dhsrc->q == NULL || dhdest == NULL) in copy_q_openssl10()814 dhdest->q = BN_dup(dhsrc->q); in copy_q_openssl10()