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/ |
| D | hks_upgrade_key_test.cpp | 171 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/ |
| D | hks_add_ece_ce_path_test.cpp | 269 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/ |
| D | hks_compatibility_test.cpp | 135 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/ |
| D | hks_compatibility_module_test.cpp | 150 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/ |
| D | hks_openssl_sm2.c | 492 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/ |
| D | huks_adapter.c | 292 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local 368 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local
|