Home
last modified time | relevance | path

Searched refs:AppRsaDecodePublicKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/sys_installer_lite/frameworks/source/verify/
H A Dapp_rsa.h42 int32 AppRsaDecodePublicKey(AppRsaContext *rsa, const uint8 *publicKey, uint32 length);
H A Dapp_rsa.c31 int32 AppRsaDecodePublicKey(AppRsaContext *rsa, const uint8 *publicKey, uint32 length) in AppRsaDecodePublicKey() function
H A Dhota_verify.c117 int ret = AppRsaDecodePublicKey(&rsa, keyBuf, length); in HotaSignVerifyByHash()
/ohos5.0/base/update/sys_installer_lite/frameworks/test/unittest/common/src/
H A Dota_test.cpp423 int ret = AppRsaDecodePublicKey(&rsa, keyBuf, length);
439 int ret = AppRsaDecodePublicKey(&rsa, keyBuf, length);