Home
last modified time | relevance | path

Searched defs:nKeySize (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkupdate/
H A DUpgrade.cpp664 bool GetPubicKeyFromExternal(char *szDev, CRKLog *pLog, unsigned char *pKey, unsigned int &nKeySize) in GetPubicKeyFromExternal()
776 bool GetPubicKeyFromDevice(CRKLog *pLog, unsigned char *pKey, unsigned int &nKeySize) in GetPubicKeyFromDevice()
818 bool UnlockDevice(CRKImage *pImage, CRKLog *pLog, unsigned char *pKey, unsigned int nKeySize) in UnlockDevice()
876 UINT nKeySize = 514; in do_rk_firmware_upgrade() local
1102 UINT nKeySize = 514; in do_rk_partition_upgrade() local
H A DRKAndroidDevice.cpp3307 bool CRKAndroidDevice::GetPublicKey(unsigned char *pKey, unsigned int &nKeySize) in GetPublicKey()