Home
last modified time | relevance | path

Searched defs:tmpKey (Results 1 – 11 of 11) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_cross_test.cpp162 char tmpKey[] = "HksCrossTestRsaCipher001_new"; variable
210 char tmpKey[] = "HksCrossTestRsaCipher002_new"; variable
260 char tmpKey[] = "HksCrossTestDsaSignVerify001_new"; variable
304 char tmpKey[] = "HksCrossTestDsaSignVerify002_new"; variable
351 char tmpKey[] = "HksCrossTestEccSignVerify001_new"; variable
396 char tmpKey[] = "HksCrossTestEccSignVerify002_new"; variable
440 char tmpKey[] = "HksCrossTestEd25519SignVerify001_new"; variable
484 char tmpKey[] = "HksCrossTestEd25519SignVerify002_new"; variable
528 char tmpKey[] = "HksCrossTestRsaSignVerify001_new"; variable
572 char tmpKey[] = "HksCrossTestRsaSignVerify002_new"; variable
Dhks_check_auth_part_test.cpp382 char tmpKey[] = "NewKeyAlias"; in CheckImportAuthTest() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_hmac_helper.c28 uint8_t *tmpKey = (uint8_t *)malloc(keySizeByte); in HmacGenerateKey() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_common.c32 uint8_t *tmpKey = (uint8_t *)HksMalloc(keySizeByte); in HksOpensslGenerateRandomKey() local
Dhks_openssl_ed25519tox25519.c283 uint8_t tmpKey[P_BYTES] = {0}; in FillPubKeyByZero() local
295 uint8_t tmpKey[P_BYTES] = {0}; in BnOperationOfPubKeyConversion() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
Dhks_rsa_cipher_part5_test.cpp406 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; variable
479 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; variable
533 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; variable
Dhks_rsa_cipher_test_common.cpp126 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; in HksRsaCipherTestCase() local
162 char tmpKey[] = "RSA_Encrypt_Decrypt_KeyAlias"; in HksRsaCipherTestCaseAbnormal() local
Dhks_sm2_cipher_test.cpp434 char tmpKey[] = "SM2_Encrypt_Decrypt_KeyAlias"; in HksSm2CipherTestRun() local
635 char tmpKey[] = "SM2_Encrypt_Decrypt_KeyAlias"; in HksSm2CipherTestRunByNdk() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_keyblob_lite.c278 struct HksBlob tmpKey = { 0, NULL }; in GetRawKeyMaterial() local
Dhks_keyblob.c343 struct HksBlob tmpKey = { 0, NULL }; in BuildKeyBlobWithKeyParam() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_crypt.cpp79 uint8_t* tmpKey = new (std::nothrow) uint8_t[keySizeByte]; in DlpOpensslGenerateRandomKey() local