Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...132

/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp38 std::shared_ptr<Notification::NotificationUserInput> input = in DoSomethingInterestingWithMyAPI() local
/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp40 HcfResult CipherImpl::CipherUpdate(HcfBlob *input, HcfBlob *output) in CipherUpdate() argument
50 HcfResult CipherImpl::CipherDoFinal(HcfBlob *input, HcfBlob *output) in CipherDoFinal() argument
H A Dverify_impl.cpp38 HcfResult VerifyImpl::Update(HcfBlob *input) in Update() argument
56 HcfResult VerifyImpl::Recover(HcfBlob input, HcfBlob *output) in Recover() argument
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dmac.c84 static HcfResult Update(HcfMac *self, HcfBlob *input) in Update() argument
[all...]
H A Dmd.c82 static HcfResult Update(HcfMd *self, HcfBlob *input) in Update() argument
/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
/device/qemu/riscv32_virt/liteos_m/board/ui/
H A Dui_adapter.cpp63 InputDev *input = InputDev::GetInstance(); in InitHal() local
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiaware/source/
H A Dhal_wifiaware.c29 unsigned int HalCipherHashSha256(const char* input, unsigned int inputLen, unsigned char* hash, unsigned hashLen) in HalCipherHashSha256() argument
/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

Completed in 19 milliseconds

1...<<21222324252627282930>>...132