Home
last modified time | relevance | path

Searched refs:sslPrivKey (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c1460 RSA *sslPrivKey = NULL; in OpenSSL_CreateKeypair() local
1551 sslPrivKey = RSA_new(); in OpenSSL_CreateKeypair()
1552 if (sslPrivKey == NULL || in OpenSSL_CreateKeypair()
1553 RSA_generate_key_ex(sslPrivKey, keylen, eValue_bn, NULL) in OpenSSL_CreateKeypair()
1558 (void) EVP_PKEY_set1_RSA(eprikey, sslPrivKey); in OpenSSL_CreateKeypair()
1566 (void) EVP_PKEY_set1_RSA(epubkey, sslPrivKey); in OpenSSL_CreateKeypair()
1704 if (sslPrivKey) in OpenSSL_CreateKeypair()
1705 RSA_free(sslPrivKey); in OpenSSL_CreateKeypair()