Home
last modified time | relevance | path

Searched refs:agreeKeyTag (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp194 struct OH_Huks_Blob agreeKeyTag = {.size = tagSize, .data = agreeKeyTagBuf}; in ImportWrappedKey() local
200 …struct OH_Huks_Blob *blobArray[] = {peerPublicKey, &commonAad, &commonNonce, &agreeKeyTag, ke… in ImportWrappedKey()
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp398 struct OH_Huks_Blob agreeKeyTag = {.size = tagSize, .data = agreeKeyTagBuf}; in ImportWrappedKey() local
402 …struct OH_Huks_Blob* blobArray[] = {peerPublicKey, &commonAad, &commonNonce, &agreeKeyTag, ke… in ImportWrappedKey()