Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dhks_ecc_verify_mt.cpp881 struct HksBlob pubId = { (uint32_t)strlen(PUB_KEY), (uint8_t *)PUB_KEY }; in RunTestCase() local
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp1773 …HcfBlob FFiOHOSKeyAgreementGenerateSecret(int64_t id, int64_t priId, int64_t pubId, int32_t *errCo… in FFiOHOSKeyAgreementGenerateSecret()