Home
last modified time | relevance | path

Searched refs:input (Results 1 - 25 of 104) sorted by relevance

12345

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Daes.h59 #define MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH -0x0022 /**< Invalid data input length. */
62 #define MBEDTLS_ERR_AES_BAD_INPUT_DATA -0x0021 /**< Invalid input data. */
241 * (encrypt or decrypt), on the input data buffer defined in
242 * the \p input parameter.
252 * \param input The buffer holding the input data.
261 const unsigned char input[16],
270 * parameter (encrypt/decrypt), on the input data buffer defined in
271 * the \p input parameter.
273 * It can be called as many times as needed, until all the input
[all...]
H A Dcipher_internal.h51 const unsigned char *input, unsigned char *output );
56 unsigned char *iv, const unsigned char *input,
63 unsigned char *iv, const unsigned char *input,
71 const unsigned char *input,
79 const unsigned char *input, unsigned char *output );
86 const unsigned char *input, unsigned char *output );
92 const unsigned char *input, unsigned char *output );
H A Daria.h54 #define MBEDTLS_ERR_ARIA_BAD_INPUT_DATA -0x005C /**< Bad input data. */
56 #define MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH -0x005E /**< Invalid data input length. */
150 * the key was set for encryption on decryption) on the input
151 * data buffer defined in the \p input parameter.
159 * \param input The 16-Byte buffer holding the input data.
166 const unsigned char input[MBEDTLS_ARIA_BLOCKSIZE],
175 * parameter (encrypt/decrypt), on the input data buffer defined in
176 * the \p input parameter.
178 * It can be called as many times as needed, until all the input
[all...]
H A Dblowfish.h48 #define MBEDTLS_ERR_BLOWFISH_BAD_INPUT_DATA -0x0016 /**< Bad input data. */
50 #define MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH -0x0018 /**< Invalid data input length. */
119 * \param input The input block. This must be a readable buffer
129 const unsigned char input[MBEDTLS_BLOWFISH_BLOCKSIZE],
149 * \param length The length of the input data in Bytes. This must be
153 * \param input The input data. This must be a readable buffer of length
165 const unsigned char *input,
186 * \param length The length of the input dat
[all...]
H A Dcamellia.h44 #define MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA -0x0024 /**< Bad input data. */
46 #define MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH -0x0026 /**< Invalid data input length. */
130 * \param input The input block. This must be a readable buffer
140 const unsigned char input[16],
159 * \param length The length in Bytes of the input data \p input.
164 * \param input The buffer holding the input data. This must point to a
176 const unsigned char *input,
[all...]
H A Dccm.h60 #define MBEDTLS_ERR_CCM_BAD_INPUT -0x000D /**< Bad input parameters to the function. */
135 * \param length The length of the input data in Bytes.
146 * \param input The buffer holding the input data. If \p length is greater
147 * than zero, \p input must be a readable buffer of at least
163 const unsigned char *input, unsigned char *output,
181 * \param length The length of the input data in Bytes.
191 * \param input The buffer holding the input data. If \p length is greater
192 * than zero, \p input mus
[all...]
H A Dmd5.h127 * \param input buffer holding the data
128 * \param ilen length of the input data
138 const unsigned char *input,
199 * \param input buffer holding the data
200 * \param ilen length of the input data
208 const unsigned char *input,
247 * \brief Output = MD5( input buffer )
249 * \param input buffer holding the data
250 * \param ilen length of the input data
260 int mbedtls_md5_ret( const unsigned char *input,
[all...]
H A Dmd4.h127 * \param input buffer holding the data
128 * \param ilen length of the input data
138 const unsigned char *input,
199 * \param input buffer holding the data
200 * \param ilen length of the input data
208 const unsigned char *input,
247 * \brief Output = MD4( input buffer )
249 * \param input buffer holding the data
250 * \param ilen length of the input data
260 int mbedtls_md4_ret( const unsigned char *input,
[all...]
H A Dmd2.h128 * \param input buffer holding the data
129 * \param ilen length of the input data
139 const unsigned char *input,
198 * \param input buffer holding the data
199 * \param ilen length of the input data
207 const unsigned char *input,
244 * \brief Output = MD2( input buffer )
246 * \param input buffer holding the data
247 * \param ilen length of the input data
255 int mbedtls_md2_ret( const unsigned char *input,
[all...]
H A Dsha1.h45 #define MBEDTLS_ERR_SHA1_BAD_INPUT_DATA -0x0073 /**< SHA-1 input data was malformed. */
133 * \brief This function feeds an input buffer into an ongoing SHA-1
142 * \param input The buffer holding the input data.
144 * \param ilen The length of the input data \p input in Bytes.
150 const unsigned char *input,
211 * \brief This function feeds an input buffer into an ongoing SHA-1
222 * \param input The buffer holding the input dat
[all...]
H A Dripemd160.h99 * \param input buffer holding the data
100 * \param ilen length of the input data
105 const unsigned char *input,
152 * \param input buffer holding the data
153 * \param ilen length of the input data
157 const unsigned char *input,
188 * \brief Output = RIPEMD-160( input buffer )
190 * \param input buffer holding the data
191 * \param ilen length of the input data
196 int mbedtls_ripemd160_ret( const unsigned char *input,
[all...]
H A Dsha512.h40 #define MBEDTLS_ERR_SHA512_BAD_INPUT_DATA -0x0075 /**< SHA-512 input data was malformed. */
112 * \brief This function feeds an input buffer into an ongoing
117 * \param input The buffer holding the input data. This must
119 * \param ilen The length of the input data in Bytes.
125 const unsigned char *input,
177 * \brief This function feeds an input buffer into an ongoing
184 * \param input The buffer holding the data. This must be a readable
186 * \param ilen The length of the input data in Bytes.
189 const unsigned char *input,
[all...]
H A Dsha256.h41 #define MBEDTLS_ERR_SHA256_BAD_INPUT_DATA -0x0074 /**< SHA-256 input data was malformed. */
111 * \brief This function feeds an input buffer into an ongoing
116 * \param input The buffer holding the data. This must be a readable
118 * \param ilen The length of the input data in Bytes.
124 const unsigned char *input,
177 * \brief This function feeds an input buffer into an ongoing
184 * \param input The buffer holding the data. This must be a readable
186 * \param ilen The length of the input data in Bytes.
189 const unsigned char *input,
231 * output = SHA-256(input buffe
[all...]
H A Drsa.h49 #define MBEDTLS_ERR_RSA_BAD_INPUT_DATA -0x4080 /**< Bad input parameters to function. */
518 * \param input The input buffer. This must be a readable buffer
527 * \note Make sure to set \p input[0] = 0 or ensure that
528 * input is smaller than \p N.
534 const unsigned char *input,
557 * \param input The input buffer. This must be a readable buffer
571 const unsigned char *input,
603 * \param input Th
[all...]
H A Dcmac.h79 * the input data.
97 * \brief This function feeds an input buffer into an ongoing CMAC
105 * \param input The buffer holding the input data.
106 * \param ilen The length of the input data.
113 const unsigned char *input, size_t ilen );
151 * on the input buffer with the provided key.
157 * output = generic CMAC(cmac key, input buffer).
163 * \param input The buffer holding the input dat
[all...]
H A Dmd_internal.h65 int (*update_func)( void *ctx, const unsigned char *input, size_t ilen );
71 int (*digest_func)( const unsigned char *input, size_t ilen,
84 int (*process_func)( void *ctx, const unsigned char *input );
H A Ddes.h44 #define MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH -0x0032 /**< The data input has an invalid length. */
240 * \param input 64-bit input block
250 const unsigned char input[8],
267 * \param length length of the input data
269 * \param input buffer holding the input data
280 const unsigned char *input,
288 * \param input 64-bit input bloc
[all...]
H A Dmd.h39 #define MBEDTLS_ERR_MD_BAD_INPUT_DATA -0x5100 /**< Bad input parameters to function. */
275 * \brief This function feeds an input buffer into an ongoing
283 * \param input The buffer holding the input data.
284 * \param ilen The length of the input data.
290 int mbedtls_md_update( mbedtls_md_context_t *ctx, const unsigned char *input, size_t ilen );
318 * Output = message_digest(input buffer).
322 * \param input The buffer holding the data.
323 * \param ilen The length of the input data.
330 int mbedtls_md( const mbedtls_md_info_t *md_info, const unsigned char *input, size_
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_math.c20 u32 _mali_osk_clz(u32 input) in _mali_osk_clz() argument
22 return 0X20 - fls(input); in _mali_osk_clz()
25 u32 _mali_osk_fls(u32 input) in _mali_osk_fls() argument
27 return fls(input); in _mali_osk_fls()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_math.c19 u32 _mali_osk_clz(u32 input) in _mali_osk_clz() argument
21 return 32 - fls(input); in _mali_osk_clz()
24 u32 _mali_osk_fls(u32 input) in _mali_osk_fls() argument
26 return fls(input); in _mali_osk_fls()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c540 struct input_dev *input = hidinput->input; in hidinput_configure_usage() local
541 struct hid_device *device = input_get_drvdata(input); in hidinput_configure_usage()
576 set_bit(EV_REP, input->evbit); in hidinput_configure_usage()
770 set_bit(REL_WHEEL, input->relbit); in hidinput_configure_usage()
856 __set_bit(INPUT_PROP_POINTER, input->propbit); in hidinput_configure_usage()
858 __set_bit(INPUT_PROP_DIRECT, input->propbit); in hidinput_configure_usage()
866 if (!test_bit(BTN_TOUCH, input->keybit)) { in hidinput_configure_usage()
868 set_bit(EV_KEY, input->evbit); in hidinput_configure_usage()
869 set_bit(BTN_TOUCH, input in hidinput_configure_usage()
1723 hidinput_handle_scroll(struct hid_usage *usage, struct input_dev *input, __s32 value) hidinput_handle_scroll() argument
1758 struct input_dev *input; hidinput_hid_event() local
[all...]
/device/soc/rockchip/common/vendor/drivers/input/
H A Drockchip_pwm_remotectl.c15 #include <linux/input.h>
77 struct input_dev *input; member
232 input_event(ddata->input, EV_KEY, ddata->keycode, 1); in rk_pwm_remotectl_do_something()
233 input_sync(ddata->input); in rk_pwm_remotectl_do_something()
256 input_event(ddata->input, EV_KEY, ddata->keycode, 0); in rk_pwm_remotectl_do_something()
257 input_sync(ddata->input); in rk_pwm_remotectl_do_something()
275 input_event(ddata->input, EV_KEY, ddata->keycode, 0); in rk_pwm_remotectl_timer()
276 input_sync(ddata->input); in rk_pwm_remotectl_timer()
549 static inline void rk_pwm_wakeup(struct input_dev *input) in rk_pwm_wakeup() argument
551 input_event(input, EV_KE in rk_pwm_wakeup()
561 struct input_dev *input; rk_pwm_probe() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c15 #include <linux/input.h>
80 struct input_dev *input; member
243 input_event(ddata->input, EV_KEY, in rk_pwm_remotectl_do_something()
245 input_sync(ddata->input); in rk_pwm_remotectl_do_something()
274 input_event(ddata->input, EV_KEY, in rk_pwm_remotectl_do_something()
276 input_sync(ddata->input); in rk_pwm_remotectl_do_something()
294 input_event(ddata->input, EV_KEY, ddata->keycode, 0); in rk_pwm_remotectl_timer()
295 input_sync(ddata->input); in rk_pwm_remotectl_timer()
566 static inline void rk_pwm_wakeup(struct input_dev *input) in rk_pwm_wakeup() argument
568 input_event(input, EV_KE in rk_pwm_wakeup()
578 struct input_dev *input; rk_pwm_probe() local
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/
H A Doam_main.c58 hi_s32 input; in store_log_level_set() local
63 input = oal_atoi(buf); in store_log_level_set()
64 if (input < 0 || input > 5) { /* input must range [0 5] */ in store_log_level_set()
68 g_level_log = (hi_u32)input; in store_log_level_set()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gt911/
H A Dgt911.c20 #include <linux/input.h>
21 #include <linux/input/mt.h>
159 static void tp_report_by_slot(struct input_dev *input, hi_u16 *pretouch, hi_s32 fingernum) in tp_report_by_slot() argument
184 tp_touch_down(input, id, input_x, input_y, input_w); in tp_report_by_slot()
194 tp_touch_up(input, i); in tp_report_by_slot()
200 static void tp_report_by_point(struct input_dev *input, hi_u16 *pretouch, hi_s32 fingernum) in tp_report_by_point() argument
222 tp_touch_down(input, id, input_x, input_y, input_w); in tp_report_by_point()
225 tp_touch_up(input, 0); in tp_report_by_point()
231 static hi_s32 tp_event_handler(struct input_dev *input) in tp_event_handler() argument
255 tp_report_by_slot(input, in tp_event_handler()
328 struct input_dev *input = g_ts_dev; tp_ts_work_func() local
[all...]

Completed in 22 milliseconds

12345