Lines Matching refs:pPKeyControl
45 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()
138 pMemBio = SavePrivateKeyToMemoryBIO( pPKeyControl, i_pPassphrase ); in SavePrivateKeyToBuffer()
211 PKeyControl* const pPKeyControl = (PKeyControl*) i_pPKeyImpl; in LoadPrivateKeyFromBuffer() local
226 bReturn = LoadPrivateKeyFromBIO( pPKeyControl, in LoadPrivateKeyFromBuffer()
380 void * pPKeyControl ) in PublicKeyEncrypt() argument
385 FATAL_ASSERT( pPKeyControl ); in PublicKeyEncrypt()
387 PKeyControl *pKeyControl = (PKeyControl *)pPKeyControl; in PublicKeyEncrypt()