Searched refs:sslDSAKey (Results 1 – 1 of 1) sorted by relevance
1458 DSA *sslDSAKey = NULL; in OpenSSL_CreateKeypair() local1573 sslDSAKey = DSA_new(); in OpenSSL_CreateKeypair()1574 if (sslDSAKey == NULL) { in OpenSSL_CreateKeypair()1591 if (DSA_set0_pqg(sslDSAKey, p, q, g) == 0) { in OpenSSL_CreateKeypair()1597 if (!DSA_generate_key(sslDSAKey)) { in OpenSSL_CreateKeypair()1607 if (EVP_PKEY_set1_DSA(eprikey, sslDSAKey)) { in OpenSSL_CreateKeypair()1620 if (EVP_PKEY_set1_DSA(epubkey, sslDSAKey)) { in OpenSSL_CreateKeypair()1704 if (sslDSAKey) in OpenSSL_CreateKeypair()1705 DSA_free(sslDSAKey); in OpenSSL_CreateKeypair()