Home
last modified time | relevance | path

Searched refs:kekCipherTextBuffer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_test_common.cpp243 uint8_t kekCipherTextBuffer[MAX_KEY_SIZE] = {0}; in HksImportWrappedKeyTestCommonCase() local
244 struct HksBlob kekCipherText = { MAX_KEY_SIZE, kekCipherTextBuffer }; in HksImportWrappedKeyTestCommonCase()
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md437 uint8_t kekCipherTextBuffer[OH_HUKS_MAX_KEY_SIZE] = {0};
438 struct OH_Huks_Blob kekCipherText = {OH_HUKS_MAX_KEY_SIZE, kekCipherTextBuffer};
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-import-wrapped-key-ndk.md437 uint8_t kekCipherTextBuffer[OH_HUKS_MAX_KEY_SIZE] = {0};
438 struct OH_Huks_Blob kekCipherText = {OH_HUKS_MAX_KEY_SIZE, kekCipherTextBuffer};