Home
last modified time | relevance | path

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

123

/test/xts/acts/security/huks/huks_js_api9/entry/src/ohosTest/js/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
43 function generateKeyItem(keyAlias, huksOptions) { argument
59 async function publicImportKeyItem(keyAlias, huksOptions) { argument
79 function importKeyItem(keyAlias, huksOptions) { argument
/test/xts/acts/security/huks/huks_js_api8/entry/src/ohosTest/js/test/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/huks_napi_BasicTest/src/
Dhuks_cipher_rsa_test_common.cpp20 …ks_Result Unittest::RsaCipher::HksRsaCipherTestEncryptAbnormal(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestEncryptAbnormal()
46 OH_Huks_Result Unittest::RsaCipher::HksRsaCipherTestEncrypt(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestEncrypt()
69 OH_Huks_Result Unittest::RsaCipher::HksRsaCipherTestDecrypt(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestDecrypt()
93 OH_Huks_Result Unittest::RsaCipher::HksRsaCipherTestCase(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestCase()
132 …_Huks_Result Unittest::RsaCipher::HksRsaCipherTestCaseAbnormal(const struct OH_Huks_Blob *keyAlias, in HksRsaCipherTestCaseAbnormal()
Dhuks_cipher_aes_test_common.cpp23 OH_Huks_Result HksAesCipherTestEncrypt(const struct OH_Huks_Blob *keyAlias, in HksAesCipherTestEncrypt()
46 OH_Huks_Result HksAesCipherTestDecrypt(const struct OH_Huks_Blob *keyAlias, in HksAesCipherTestDecrypt()
70 OH_Huks_Result HksAesCipherTestCaseOther(const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamS… in HksAesCipherTestCaseOther()
108 OH_Huks_Result HksAesCipherTestCaseGcm2(const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSe… in HksAesCipherTestCaseGcm2()
Dhuks_cipher_sm4_test_common.cpp22 static OH_Huks_Result HksSm4CipherTestEncrypt(const struct OH_Huks_Blob *keyAlias, in HksSm4CipherTestEncrypt()
45 static OH_Huks_Result HksSm4CipherTestDecrypt(const struct OH_Huks_Blob *keyAlias, in HksSm4CipherTestDecrypt()
68 OH_Huks_Result HksSm4CipherTestCaseOther(const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamS… in HksSm4CipherTestCaseOther()
Dhuks_hmac_test.cpp67 static OH_Huks_Result HksHmacTestCase(const struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet … in HksHmacTestCase()
111 struct OH_Huks_Blob keyAlias = {strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias}; variable
134 struct OH_Huks_Blob keyAlias = {strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias}; variable
Dhuks_signverify_sm2_test.cpp168 static OH_Huks_Result HksTestSignVerify(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_P… in HksTestSignVerify()
198 …sult CreateImportKeyAlias(struct OH_Huks_Blob *importKeyAlias, const struct OH_Huks_Blob *keyAlias) in CreateImportKeyAlias()
236 static OH_Huks_Result HksSm2SignVerifyTestRun(const struct OH_Huks_Blob *keyAlias, const uint32_t g… in HksSm2SignVerifyTestRun()
320 struct OH_Huks_Blob keyAlias = {strlen(keyAliasString), (uint8_t *)keyAliasString}; variable
Dhuks_signverify_dsa_test.cpp62 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, in HksTestSignVerify()
88 OH_Huks_Result HksDsaSignVerifyTestNormalCase(struct OH_Huks_Blob keyAlias, struct OH_Huks_ParamSet… in HksDsaSignVerifyTestNormalCase()
139 struct OH_Huks_Blob keyAlias = {strlen(keyAliasString), (uint8_t *)keyAliasString}; variable
Dhuks_signverify_ecc_test_common.cpp23 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, in HksTestSignVerify()
48 OH_Huks_Result HksEccSignVerifyTestNormalCase(struct OH_Huks_Blob keyAlias, struct OH_Huks_ParamSet… in HksEccSignVerifyTestNormalCase()
Dhuks_signverify_rsa_test_common.cpp23 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, in HksTestSignVerify()
49 OH_Huks_Result HksRsaSignVerifyTestNormalCase(struct OH_Huks_Blob keyAlias, struct OH_Huks_ParamSet… in HksRsaSignVerifyTestNormalCase()
111 OH_Huks_Result HksRSASignVerifyTestAbnormalCase(struct OH_Huks_Blob keyAlias, struct OH_Huks_ParamS… in HksRSASignVerifyTestAbnormalCase()
Dhuks_derive_hkdf_test_common.cpp23 OH_Huks_Result HksHkdfDeriveTestNormalCase(const struct OH_Huks_Blob keyAlias, in HksHkdfDeriveTestNormalCase()
55 OH_Huks_Result HksHkdfDeriveTestCmpCase(const struct OH_Huks_Blob keyAlias, const struct OH_Huks_Pa… in HksHkdfDeriveTestCmpCase()
Dhuks_derive_pbkdf_test_common.cpp23 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_cipher_aes_test.cpp104 struct OH_Huks_Blob keyAlias = {strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias}; variable
134 struct OH_Huks_Blob keyAlias = {strlen(tmpKeyAlias), (uint8_t *)tmpKeyAlias}; variable
Dhuks_signverify_ed25519_test.cpp51 OH_Huks_Result HksTestSignVerify(struct OH_Huks_Blob *keyAlias, struct OH_Huks_ParamSet *paramSet, in HksTestSignVerify()
97 struct OH_Huks_Blob keyAlias = {strlen(keyAliasString), (uint8_t *)keyAliasString}; variable
Dhuks_agree_ecdh_test_common.cpp23 OH_Huks_Result HksEcdhAgreeFinish(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_Blob *p… in HksEcdhAgreeFinish()
53 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/huks/huks_js_api9/entry/src/ohosTest/js/test/
DSecurityHuksImportJsunit.test.js732 async function publicGenerateItemFunc(keyAlias, huksOptions) { argument
749 async function publicImportKeyItemFunc(keyAlias, HuksOptions) { argument
782 function importWrappedKeyItem(keyAlias, wrappingKeyAlias, huksOptions) { argument
798 async function publicImportWrappedKeyFunc(keyAlias, wrappingKeyAlias, huksOptions) { argument
815 async function publicImportWrappedKeyPromise(keyAlias, wrappingKeyAlias, huksOptions) { argument
918 async function cipherFunction(keyAlias, HuksOptions) { argument
925 async function agreeFunction(keyAlias, HuksOptions, huksPublicKey) { argument
970 async function generateAndExportPublicKey(keyAlias, HuksOptions, caller) { argument
993 async function EncryptImportedPlainKeyAndKek(keyAlias) { argument
DSecurityHuksCipherSM2CallbackJsunit.test.js58 async function publicGenerateKeyItemFunc(keyAlias, huksOptions) { argument
75 function generateKeyItem(keyAlias, huksOptions) { argument
125 async function publicImportKeyItem(keyAlias, huksOptions) { argument
151 function importKeyItem(keyAlias, huksOptions) { argument
DSecurityHuksCipherRSACallbackJsunit.test.js46 async function publicGenerateKeyItemFunc(keyAlias, huksOptions) { argument
63 function generateKeyItem(keyAlias, huksOptions) { argument
113 async function publicImportKeyItem(keyAlias, huksOptions) { argument
131 function importKeyItem(keyAlias, huksOptions) { argument
/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_delete_test.cpp71 struct HksBlob *keyAlias = NULL; variable
Dhks_exist_test.cpp71 struct HksBlob *keyAlias = NULL; variable
/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c636 struct HksBlob *keyAlias = NULL; in BaseTestCipher() local
690 struct HksBlob *keyAlias = NULL; in BaseTestEncrypt() local
742 struct HksBlob *keyAlias = NULL; in BaseTestDecrypt() local
Dhks_test_api_performance.c28 int32_t HksGenerateKeyRun(const struct HksBlob *keyAlias, const struct HksParamSet *paramSetIn, in HksGenerateKeyRun()
131 int32_t HksDeleteKeyRun(const struct HksBlob *keyAlias, uint32_t performTimes) in HksDeleteKeyRun()
137 int32_t HksKeyExistRun(const struct HksBlob *keyAlias, uint32_t performTimes) in HksKeyExistRun()

123