Searched refs:epubkey (Results 1 – 1 of 1) sorted by relevance
1485 EVP_PKEY *epubkey = NULL; in OpenSSL_CreateKeypair() local1523 epubkey = EVP_PKEY_new(); in OpenSSL_CreateKeypair()1524 if (epubkey == NULL) { in OpenSSL_CreateKeypair()1571 (void) EVP_PKEY_set1_RSA(epubkey, sslPrivKey); in OpenSSL_CreateKeypair()1576 pubkey->keyp = (void *)epubkey; in OpenSSL_CreateKeypair()1665 if (EVP_PKEY_set1_DSA(epubkey, sslDSAKey)) { in OpenSSL_CreateKeypair()1666 pubkey->keyp = (void *)epubkey; in OpenSSL_CreateKeypair()1727 if (epubkey != NULL) in OpenSSL_CreateKeypair()1728 EVP_PKEY_free(epubkey); in OpenSSL_CreateKeypair()