Home
last modified time | relevance | path

Searched defs:input (Results 501 - 525 of 3231) sorted by relevance

1...<<21222324252627282930>>...130

/base/security/crypto_framework/plugin/mbedtls_plugin/md/src/
H A Dmbedtls_md.c57 static HcfResult MbedtlsEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in MbedtlsEngineUpdateMd() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/hmac/src/
H A Dmac_openssl.c98 static HcfResult OpensslEngineUpdateMac(HcfMacSpi *self, HcfBlob *input) in OpensslEngineUpdateMac() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/
H A Dmd_openssl.c68 static HcfResult OpensslEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in OpensslEngineUpdateMd() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_brainpool_no_length_sign_test.cpp411 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 Dcrypto_sm2_cipher_test.cpp315 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 Dcrypto_signature_exception_test.cpp86 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan)}; in HWTEST_F() local
H A Dcrypto_sm4_cipher_test.cpp1042 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 Dsm4_common.cpp73 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 Dcrypto_ecc_sign_test.cpp1358 HcfBlob input = { in HWTEST_F() local
1381 HcfBlob input = { in HWTEST_F() local
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp56 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 Dsec_comp_enhance_adapter_test.cpp101 OHOS::MessageParcel input; in HWTEST_F() local
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_session_max_test.cpp120 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 Dtest.cpp65 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 Dtest.cpp66 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 DZipAlign.java43 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 DZipAlign.java43 private static void copyFileAndAlignment(File input, File tmpOutput, int alignment) throws IOException { in copyFileAndAlignment() argument
/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp70 string input = ""; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h20 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 Dhv_core.c24 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 Dbench_rename.c26 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 Dringbuf.c77 static void *poll_thread(void *input) in poll_thread() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-cypress.c119 struct input_dev *input = field->hidinput->input; in cp_event() local
H A Dhid-mf.c68 struct hid_input *input; in mf_init() local
H A Dhid-saitek.c154 struct input_dev *input = field->hidinput->input; in saitek_event() local
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dbt866.c88 bt866_s_routing(struct v4l2_subdev *sd, u32 input, u32 output, u32 config) bt866_s_routing() argument

Completed in 15 milliseconds

1...<<21222324252627282930>>...130