Searched refs:sslDSAKey (Results 1 – 1 of 1) sorted by relevance
1461 DSA *sslDSAKey = NULL; in OpenSSL_CreateKeypair() local1576 sslDSAKey = DSA_new(); in OpenSSL_CreateKeypair()1577 if (sslDSAKey == NULL) { in OpenSSL_CreateKeypair()1594 if (DSA_set0_pqg(sslDSAKey, p, q, g) == 0) { in OpenSSL_CreateKeypair()1600 if (!DSA_generate_key(sslDSAKey)) { in OpenSSL_CreateKeypair()1610 if (EVP_PKEY_set1_DSA(eprikey, sslDSAKey)) { in OpenSSL_CreateKeypair()1623 if (EVP_PKEY_set1_DSA(epubkey, sslDSAKey)) { in OpenSSL_CreateKeypair()1707 if (sslDSAKey) in OpenSSL_CreateKeypair()1708 DSA_free(sslDSAKey); in OpenSSL_CreateKeypair()