Home
last modified time | relevance | path

Searched refs:handleE (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_sm4_cipher_test_common.cpp27 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 Dhks_hkdf_derive_x25519_part2_test.cpp468 uint8_t handleE[sizeof(uint64_t)] = {0}; variable
469 struct HksBlob handleBlobE = { sizeof(uint64_t), handleE };
H A Dhks_import_wrapped_ecdh_suite_test.cpp418 uint8_t handleE[sizeof(uint64_t)] = {0}; variable
419 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
H A Dhks_ce_update_test.cpp383 uint8_t handleE[sizeof(uint64_t)] = {0}; in EncryptOnThreeStage() local
384 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE }; in EncryptOnThreeStage()
H A Dhks_change_storage_level_test.cpp208 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 Dhks_aes_cipher_test_common.cpp32 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 Dhks_aes_cipher_part3_test.cpp1047 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 Dhks_aes_cipher_part4_test.cpp452 uint8_t handleE[sizeof(uint64_t)] = {0}; variable
455 struct HksBlob handleEncrypt = { sizeof(uint64_t), handleE };
H A Dhks_aes_cipher_ccm_test.cpp539 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 Dhks_rsa_cipher_test_common.cpp24 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 Dhks_rsa_cipher_part5_test.cpp411 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 Dhks_sm2_cipher_test.cpp362 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 Dhuks-hmac-ndk.md83 uint8_t handleE[sizeof(uint64_t)] = {0};
84 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleE};
H A Dhuks-encryption-decryption-ndk.md151 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 Dkeystore_adapter_impl.cpp167 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 Dhuks-hmac-ndk.md83 uint8_t handleE[sizeof(uint64_t)] = {0};
84 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleE};
H A Dhuks-encryption-decryption-ndk.md151 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 Dthree_stage_multi_thread.cpp229 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 Dlnn_huks_utils.c570 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 Dwifi_encryption_util.cpp511 uint8_t handleE[sizeof(uint64_t)] = {0}; in CalculateHksHmac() local
512 struct HksBlob handle = {sizeof(uint64_t), handleE}; in CalculateHksHmac()