Searched refs:pPKeyControl (Results 1 – 1 of 1) sorted by relevance
45 PKeyControl *pPKeyControl = in InitializePKeyImpl() local48 if ( pPKeyControl != NULL ) in InitializePKeyImpl()50 pPKeyControl->pPKey = NULL; in InitializePKeyImpl()53 return pPKeyControl; in InitializePKeyImpl()66 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in GetPKey() local67 return ((void *)pPKeyControl->pPKey); in GetPKey()71 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in SetPKey() local72 pPKeyControl->pPKey = (EVP_PKEY *)pKey; in SetPKey()126 PKeyControl* pPKeyControl = (PKeyControl*) i_pPKeyImpl; in SavePrivateKeyToBuffer() local128 FATAL_ASSERT( pPKeyControl && in SavePrivateKeyToBuffer()[all …]