Home
last modified time | relevance | path

Searched refs:ExportPublicKey (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/huks/
H A Dinterface_i_huks.md24 | [ExportPublicKey](#exportpublickey) ([in] struct [HuksBlob](_huks_blob.md) encKey, [in] struct [H…
259 ### ExportPublicKey()
262 IHuks::ExportPublicKey ([in] struct HuksBlob encKey, [in] struct HuksParamSet paramSet, [out] struc…
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
H A Dhuks_hdi_access.c134 HKS_IF_NULL_LOGE_RETURN(g_hksHdiProxyInstance->ExportPublicKey, HKS_ERROR_NULL_POINTER, in HdiProxyExportPublicKey()
136 return g_hksHdiProxyInstance->ExportPublicKey(g_hksHdiProxyInstance, key, paramSet, keyOut); in HdiProxyExportPublicKey()
/ohos5.0/drivers/peripheral/huks/test/unittest/
H A Dhdi_ihuks_api_function_test.cpp238 ASSERT_NE(g_huksHdiProxy->ExportPublicKey, nullptr);
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_service.c243 service->interface.ExportPublicKey = HuksExportPublicKey; in HuksImplGetInstance()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/c_target/huks/v1_0/
H A Dihuks.h.txt47 …int32_t (*ExportPublicKey)(struct IHuks *self, const struct HuksBlob* encKey, const struct HuksPar…
H A Dhuks_service.c.txt176 service->interface.ExportPublicKey = HuksExportPublicKey;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/dump_ast_target/
H A Ddump.txt30 [mini, lite, full] ExportPublicKey(
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md97 | [ExportPublicKey()](#exportpublickey) | 导出密钥对中的公钥。 |无 …
347 #### ExportPublicKey subsubsection
354 <pre><code>int32_t ExportPublicKey(struct IHuks *self, const struct HuksBlob *encKey,
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md101 | [ExportPublicKey()](#exportpublickey) | Exports the public key of a key pair. …
349 #### ExportPublicKey subsubsection
356 <pre><code>int32_t ExportPublicKey(struct IHuks *self, const struct HuksBlob *encKey,
/ohos5.0/drivers/interface/huks/v1_0/
H A DIHuks.idl164ExportPublicKey([in] struct HuksBlob encKey, [in] struct HuksParamSet paramSet, [out] struct HuksB…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/foo/huks/v1_0/
H A DIHuks.idl164ExportPublicKey([in] struct HuksBlob encKey, [in] struct HuksParamSet paramSet, [out] struct HuksB…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-universal-keystore-kit/
H A Djs-apis-huks-sys.md1365 async function ExportPublicKey(keyAlias: string) {
1381 await ExportPublicKey(rsaKeyAlias)
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1729 static int32_t ExportPublicKey(const KeyParams *keyParams, Uint8Buff *outPubKey) in ExportPublicKey() function
2265 .exportPublicKey = ExportPublicKey,
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/
H A Djs-apis-huks-sys.md1365 async function ExportPublicKey(keyAlias: string) {
1381 await ExportPublicKey(rsaKeyAlias)