/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_sm4_cipher_test_common.cpp | 27 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksSm4CipherTestEncrypt() local 28 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksSm4CipherTestEncrypt() 125 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksSm4CipherTestCaseGcm() local 126 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksSm4CipherTestCaseGcm()
|
H A D | hks_hkdf_derive_x25519_part2_test.cpp | 468 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 469 struct HksBlob handleBlobE = { sizeof(uint64_t), handleE };
|
H A D | hks_import_wrapped_ecdh_suite_test.cpp | 418 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 419 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
|
H A D | hks_ce_update_test.cpp | 383 uint8_t handleE[sizeof(uint64_t)] = {0}; in EncryptOnThreeStage() local 384 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in EncryptOnThreeStage()
|
H A D | hks_change_storage_level_test.cpp | 208 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksAesCipherTestEncrypt() local 209 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksAesCipherTestEncrypt()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/ |
H A D | hks_aes_cipher_test_common.cpp | 32 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksAesCipherTestEncrypt() local 33 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksAesCipherTestEncrypt() 63 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksAesCipherTestEncryptWithoutNonce() local 66 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksAesCipherTestEncryptWithoutNonce() 141 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksAesCipherTestParamAbsentCase() local 142 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksAesCipherTestParamAbsentCase() 517 uint8_t handleE[sizeof(uint64_t)] = {0}; 518 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; 589 uint8_t handleE[sizeof(uint64_t)] = {0}; 590 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
|
H A D | hks_aes_cipher_part3_test.cpp | 1047 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 1048 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; 1120 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 1121 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; 1171 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 1172 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
|
H A D | hks_aes_cipher_part4_test.cpp | 452 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 455 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
|
H A D | hks_aes_cipher_ccm_test.cpp | 539 uint8_t handleE[sizeof(uint64_t)] = {0}; in TestAesCcmAbort() local 540 struct HksBlob handle = { sizeof(uint64_t), handleE }; in TestAesCcmAbort() 611 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksAesCcmCipherTestEncrypt() local 612 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksAesCcmCipherTestEncrypt()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
H A D | hks_rsa_cipher_test_common.cpp | 24 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksRsaCipherTestEncryptAbnormal() local 25 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksRsaCipherTestEncryptAbnormal() 56 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksRsaCipherTestEncrypt() local 57 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksRsaCipherTestEncrypt()
|
H A D | hks_rsa_cipher_part5_test.cpp | 411 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 412 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; 483 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 484 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; 537 uint8_t handleE[sizeof(uint64_t)] = {0}; variable 538 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
|
H A D | hks_sm2_cipher_test.cpp | 362 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksSm2CipherTestEncrypt() local 363 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in HksSm2CipherTestEncrypt() 588 uint8_t handleE[sizeof(uint64_t)] = {0}; in HksSm2CipherTestEncryptByNdk() local 589 struct OH_Huks_Blob handleEncrypt = { sizeof(uint64_t), handleE }; in HksSm2CipherTestEncryptByNdk()
|
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-hmac-ndk.md | 83 uint8_t handleE[sizeof(uint64_t)] = {0}; 84 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleE};
|
H A D | huks-encryption-decryption-ndk.md | 151 uint8_t handleE[sizeof(uint64_t)] = {0}; 152 struct OH_Huks_Blob handleEncrypt = {sizeof(uint64_t), handleE};
|
/ohos5.0/base/web/webview/ohos_adapter/keystore_adapter/src/ |
H A D | keystore_adapter_impl.cpp | 167 uint8_t handleE[sizeof(uint64_t)] = {0}; in EncryptKey() local 168 struct HksBlob handleEncrypt = {sizeof(uint64_t), handleE}; in EncryptKey()
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-hmac-ndk.md | 83 uint8_t handleE[sizeof(uint64_t)] = {0}; 84 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleE};
|
H A D | huks-encryption-decryption-ndk.md | 151 uint8_t handleE[sizeof(uint64_t)] = {0}; 152 struct OH_Huks_Blob handleEncrypt = {sizeof(uint64_t), handleE};
|
/ohos5.0/base/security/huks/test/reliability/src/ |
H A D | three_stage_multi_thread.cpp | 229 uint8_t handleE[sizeof(uint64_t)] = { 0 }; in ThreeStageTest() local 230 struct HksBlob handleBlob = { sizeof(uint64_t), handleE }; in ThreeStageTest()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_huks_utils.c | 570 uint8_t handleE[sizeof(uint64_t)] = {0}; in LnnEncryptDataByHuks() local 571 struct HksBlob handleEncrypt = {sizeof(uint64_t), handleE}; in LnnEncryptDataByHuks() 646 uint8_t handleE[sizeof(uint64_t)] = {0}; in LnnCeEncryptDataByHuks() local 647 struct HksBlob handleEncrypt = {sizeof(uint64_t), handleE}; in LnnCeEncryptDataByHuks()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_encryption_util.cpp | 511 uint8_t handleE[sizeof(uint64_t)] = {0}; in CalculateHksHmac() local 512 struct HksBlob handle = {sizeof(uint64_t), handleE}; in CalculateHksHmac()
|