Home
last modified time | relevance | path

Searched defs:cipherBlob (Results 1 – 8 of 8) 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_ce_update_test.cpp381 struct HksBlob *plainBlob, struct HksBlob *cipherBlob, bool expectSuccess) in EncryptOnThreeStage()
401 struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob, bool expectSuccess) in DecryptOnThreeStage()
517 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
557 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
593 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
647 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
Dhks_backup_test.cpp242 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText }; variable
293 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.cpp206 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
249 struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in TestDoEncrypt()
266 struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob) in TestDoDecrypt()
303 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
450 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.c448 const struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in HksOpensslSm2Encrypt()
468 const struct HksBlob *cipherBlob, struct HksBlob *plainBlob) in HksOpensslSm2Decrypt()
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
Dhcfciphercreate_fuzzer.cpp88 HcfBlob cipherBlob = { .data = cipherText, .len = cipherTextLen }; in AesDecrypt() local
184 HcfBlob cipherBlob = { .data = cipherText, .len = cipherTextLen }; in Sm4Decrypt() local
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/
Dhks_compatibility_module_test.cpp309 uint32_t encParamsCnt, struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in TestDoServiceEncryptWithOtherUid()
339 uint32_t decParamsCnt, struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob) in TestDoServiceDecryptWithOtherUid()
438 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c516 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local
544 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local