Home
last modified time | relevance | path

Searched defs:keyAlias (Results 1 – 25 of 48) sorted by relevance

12

/test/xts/acts/security/security_huks_reformed_test/utils/param/signverify/
DpublicSignverifyPromise.js24 async function publicGenerateKeyItem(keyAlias, HuksOptions) { argument
41 async function publicImportKeyFunc(keyAlias, HuksOptions) { argument
61 async function publicExportKeyFunc(keyAlias, HuksOptions) { argument
79 async function publicInitSessionFunc(keyAlias, HuksOptions) { argument
DpublicSignverifyCallback.js24 async function publicGenerateKeyItemFunc(keyAlias, huksOptions) { argument
41 function generateKeyItem(keyAlias, huksOptions) { argument
57 async function publicImportKeyItem(keyAlias, huksOptions) { argument
77 function importKeyItem(keyAlias, huksOptions) { argument
/test/xts/acts/security/security_huks_basic/utils/param/signverify/
DpublicSignverifyPromise.js24 async function publicGenerateKeyFunc(keyAlias, HuksOptions) { argument
37 async function publicImportKey(keyAlias, HuksOptions) { argument
52 async function publicExportKey(keyAlias, HuksOptions) { argument
65 async function publicInitFunc(keyAlias, HuksOptions) { argument
DpublicSignverifyCallback.js24 async function publicGenerateKeyFunc(keyAlias, HuksOptions) { argument
50 async function publicImportKey(keyAlias, HuksOptions) { argument
78 async function publicExportKey(keyAlias, HuksOptions) { argument
104 async function publicInitFunc(keyAlias, HuksOptions) { argument
/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_cipher_rsa_test_common.cpp20 …ks_Result Unittest::RsaCipher::HksRsaCipherTestEncryptAbnormal(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestEncryptAbnormal()
44 OH_Huks_Result Unittest::RsaCipher::HksRsaCipherTestEncrypt(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestEncrypt()
65 OH_Huks_Result Unittest::RsaCipher::HksRsaCipherTestDecrypt(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestDecrypt()
87 OH_Huks_Result Unittest::RsaCipher::HksRsaCipherTestCase(const struct OH_Huks_Blob *keyAlias, struc… in HksRsaCipherTestCase()
122 …_Huks_Result Unittest::RsaCipher::HksRsaCipherTestCaseAbnormal(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestCaseAbnormal()
Dhuks_cipher_sm4_test_common.cpp21 static OH_Huks_Result HksSm4CipherTestEncrypt(const struct OH_Huks_Blob *keyAlias, in HksSm4CipherTestEncrypt()
42 static OH_Huks_Result HksSm4CipherTestDecrypt(const struct OH_Huks_Blob *keyAlias, in HksSm4CipherTestDecrypt()
63 OH_Huks_Result HksSm4CipherTestCaseOther(const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamS… in HksSm4CipherTestCaseOther()
Dhuks_hmac_test.cpp106 static OH_Huks_Result HksHmacTestCase(const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet … in HksHmacTestCase()
150 struct OH_Huks_Blob keyAlias = { strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias }; variable
173 struct OH_Huks_Blob keyAlias = { strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias }; variable
Dhuks_cipher_aes_test_common.cpp24 const struct OH_Huks_Blob *keyAlias, in HksAesCipherTestEncrypt()
48 const struct OH_Huks_Blob *keyAlias, in HksAesCipherTestDecrypt()
73 const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *genParamSet, in HksAesCipherTestCaseOther()
115 const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *genParamSet, in HksAesCipherTestCaseGcm2()
Dhuks_signverify_sm2_test.cpp283 static OH_Huks_Result HksTestSignVerify(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_P… in HksTestSignVerify()
313 …sult CreateImportKeyAlias(struct OH_Huks_Blob *importKeyAlias, const struct OH_Huks_Blob *keyAlias) in CreateImportKeyAlias()
350 static OH_Huks_Result HksSm2SignVerifyTestRun(const struct OH_Huks_Blob *keyAlias, const uint32_t g… in HksSm2SignVerifyTestRun()
429 struct OH_Huks_Blob keyAlias = { strlen(keyAliasString), (uint8_t *)keyAliasString }; variable
Dhuks_signverify_dsa_test.cpp94 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, … in HksTestSignVerify()
120 OH_Huks_Result HksDsaSignVerifyTestNormalCase(struct OH_Huks_Blob keyAlias, struct OH_Huks_ParamSet… in HksDsaSignVerifyTestNormalCase()
174 struct OH_Huks_Blob keyAlias = { strlen(keyAliasString), (uint8_t *)keyAliasString }; variable
Dhuks_signverify_ecc_test_common.cpp22 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, in HksTestSignVerify()
47 OH_Huks_Result HksEccSignVerifyTestNormalCase(struct OH_Huks_Blob keyAlias, in HksEccSignVerifyTestNormalCase()
Dhuks_derive_pbkdf_test_common.cpp22 OH_Huks_Result HksPbkdf2DeriveTestNormalCase(const struct OH_Huks_Blob keyAlias, in HksPbkdf2DeriveTestNormalCase()
55 OH_Huks_Result HksPbkdf2DeriveTestCmpCase(const struct OH_Huks_Blob keyAlias, in HksPbkdf2DeriveTestCmpCase()
Dhuks_derive_hkdf_test_common.cpp22 OH_Huks_Result HksHkdfDeriveTestNormalCase(const struct OH_Huks_Blob keyAlias, in HksHkdfDeriveTestNormalCase()
55 OH_Huks_Result HksHkdfDeriveTestCmpCase(const struct OH_Huks_Blob keyAlias, in HksHkdfDeriveTestCmpCase()
Dhuks_signverify_rsa_test_common.cpp22 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, in HksTestSignVerify()
48 OH_Huks_Result HksRsaSignVerifyTestNormalCase(struct OH_Huks_Blob keyAlias, in HksRsaSignVerifyTestNormalCase()
109 OH_Huks_Result HksRSASignVerifyTestAbnormalCase(struct OH_Huks_Blob keyAlias, in HksRSASignVerifyTestAbnormalCase()
Dhuks_cipher_aes_test.cpp204 struct OH_Huks_Blob keyAlias = { strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias }; variable
234 struct OH_Huks_Blob keyAlias = { strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias }; variable
Dhuks_signverify_ed25519_test.cpp56 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, … in HksTestSignVerify()
104 struct OH_Huks_Blob keyAlias = { strlen(keyAliasString), (uint8_t *)keyAliasString }; variable
Dhuks_derive_hkdf_test.cpp112 …struct OH_Huks_Blob keyAlias = { strlen("HksHKDFDeriveKeyAliasTest001"), (uint8_t *)"HksHKDFDerive… variable
Dhuks_signverify_ecc_test.cpp107 struct OH_Huks_Blob keyAlias = { strlen(keyAliasString), (uint8_t *)keyAliasString }; variable
Dhuks_signverify_rsa_test.cpp126 struct OH_Huks_Blob keyAlias = {strlen(keyAliasString), (uint8_t *)keyAliasString}; variable
Dhuks_agree_ecdh_test_common.cpp22 OH_Huks_Result HksEcdhAgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *p… in HksEcdhAgreeFinish()
54 OH_Huks_Result HksEcdhAgreeAbort(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *pu… in HksEcdhAgreeAbort()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_cipher.h22 const struct HksBlob *keyAlias; member
33 struct HksBlob *keyAlias; member
44 struct HksBlob *keyAlias; member
/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_exist_test.cpp71 struct HksBlob *keyAlias = NULL; variable
Dhks_delete_test.cpp71 struct HksBlob *keyAlias = NULL; variable
Dhks_generate_key_test.cpp84 struct HksBlob *keyAlias = NULL; variable
/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c590 struct HksBlob *keyAlias = NULL; in BaseTestCipher() local
644 struct HksBlob *keyAlias = NULL; in BaseTestEncrypt() local
696 struct HksBlob *keyAlias = NULL; in BaseTestDecrypt() local

12