Home
last modified time | relevance | path

Searched defs:kekCipherText (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp159 … struct OH_Huks_Blob *plainCipherText, struct OH_Huks_Blob *kekCipherText) in EncryptImportedPlainKeyAndKek()
174 struct OH_Huks_Blob *kekCipherText, struct OH_Huks_Blob *peerPublicKey, in ImportWrappedKey()
235 struct OH_Huks_Blob kekCipherText = {OH_HUKS_MAX_KEY_SIZE, kekCipherTextBuffer}; in HksImportWrappedKeyTestCommonCase() local
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp368 struct OH_Huks_Blob* kekCipherText) in EncryptImportedPlainKeyAndKek()
385 … struct OH_Huks_Blob* plainCipher, struct OH_Huks_Blob* kekCipherText, in ImportWrappedKey()
430 struct OH_Huks_Blob kekCipherText = {OH_HUKS_MAX_KEY_SIZE, kekCipherTextBuffer}; in HksImportWrappedKeyTestCommonCase() local