| /base/security/crypto_framework/plugin/mbedtls_plugin/md/src/ |
| H A D | mbedtls_md.c | 57 static HcfResult MbedtlsEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in MbedtlsEngineUpdateMd() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/hmac/src/ |
| H A D | mac_openssl.c | 98 static HcfResult OpensslEngineUpdateMac(HcfMacSpi *self, HcfBlob *input) in OpensslEngineUpdateMac() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/ |
| H A D | md_openssl.c | 68 static HcfResult OpensslEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in OpensslEngineUpdateMd() argument
|
| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_brainpool_no_length_sign_test.cpp | 411 HcfBlob input = { in HWTEST_F() local 440 HcfBlob input = { in HWTEST_F() local 603 HcfBlob input = { in HWTEST_F() local 635 HcfBlob input = { in HWTEST_F() local 706 HcfBlob input in HWTEST_F() local 723 HcfBlob input = { HWTEST_F() local 752 HcfBlob input = { HWTEST_F() local [all...] |
| H A D | crypto_sm2_cipher_test.cpp | 315 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan) + 1}; in HWTEST_F() local 346 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan) + 1}; in HWTEST_F() local 402 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan) + 1}; in HWTEST_F() local 470 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local 500 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local 636 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan) + 1}; HWTEST_F() local 755 HcfBlob input = { HWTEST_F() local 793 HcfBlob input = { HWTEST_F() local 814 HcfBlob input = { HWTEST_F() local 836 HcfBlob input = { HWTEST_F() local 1182 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan) + 1}; HWTEST_F() local [all...] |
| H A D | crypto_signature_exception_test.cpp | 86 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local
|
| H A D | crypto_sm4_cipher_test.cpp | 1042 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local 1091 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local 1113 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local 1132 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local 1150 HcfBlob input = { HWTEST_F() local 1172 HcfBlob input = { HWTEST_F() local 1193 HcfBlob input = { HWTEST_F() local [all...] |
| H A D | sm4_common.cpp | 73 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in Sm4EncryptWithInput() argument 119 HcfBlob input = { .data = cipherText, .len = cipherTextLen }; in Sm4DecryptEmptyMsg() local 146 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in Sm4Encrypt() local 189 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; in Sm4Decrypt() local 236 HcfBlob input in Sm4NoUpdateEncrypt() local 266 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; Sm4NoUpdateDecrypt() local [all...] |
| /base/security/crypto_framework/test/unittest/src/ecc/ |
| H A D | crypto_ecc_sign_test.cpp | 1358 HcfBlob input = { in HWTEST_F() local 1381 HcfBlob input = { in HWTEST_F() local
|
| /base/security/crypto_framework/test/unittest/src/native/ |
| H A D | native_sym_cipher_test.cpp | 56 Crypto_DataBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in AesEncrypt() local 100 Crypto_DataBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; in AesDecrypt() local
|
| /base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/ |
| H A D | sec_comp_enhance_adapter_test.cpp | 101 OHOS::MessageParcel input; in HWTEST_F() local
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
| H A D | hks_session_max_test.cpp | 120 struct HksBlob input = { sizeof(tmpInput), tmpInput }; in SessionMaxTest() local 172 struct HksBlob input = { sizeof(tmpInput), tmpInput }; in HWTEST_F() local
|
| /base/security/selinux_adapter/framework/tools/hap_restorecon/ |
| H A D | test.cpp | 65 static void SetOptions(int argc, char *argv[], const option *options, TestInput &input) in SetOptions() argument
|
| /base/security/selinux_adapter/framework/tools/service_check/ |
| H A D | test.cpp | 66 static void SetOptions(int argc, char *argv[], const option *options, TestInput &input) in SetOptions() argument 225 TestInput input; main() local [all...] |
| /base/update/packaging_tools/zipalign/src/main/java/com/ohos/ |
| H A D | ZipAlign.java | 43 private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOException { in copyFileAndAlignment() argument
|
| /base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/ |
| H A D | ZipAlign.java | 43 private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOException { in copyFileAndAlignment() argument
|
| /base/update/updater/test/unittest/utils/ |
| H A D | utils_unittest.cpp | 70 string input = "";
in HWTEST_F() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_model.h | 20 struct ixgbe_fdir_filter *input; member 28 static inline int ixgbe_mat_prgm_sip(struct ixgbe_fdir_filter *input, in ixgbe_mat_prgm_sip() argument 37 static inline int ixgbe_mat_prgm_dip(struct ixgbe_fdir_filter *input, in ixgbe_mat_prgm_dip() argument 54 static inline int ixgbe_mat_prgm_ports(struct ixgbe_fdir_filter *input, in ixgbe_mat_prgm_ports() argument
|
| /kernel/linux/linux-6.6/arch/arm64/hyperv/ |
| H A D | hv_core.c | 24 u64 hv_do_hypercall(u64 control, void *input, void *output) in hv_do_hypercall() argument 45 u64 hv_do_fast_hypercall8(u16 code, u64 input) in hv_do_fast_hypercall8() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_rename.c | 26 static void *producer(void *input) in producer() argument 109 static void *consumer(void *input) in consumer() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ringbuf.c | 77 static void *poll_thread(void *input) in poll_thread() argument
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-cypress.c | 119 struct input_dev *input = field->hidinput->input; in cp_event() local
|
| H A D | hid-mf.c | 68 struct hid_input *input; in mf_init() local
|
| H A D | hid-saitek.c | 154 struct input_dev *input = field->hidinput->input; in saitek_event() local
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| H A D | bt866.c | 88 bt866_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) bt866_s_routing() argument
|