Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentPKIKeyOpenSSL.cpp45 PKeyControl *pPKeyControl = in InitializePKeyImpl() local
48 if ( pPKeyControl != NULL ) in InitializePKeyImpl()
50 pPKeyControl->pPKey = NULL; in InitializePKeyImpl()
53 return pPKeyControl; in InitializePKeyImpl()
66 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in GetPKey() local
67 return ((void *)pPKeyControl->pPKey); in GetPKey()
71 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in SetPKey() local
72 pPKeyControl->pPKey = (EVP_PKEY *)pKey; in SetPKey()
126 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in SavePrivateKeyToBuffer() local
128 FATAL_ASSERT( pPKeyControl && in SavePrivateKeyToBuffer()
[all …]