Searched refs:ExportPublicKey (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/huks/ |
H A D | interface_i_huks.md | 24 | [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 D | huks_hdi_access.c | 134 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 D | hdi_ihuks_api_function_test.cpp | 238 ASSERT_NE(g_huksHdiProxy->ExportPublicKey, nullptr);
|
/ohos5.0/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_service.c | 243 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 D | ihuks.h.txt | 47 …int32_t (*ExportPublicKey)(struct IHuks *self, const struct HuksBlob* encKey, const struct HuksPar…
|
H A D | huks_service.c.txt | 176 service->interface.ExportPublicKey = HuksExportPublicKey;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/dump_ast_target/ |
H A D | dump.txt | 30 [mini, lite, full] ExportPublicKey(
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-security-huks-guide.md | 97 | [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 D | subsys-security-huks-guide.md | 101 | [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 D | IHuks.idl | 164 …ExportPublicKey([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 D | IHuks.idl | 164 …ExportPublicKey([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 D | js-apis-huks-sys.md | 1365 async function ExportPublicKey(keyAlias: string) { 1381 await ExportPublicKey(rsaKeyAlias)
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1729 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 D | js-apis-huks-sys.md | 1365 async function ExportPublicKey(keyAlias: string) { 1381 await ExportPublicKey(rsaKeyAlias)
|