Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentPKIKeyOpenSSL.cpp56 void FinalizePKeyImpl( void * i_pPKeyImpl ) in FinalizePKeyImpl() argument
58 if ( i_pPKeyImpl != NULL ) in FinalizePKeyImpl()
60 free(i_pPKeyImpl); in FinalizePKeyImpl()
65 void *GetPKey(void *i_pPKeyImpl) { in GetPKey() argument
66 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in GetPKey()
70 void SetPKey(void *i_pPKeyImpl, void *pKey) { in SetPKey() argument
71 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in SetPKey()
119 void * const i_pPKeyImpl, in SavePrivateKeyToBuffer() argument
126 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in SavePrivateKeyToBuffer()
205 void * const i_pPKeyImpl, in LoadPrivateKeyFromBuffer() argument
[all …]
H A DKMSAgentPKIimpl.h99 void FinalizePKeyImpl( void * i_pPKeyImpl );
115 void * const i_pPKeyImpl,
126 void * const i_pPKeyImpl,
139 void * const i_pPKeyImpl,
149 void * const i_pPKeyImpl,