Searched refs:dh (Results 1 – 1 of 1) sorted by relevance
611 DH *dh; local762 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);764 if (dh == NULL) {770 dh = DH_new();771 if (dh == NULL) {775 dh->p = BN_bin2bn(dh1024_p,sizeof(dh1024_p), NULL);777 dh->length = 160;778 if ((dh->p == NULL) || (dh->g == NULL)) {779 DH_free(dh);784 SSL_CTX_set_tmp_dh(s->ssl_ctx,dh);[all …]