Searched refs:AppRsaDecodePublicKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/update/sys_installer_lite/frameworks/source/verify/ |
H A D | app_rsa.h | 42 int32 AppRsaDecodePublicKey(AppRsaContext *rsa, const uint8 *publicKey, uint32 length);
|
H A D | app_rsa.c | 31 int32 AppRsaDecodePublicKey(AppRsaContext *rsa, const uint8 *publicKey, uint32 length) in AppRsaDecodePublicKey() function
|
H A D | hota_verify.c | 117 int ret = AppRsaDecodePublicKey(&rsa, keyBuf, length); in HotaSignVerifyByHash()
|
/ohos5.0/base/update/sys_installer_lite/frameworks/test/unittest/common/src/ |
H A D | ota_test.cpp | 423 int ret = AppRsaDecodePublicKey(&rsa, keyBuf, length); 439 int ret = AppRsaDecodePublicKey(&rsa, keyBuf, length);
|