| Top |  |  |  |  | 
| int | xmlSecOpenSSLEvpKeyDataAdoptEvp () | 
| EVP_PKEY * | xmlSecOpenSSLEvpKeyDataGetEvp () | 
| EVP_PKEY * | xmlSecOpenSSLEvpKeyDup () | 
| xmlSecKeyDataPtr | xmlSecOpenSSLEvpKeyAdopt () | 
int xmlSecOpenSSLEvpKeyDataAdoptEvp (xmlSecKeyDataPtr data,EVP_PKEY *pKey);
Sets the value of key data.
EVP_PKEY *
xmlSecOpenSSLEvpKeyDataGetEvp (xmlSecKeyDataPtr data);
Gets the EVP_PKEY from the key data.
xmlSecKeyDataPtr
xmlSecOpenSSLEvpKeyAdopt (EVP_PKEY *pKey);
Creates xmlsec key object from OpenSSL key object.