Home
last modified time | relevance | path

Searched defs:cipherBlob (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/module_test/upgrade_key_test/src/
Dhks_upgrade_key_test.cpp171 struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in TestDoEncrypt()
188 struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob) in TestDoDecrypt()
251 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_add_ece_ce_path_test.cpp269 struct HksBlob *cipherBlob, bool expectSuccess) in EncryptOnThreeStage()
288 …tic void DecryptOnThreeStage(const struct HksParamSet *decryptParamSet, struct HksBlob *cipherBlob, in DecryptOnThreeStage()
391 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
441 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
487 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
550 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/
Dhks_compatibility_test.cpp135 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
178 struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in TestDoEncrypt()
195 struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob) in TestDoDecrypt()
232 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
379 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/
Dhks_compatibility_module_test.cpp150 uint32_t encParamsCnt, struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in TestDoServiceEncryptWithOtherUid()
179 uint32_t decParamsCnt, struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob) in TestDoServiceDecryptWithOtherUid()
275 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_sm2.c492 const struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in HksOpensslSm2Encrypt()
512 const struct HksBlob *cipherBlob, struct HksBlob *plainBlob) in HksOpensslSm2Decrypt()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c292 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local
368 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local