/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_import_wrapped_test_common.cpp | 28 namespace Unittest::ImportWrappedKey { namespace 36 {.tag = HKS_TAG_ASSOCIATED_DATA, .blob = {.size = Unittest::ImportWrappedKey::AAD_SIZE, 37 … .data = (uint8_t *) Unittest::ImportWrappedKey::AAD} 39 { .tag = HKS_TAG_NONCE, .blob = {.size = Unittest::ImportWrappedKey::NONCE_SIZE, 40 .data = (uint8_t *) Unittest::ImportWrappedKey::NONCE} 51 {.tag = HKS_TAG_IV, .blob = {.size = Unittest::ImportWrappedKey::IV_SIZE, 52 .data = (uint8_t *) Unittest::ImportWrappedKey::IV } 187 struct HksBlob commonAad = {.size = Unittest::ImportWrappedKey::AAD_SIZE, in ImportWrappedKey() 188 … .data = reinterpret_cast<uint8_t *>(Unittest::ImportWrappedKey::AAD)}; in ImportWrappedKey() 189 struct HksBlob commonNonce = {.size = Unittest::ImportWrappedKey::NONCE_SIZE, in ImportWrappedKey() [all …]
|
H A D | hks_import_wrapped_x25519_suite_test.cpp | 31 namespace Unittest::ImportWrappedKey { namespace 95 {.tag = HKS_TAG_IV, .blob = {.size = Unittest::ImportWrappedKey::IV_SIZE, 96 .data = (uint8_t *) Unittest::ImportWrappedKey::IV} 120 {.tag = HKS_TAG_ASSOCIATED_DATA, .blob = {.size = Unittest::ImportWrappedKey::AAD_SIZE, 121 … .data = (uint8_t *) Unittest::ImportWrappedKey::AAD} 124 .size = Unittest::ImportWrappedKey::NONCE_SIZE, 125 .data = (uint8_t *) Unittest::ImportWrappedKey::NONCE
|
H A D | hks_import_wrapped_ecdh_suite_test.cpp | 31 namespace Unittest::ImportWrappedKey { namespace 103 … {.size = Unittest::ImportWrappedKey::IV_SIZE, .data = (uint8_t *) Unittest::ImportWrappedKey::IV}
|
H A D | hks_import_wrapped_sm2_suite_test.cpp | 31 namespace Unittest::ImportWrappedKey { namespace
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
H A D | hks_import_wrapped_ecdh_suite_test.h | 22 namespace Unittest::ImportWrappedKey {
|
H A D | hks_import_wrapped_x25519_suite_test.h | 22 namespace Unittest::ImportWrappedKey {
|
H A D | hks_import_wrapped_test_common.h | 21 namespace Unittest::ImportWrappedKey {
|
H A D | hks_import_wrapped_sm2_suite_test.h | 24 namespace Unittest::ImportWrappedKey {
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/huks/ |
H A D | interface_i_huks.md | 23 | [ImportWrappedKey](#importwrappedkey) ([in] struct [HuksBlob](_huks_blob.md) wrappingKeyAlias, [i… 395 ### ImportWrappedKey() 398 IHuks::ImportWrappedKey ([in] struct HuksBlob wrappingKeyAlias, [in] struct HuksBlob wrappingEncKey…
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/ |
H A D | huks_hdi_access.c | 114 HKS_IF_NULL_LOGE_RETURN(g_hksHdiProxyInstance->ImportWrappedKey, HKS_ERROR_NULL_POINTER, in HdiProxyImportWrappedKey() 116 …return g_hksHdiProxyInstance->ImportWrappedKey(g_hksHdiProxyInstance, wrappingKeyAlias, key, wrapp… in HdiProxyImportWrappedKey()
|
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-import-wrapped-key-ndk.md | 392 static OH_Huks_Result ImportWrappedKey(const struct HksImportWrappedKeyTestParams *params, 477 …ret = ImportWrappedKey(params, &plainCipherText, &kekCipherText, &callerSelfPublicKey, &wrappedKey… 545 static napi_value ImportWrappedKey(napi_env env, napi_callback_info info) {
|
H A D | huks-import-wrapped-key-arkts.md | 566 async function ImportWrappedKey() {
|
/ohos5.0/drivers/peripheral/huks/test/unittest/ |
H A D | hdi_ihuks_api_function_test.cpp | 237 ASSERT_NE(g_huksHdiProxy->ImportWrappedKey, nullptr);
|
/ohos5.0/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_service.c | 242 service->interface.ImportWrappedKey = HuksImportWrappedKey; 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 | 44 int32_t (*ImportWrappedKey)(struct IHuks *self, const struct HuksBlob* wrappingKeyAlias,
|
H A D | huks_service.c.txt | 175 service->interface.ImportWrappedKey = HuksImportWrappedKey;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/dump_ast_target/ |
H A D | dump.txt | 23 [mini, lite, full] ImportWrappedKey(
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-import-wrapped-key-ndk.md | 392 static OH_Huks_Result ImportWrappedKey(const struct HksImportWrappedKeyTestParams *params, 477 …ret = ImportWrappedKey(params, &plainCipherText, &kekCipherText, &callerSelfPublicKey, &wrappedKey… 545 static napi_value ImportWrappedKey(napi_env env, napi_callback_info info) {
|
H A D | huks-import-wrapped-key-arkts.md | 566 async function ImportWrappedKey() {
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-security-huks-guide.md | 96 | [ImportWrappedKey()](#importwrappedkey) |导入加密密钥,并返回密文材料。 | 出… 283 #### ImportWrappedKey subsubsection 290 <pre><code>int32_t ImportWrappedKey(struct IHuks *self, const struct HuksBlob *wrappingKeyAlias,
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-security-huks-guide.md | 100 | [ImportWrappedKey()](#importwrappedkey) |Imports a wrapped (encrypted) key. … 285 #### ImportWrappedKey subsubsection 292 <pre><code>int32_t ImportWrappedKey(struct IHuks *self, const struct HuksBlob *wrappingKeyAlias,
|
/ohos5.0/drivers/interface/huks/v1_0/ |
H A D | IHuks.idl | 142 ImportWrappedKey([in] struct HuksBlob wrappingKeyAlias, [in] struct HuksBlob wrappingEncKey,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/foo/huks/v1_0/ |
H A D | IHuks.idl | 142 ImportWrappedKey([in] struct HuksBlob wrappingKeyAlias, [in] struct HuksBlob wrappingEncKey,
|