Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 – 12 of 12) sorted by relevance

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_signverify_rsa_test_common.cpp76 uint8_t pubKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRsaSignVerifyTestNormalCase() local
141 uint8_t pubKey[OH_HUKS_RSA_KEY_SIZE_1024] = {0}; in HksRSASignVerifyTestAbnormalCase() local
Dhuks_signverify_ecc_test_common.cpp67 uint8_t pubKey[OH_HUKS_ECC_KEY_SIZE_521] = {0}; in HksEccSignVerifyTestNormalCase() local
Dhuks_signverify_ed25519_test.cpp117 uint8_t pubKey[OH_HUKS_CURVE25519_KEY_SIZE_256] = {0}; variable
Dhuks_signverify_dsa_test.cpp139 uint8_t pubKey[DSA_COMMON_SIZE] = {0}; in HksDsaSignVerifyTestNormalCase() local
Dhuks_signverify_sm2_test.cpp361 uint8_t pubKey[OH_HUKS_MAX_KEY_SIZE] = {0}; in HksSm2SignVerifyTestRun() local
/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_safe_cipher_key_test.cpp92 uint8_t pubKey[32] = {0}; variable
/test/xts/acts/security/cryptoFramework/js_api_test_one/src/main/js/test/utils/asymmetric/
DpublicAsymmetricPromise.js161 async function initVerify(verifyGenerator, pubKey) { argument
208 async function generateAsySecret(generator, priKey, pubKey) { argument
DpublicAsymmetricCallback.js160 async function initVerify(verifyGenerator, pubKey) { argument
204 async function generateAsySecret(generator, priKey, pubKey) { argument
/test/xts/acts/security/cryptoFramework/js_api_test_two/src/main/js/test/utils/certificate/
DpublicCertificateCallback.js116 async function verifyX509Cert(certInstance, pubKey) { argument
442 async function verifyX509Crl(crlInstance, pubKey) { argument
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_safe_cipher_key_test.c158 uint8_t pubKey[32] = {0}; in LITE_TEST_CASE() local
/test/xts/acts/security_lite/huks/common/
Dhks_test_aes.c294 static void ExportPubKey(const struct HksBlob *alias, struct HksBlob *pubKey) in ExportPubKey()
299 static void ImportPubKey(const struct HksBlob *alias, const struct HksBlob *pubKey) in ImportPubKey()
Dhks_test_curve25519.c201 uint8_t pubKey[32] = {0}; in TestExportImportEd25519SignVerify() local