Home
last modified time | relevance | path

Searched refs:pubKeyParam (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_agreement.cpp282 …cfResult GetPriKeyAndPubKeyFromParam(napi_env env, napi_value priKeyParam, napi_value pubKeyParam, in GetPriKeyAndPubKeyFromParam() argument
296 status = napi_unwrap(env, pubKeyParam, reinterpret_cast<void **>(napiPubKey)); in GetPriKeyAndPubKeyFromParam()
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1588 struct HksParam *pubKeyParam = NULL; in GetKeyPair() local
1589 res = HksGetParam(outParamSet, HKS_TAG_ASYMMETRIC_PUBLIC_KEY_DATA, &pubKeyParam); in GetKeyPair()
1602 …if (memcpy_s(outPubKey->val, outPubKey->length, pubKeyParam->blob.data, pubKeyParam->blob.size) !=… in GetKeyPair()
1606 outPubKey->length = pubKeyParam->blob.size; in GetKeyPair()