Home
last modified time | relevance | path

Searched refs:localPrivateKeyParams (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_agreement_test.cpp111 …ret = GenerateLocalX25519Key(&privateKey, NULL, &g_testAgreeParams[0].localPrivateKeyParams, NULL);
162 … GenerateLocalX25519Key(&privateKey, &peerPublicKey, &g_testAgreeParams[0].localPrivateKeyParams, \
165 …enerateLocalX25519Key(&privateKey2, &peerPublicKey2, &g_testAgreeParams[0].localPrivateKeyParams, \
/test/xts/acts/security_lite/huks/common/
Dhks_test_common.c639 …const struct HksTestBlobParams *localPrivateKeyParams, const struct HksTestBlobParams *localPublic… in GenerateLocalX25519Key() argument
642 if ((privateKey != NULL) && (localPrivateKeyParams != NULL)) { in GenerateLocalX25519Key()
644 localPrivateKeyParams->blobExist, in GenerateLocalX25519Key()
645 localPrivateKeyParams->blobSize, in GenerateLocalX25519Key()
646 localPrivateKeyParams->blobDataExist, in GenerateLocalX25519Key()
647 localPrivateKeyParams->blobDataSize); in GenerateLocalX25519Key()
684 (localPrivateKeyParams->blobDataExist) && in GenerateLocalX25519Key()
685 … (localPrivateKeyParams->blobDataSize == (HKS_CURVE25519_KEY_SIZE_256 / HKS_TEST_COMMON_8))) { in GenerateLocalX25519Key()
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_agreement_test.c135 …ret = GenerateLocalX25519Key(&privateKey, NULL, &g_testAgreeParams[0].localPrivateKeyParams, NULL); in ExecHksAgreementTest001()
184 …ret = GenerateLocalX25519Key(&privateKey, NULL, &g_testAgreeParams[0].localPrivateKeyParams, NULL); in ExecHksAgreementTest002()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h294 struct HksTestBlobParams localPrivateKeyParams; member
406 …const struct HksTestBlobParams *localPrivateKeyParams, const struct HksTestBlobParams *localPublic…