Home
last modified time | relevance | path

Searched defs:publicKey (Results 1 – 15 of 15) sorted by relevance

/test/xts/hats/useriam/userauth_additional/src/
Duser_auth_hdi.cpp133 std::vector<uint8_t> publicKey; variable
169 std::vector<uint8_t> publicKey; variable
190 std::vector<uint8_t> publicKey; variable
277 std::vector<uint8_t> publicKey; variable
331 std::vector<uint8_t> publicKey; variable
374 std::vector<uint8_t> publicKey; variable
468 std::vector<uint8_t> publicKey; variable
531 std::vector<uint8_t> publicKey; variable
582 std::vector<uint8_t> publicKey; variable
675 std::vector<uint8_t> publicKey; variable
[all …]
/test/xts/acts/security/certificate_framework/js_api_test_oh41/entry/src/ohosTest/ets/test/utils/common/
DcommonType.ts47 publicKey?: cert.DataBlob; property
54 publicKey?: Uint8Array; property
/test/xts/acts/security/certificate_framework/js_api_test_oh50/entry/src/ohosTest/ets/test/utils/common/
DcommonType.ts47 publicKey?: cert.DataBlob; property
54 publicKey?: Uint8Array; property
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_agree_ecdh_test_common.cpp23 …esult HksEcdhAgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksEcdhAgreeFinish()
53 …Result HksEcdhAgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksEcdhAgreeAbort()
Dhuks_signverify_rsa_test_common.cpp79 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, pubKey}; in HksRsaSignVerifyTestNormalCase() local
142 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, pubKey}; in HksRSASignVerifyTestAbnormalCase() local
Dhuks_cipher_rsa_test_common.cpp105 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey}; in HksRsaCipherTestCase() local
144 struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey}; in HksRsaCipherTestCaseAbnormal() local
Dhuks_agree_dh_test.cpp43 …_Result HksDhAgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksDhAgreeFinish()
73 …s_Result HksDhAgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksDhAgreeAbort()
Dhuks_signverify_ecc_test_common.cpp67 struct OH_Huks_Blob publicKey = {OH_HUKS_ECC_KEY_SIZE_521, pubKey}; in HksEccSignVerifyTestNormalCase() local
Dhuks_agree_x25519_test.cpp90 …ult HksX25519AgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksX25519AgreeFinish()
120 …sult HksX25519AgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksX25519AgreeAbort()
Dhuks_signverify_ed25519_test.cpp111 struct OH_Huks_Blob publicKey = {OH_HUKS_CURVE25519_KEY_SIZE_256, pubKey}; variable
Dhuks_signverify_dsa_test.cpp106 struct OH_Huks_Blob publicKey = {DSA_COMMON_SIZE, pubKey}; in HksDsaSignVerifyTestNormalCase() local
Dhuks_signverify_sm2_test.cpp249 struct OH_Huks_Blob publicKey = {OH_HUKS_MAX_KEY_SIZE, pubKey}; in HksSm2SignVerifyTestRun() local
/test/xts/acts/security_lite/huks/common/
Dhks_test_common.c638 int32_t GenerateLocalX25519Key(struct HksBlob **privateKey, struct HksBlob **publicKey, in GenerateLocalX25519Key()
/test/xts/hats/useriam/userauth/src/
Duser_auth_hdi.cpp231 std::vector<uint8_t> publicKey; variable
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dhuksndk.cpp175 …struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, static_cast<unsigned char *>(tmpPublic… in doOHHuksExportPublicKeyItem() local
239 … struct OH_Huks_Blob publicKey = {OH_HUKS_RSA_KEY_SIZE_1024, static_cast<uint8_t *>(tmpPublicKey)}; in doOHHuksImportKeyItem() local