Searched defs:cipherBlob (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/upgrade_key_test/src/ |
H A D | hks_upgrade_key_test.cpp | 169 struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in TestDoEncrypt() 186 struct HksBlob *cipherBlob, struct HksBlob *decryptedBlob) in TestDoDecrypt() 249 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText}; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_ce_update_test.cpp | 381 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
|
H A D | hks_backup_test.cpp | 242 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText }; variable 293 struct HksBlob cipherBlob = { .size = HKS_ARRAY_SIZE(cipherText), .data = cipherText }; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/ |
H A D | hks_compatibility_test.cpp | 206 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
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_sm2.c | 468 const struct HksBlob *plainBlob, struct HksBlob *cipherBlob) in HksOpensslSm2Encrypt() 488 const struct HksBlob *cipherBlob, struct HksBlob *plainBlob) in HksOpensslSm2Decrypt()
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/ |
H A D | hks_compatibility_module_test.cpp | 309 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
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1031 struct HksBlob cipherBlob = { outCipher->length, outCipher->val }; in AesGcmEncrypt() local 1118 struct HksBlob cipherBlob = { cipher->length, cipher->val }; in AesGcmDecrypt() local
|