Home
last modified time | relevance | path

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

/test/xts/hats/useriam/userauth_additional/src/
Duser_auth_hdi.cpp139 std::vector<uint8_t> publicKey; variable
175 std::vector<uint8_t> publicKey; variable
196 std::vector<uint8_t> publicKey; variable
285 std::vector<uint8_t> publicKey; variable
338 std::vector<uint8_t> publicKey; variable
380 std::vector<uint8_t> publicKey; variable
473 std::vector<uint8_t> publicKey; variable
535 std::vector<uint8_t> publicKey; variable
585 std::vector<uint8_t> publicKey; variable
676 std::vector<uint8_t> publicKey; variable
[all …]
/test/xts/acts/security/certificate_framework/js_api_test_oh41/src/main/ets/test/utils/common/
DcommonType.ts47 publicKey?: cert.DataBlob; property
54 publicKey?: Uint8Array; property
/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_agree_ecdh_test_common.cpp22 …esult HksEcdhAgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksEcdhAgreeFinish()
54 …Result HksEcdhAgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksEcdhAgreeAbort()
Dhuks_signverify_rsa_test_common.cpp77 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.cpp96 struct OH_Huks_Blob publicKey = { OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey }; in HksRsaCipherTestCase() local
132 struct OH_Huks_Blob publicKey = { OH_HUKS_RSA_KEY_SIZE_1024, (uint8_t *)tmpPublicKey }; in HksRsaCipherTestCaseAbnormal() local
Dhuks_signverify_ecc_test_common.cpp68 struct OH_Huks_Blob publicKey = { OH_HUKS_ECC_KEY_SIZE_521, pubKey }; in HksEccSignVerifyTestNormalCase() local
Dhuks_agree_dh_test.cpp49 …_Result HksDhAgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksDhAgreeFinish()
79 …s_Result HksDhAgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksDhAgreeAbort()
Dhuks_agree_x25519_test.cpp160 …ult HksX25519AgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksX25519AgreeFinish()
192 …sult HksX25519AgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *publicKey, in HksX25519AgreeAbort()
Dhuks_signverify_ed25519_test.cpp118 struct OH_Huks_Blob publicKey = { OH_HUKS_CURVE25519_KEY_SIZE_256, pubKey }; variable
Dhuks_signverify_dsa_test.cpp140 struct OH_Huks_Blob publicKey = { DSA_COMMON_SIZE, pubKey }; in HksDsaSignVerifyTestNormalCase() local
Dhuks_signverify_sm2_test.cpp362 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.cpp228 std::vector<uint8_t> publicKey; variable