Searched refs:wrappedKeyData (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
| D | huks_wrapped_test_common.cpp | 175 struct OH_Huks_Blob *wrappedKeyData) in ImportWrappedKey() argument 202 …esult ret = BuildWrappedKeyData(blobArray, OH_HUKS_IMPORT_WRAPPED_KEY_TOTAL_BLOBS, wrappedKeyData); in ImportWrappedKey() 210 params->importWrappedKeyParamSet, wrappedKeyData); in ImportWrappedKey() 231 struct OH_Huks_Blob wrappedKeyData = {0, nullptr}; in HksImportWrappedKeyTestCommonCase() local 241 … ImportWrappedKey(params, &plainCipherText, &kekCipherText, &callerSelfPublicKey, &wrappedKeyData); in HksImportWrappedKeyTestCommonCase() 246 HUKS_FREE_BLOB(wrappedKeyData); in HksImportWrappedKeyTestCommonCase()
|
| /test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
| D | utils.cpp | 386 … struct OH_Huks_Blob* peerPublicKey, struct OH_Huks_Blob* wrappedKeyData) in ImportWrappedKey() argument 404 …esult ret = BuildWrappedKeyData(blobArray, OH_HUKS_IMPORT_WRAPPED_KEY_TOTAL_BLOBS, wrappedKeyData); in ImportWrappedKey() 414 params->importWrappedKeyParamSet, wrappedKeyData); in ImportWrappedKey() 426 struct OH_Huks_Blob wrappedKeyData = {0, nullptr}; in HksImportWrappedKeyTestCommonCase() local 448 … ImportWrappedKey(params, &plainCipherText, &kekCipherText, &callerSelfPublicKey, &wrappedKeyData); in HksImportWrappedKeyTestCommonCase() 453 HUKS_FREE_BLOB(wrappedKeyData); in HksImportWrappedKeyTestCommonCase()
|