Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/bsp/microchip/same54/bsp/hal/src/
A Dhal_aes_sync.c109 ASSERT(descr && input && output); in aes_sync_ecb_crypt()
136 (*output)++; in aes_sync_cfb_crypt_first_unaligned_data()
158 output++; in aes_sync_cfb_crypt_last_unaligned_data()
177 output += (length & ~0xF); in aes_sync_cfb128_crypt()
198 output += (length & ~0x7); in aes_sync_cfb64_crypt()
229 output += (length & ~0x3); in aes_sync_cfb32_crypt()
251 output += (length & ~0x1); in aes_sync_cfb16_crypt()
282 output++; in aes_sync_ofb_crypt()
293 output += (length & ~0xF); in aes_sync_ofb_crypt()
303 output++; in aes_sync_ofb_crypt()
[all …]
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_pdma_drv.c452 pdma_output_config_t output; in pdma_fill_color() local
484 output.buffer = dst; in pdma_fill_color()
493 output.width = width; in pdma_fill_color()
494 output.height = height; in pdma_fill_color()
520 pdma_output_config_t output; in pdma_flip_rotate() local
570 output.width = height; in pdma_flip_rotate()
571 output.height = width; in pdma_flip_rotate()
577 output.width = width; in pdma_flip_rotate()
578 output.height = height; in pdma_flip_rotate()
657 output.width = width; in pdma_blit()
[all …]
/bsp/microchip/same54/bsp/hal/include/
A Dhal_aes_sync.h112 uint8_t *output);
128 uint8_t *output, uint32_t length, uint8_t iv[16]);
144 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
160 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
176 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
192 uint8_t *output, uint32_t length, uint8_t *iv, uint32_t *iv_ofst);
206 uint8_t *output, uint32_t length, uint8_t *iv);
259 … const uint8_t *input, uint8_t *output, uint32_t length, const uint8_t *iv,
278 …nc_gcm_auth_decrypt(struct aes_sync_descriptor *const descr, const uint8_t *input, uint8_t *output,
307 …aes_sync_gcm_update(struct aes_sync_descriptor *const descr, const uint8_t *input, uint8_t *output,
[all …]
A Dhpl_aes_sync.h102 uint8_t *output);
117 uint8_t *output, uint32_t length, uint8_t iv[16]);
133 uint8_t *output, uint32_t length, uint8_t *iv);
148 uint8_t *output, uint32_t length, uint8_t *iv);
163 uint8_t *output, uint32_t length, uint8_t *iv);
178 uint8_t *output, uint32_t length, uint8_t *iv);
192 uint8_t *output, uint32_t length, uint8_t *iv);
206 …b_crypt(struct _aes_sync_device *const dev, const uint8_t *input, uint8_t *output, uint32_t length,
244 … uint8_t *output, uint32_t length, const uint8_t *iv, uint32_t iv_len,
272 …2_t _aes_sync_gcm_update(struct _aes_sync_device *const dev, const uint8_t *input, uint8_t *output,
[all …]
/bsp/microchip/same54/bsp/hpl/aes/
A Dhpl_aes.c272 outptr = output; in _aes_sync_cbc_crypt()
314 outptr = output; in _aes_sync_cfb128_crypt()
359 outptr = output; in _aes_sync_cfb64_crypt()
403 outptr = output; in _aes_sync_cfb32_crypt()
525 outptr = output; in _aes_sync_ofb_crypt()
572 outptr = output; in _aes_sync_ctr_crypt()
823 outptr = output; in __aes_sync_gcm_update()
1023 dst = output; in __aes_sync_ccm_crypt_and_tag()
1067 dst = output; in __aes_sync_ccm_crypt_and_tag()
1149 dst = output; in __aes_sync_ccm_decrypt_and_tag()
[all …]
/bsp/cvitek/cv18xx_risc-v/
A Dgen_ld.py6 def generate_ldscript(input, output): argument
12 if os.path.exists(output):
13 os.remove(output)
21 …child = subprocess.Popen([gcc_cmd, '-E', '-P', '-x', 'c', input, '-o', output], stdout=subprocess.…
27 print(output, 'is generated from', input)
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Ddrv_fft.h73 …a_rfft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, size_t input_size, fxp32_t *output);
74 void csky_mca_cfft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, fxp32_t *output);
75 void csky_mca_rifft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, fxp32_t *output);
76 void csky_mca_cifft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, fxp32_t *output);
77 …ectrum_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, size_t input_size, fxp64_t *output);
A Dfft.h77 …a_rfft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, size_t input_size, fxp32_t *output);
78 void csky_mca_cfft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, fxp32_t *output);
79 void csky_mca_rifft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, fxp32_t *output);
80 void csky_mca_cifft_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, fxp32_t *output);
81 …ectrum_fxp32(csky_mca_fft_len_t fft_len, const fxp32_t *input, size_t input_size, fxp64_t *output);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_cryp.h240 uint8_t *input, uint32_t length, uint8_t *output);
244 uint32_t length, uint8_t *output);
248 uint32_t length, uint8_t *output);
252 uint32_t length, uint8_t *output);
255 uint8_t IV[8], uint32_t length, uint8_t *output);
259 uint32_t length, uint8_t *output);
262 uint8_t IV[8], uint32_t length, uint8_t *output);
/bsp/k230/
A DSConstruct10 def generate_ldscript(input, output):
15 if os.path.exists(output):
16 os.remove(output)
22 # gcc -E -P -x c $input -o $output
24 …child = subprocess.Popen([gcc_cmd, '-E', '-P', '-x', 'c', input, '-o', output], stdout=subprocess.…
26 …child = subprocess.Popen(gcc_cmd + f' -E -P -x c {input} -o {output}', stdout=subprocess.PIPE, std…
30 print(output, 'is generated from', input)
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_sec_sha.h156 void bflb_sha1_finish(struct bflb_device_s *dev, struct bflb_sha1_ctx_s *ctx, uint8_t *output);
165 void bflb_sha256_finish(struct bflb_device_s *dev, struct bflb_sha256_ctx_s *ctx, uint8_t *output);
174 void bflb_sha512_finish(struct bflb_device_s *dev, struct bflb_sha512_ctx_s *ctx, uint8_t *output);
268 uint8_t *output);
279 uint8_t *output);
290 uint8_t *output);
/bsp/nxp/lpc/lpc55sxx/lpc55s06_nxp_evk/board/MCUX_Config/board/
A Dboard.h110 #define LED_RED_INIT(output) … argument
114 … &(gpio_pin_config_t){kGPIO_DigitalOutput, (output)}); /*!< Enable target LED1 */ \
127 #define LED_BLUE_INIT(output) … argument
131 … &(gpio_pin_config_t){kGPIO_DigitalOutput, (output)}); /*!< Enable target LED1 */ \
143 #define LED_GREEN_INIT(output) \ argument
145 &(gpio_pin_config_t){kGPIO_DigitalOutput, (output)}) /*!< Enable target LED1 */
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_SHA1.h72 void SHA_encode (uint8_t *output, UINT32 *input, UINT32 len);
73 void SHA_memcpy (uint8_t *output,uint8_t *input, UINT32 len);
74 void SHA_memset (uint8_t *output, int value, UINT32 len);
A DHAL_SHA256.h27 void SHA_memcpy (uint8_t *output,uint8_t *input, UINT32 len);
28 void SHA_memset (uint8_t *output, int value, UINT32 len);
29 void SHA_encode (uint8_t *output, UINT32 *input, UINT32 len);
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_trgm_drv.h210 static inline void trgm_output_update_source(TRGM_Type *ptr, uint8_t output, uint8_t source) in trgm_output_update_source() argument
212 ptr->TRGOCFG[output] = (ptr->TRGOCFG[output] & ~TRGM_TRGOCFG_TRIGOSEL_MASK) in trgm_output_update_source()
223 static inline void trgm_output_config(TRGM_Type *ptr, uint8_t output, trgm_output_t *config) in trgm_output_config() argument
225 ptr->TRGOCFG[output] = TRGM_TRGOCFG_TRIGOSEL_SET(config->input) in trgm_output_config()
/bsp/cvitek/
A Dbuild.sh20 …DPT_PATH_KERNEL=$BSP_PATH/../../ DPT_BOARD_TYPE=$BOARD_TYPE DPT_PATH_OUTPUT=$BSP_PATH/output ./rtt…
29 …DPT_PATH_KERNEL=$BSP_PATH/../../ DPT_BOARD_TYPE=$BOARD_TYPE DPT_PATH_OUTPUT=$BSP_PATH/output ./rtt…
35 …DPT_PATH_KERNEL=$BSP_PATH/../../ DPT_BOARD_TYPE=duo256m DPT_PATH_OUTPUT=$BSP_PATH/output DPT_ARCH=…
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_gpio.h157 static inline void GPIO_WritePinOutput(GPIO_Type *base, uint32_t pin, uint8_t output) in GPIO_WritePinOutput() argument
159 if (output == 0U) in GPIO_WritePinOutput()
324 static inline void FGPIO_WritePinOutput(FGPIO_Type *base, uint32_t pin, uint8_t output) in FGPIO_WritePinOutput() argument
326 if (output == 0U) in FGPIO_WritePinOutput()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_gpio.h135 static inline void GPIO_WritePinOutput(GPIO_Type *base, uint32_t pin, uint8_t output) in GPIO_WritePinOutput() argument
137 if (output == 0U) in GPIO_WritePinOutput()
311 static inline void FGPIO_WritePinOutput(FGPIO_Type *base, uint32_t pin, uint8_t output) in FGPIO_WritePinOutput() argument
313 if (output == 0U) in FGPIO_WritePinOutput()
/bsp/Infineon/libraries/templates/PSOC62/board/
A DKconfig57 bool "Enable timer0 output pwm"
65 bool "Enable PWM0-PORT13 output pwm"
73 bool "Enable PWM0-PORT2 output pwm"
78 bool "Enable PWM0-PORT5 output pwm"
83 bool "Enable PWM0-PORT7 output pwm"
88 bool "Enable PWM0-PORT9 output pwm"
93 bool "Enable PWM0-PORT10 output pwm"
98 bool "Enable PWM0-PORT12 output pwm"
/bsp/Infineon/psoc6-cy8ckit-062-BLE/board/
A DKconfig57 bool "Enable timer0 output pwm"
65 bool "Enable PWM0-PORT13 output pwm"
73 bool "Enable PWM0-PORT2 output pwm"
78 bool "Enable PWM0-PORT5 output pwm"
83 bool "Enable PWM0-PORT7 output pwm"
88 bool "Enable PWM0-PORT9 output pwm"
93 bool "Enable PWM0-PORT10 output pwm"
98 bool "Enable PWM0-PORT12 output pwm"
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/board/
A DKconfig57 bool "Enable timer0 output pwm"
65 bool "Enable PWM0-PORT13 output pwm"
73 bool "Enable PWM0-PORT2 output pwm"
78 bool "Enable PWM0-PORT5 output pwm"
83 bool "Enable PWM0-PORT7 output pwm"
88 bool "Enable PWM0-PORT9 output pwm"
93 bool "Enable PWM0-PORT10 output pwm"
98 bool "Enable PWM0-PORT12 output pwm"
/bsp/Infineon/psoc6-cy8ckit-062s4/board/
A DKconfig57 bool "Enable timer0 output pwm"
65 bool "Enable PWM0-PORT13 output pwm"
73 bool "Enable PWM0-PORT2 output pwm"
78 bool "Enable PWM0-PORT5 output pwm"
83 bool "Enable PWM0-PORT7 output pwm"
88 bool "Enable PWM0-PORT9 output pwm"
93 bool "Enable PWM0-PORT10 output pwm"
98 bool "Enable PWM0-PORT12 output pwm"
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_bkpc.c70 void ald_bkpc_ldo_config(bkpc_ldo_output_t output, type_func_t state) in ald_bkpc_ldo_config() argument
72 assert_param(IS_BKPC_LDO_OUTPUT(output)); in ald_bkpc_ldo_config()
79 MODIFY_REG(BKPC->CR, BKPC_CR_LDO_VSEL_MSK, output << BKPC_CR_LDO_VSEL_POSS); in ald_bkpc_ldo_config()
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/
A Dhpm_romapi.h238 const uint8_t *input, uint8_t *output);
270 hpm_stat_t (*finalize)(sm3_context_t *ctx, uint8_t output[32]);
284 const uint8_t *input, uint8_t *output);
287 uint8_t *output, uint32_t length);
291 uint8_t *output, uint8_t *tag, uint32_t tag_len);
295 uint8_t *output, const uint8_t *tag, uint32_t tag_len);
942 static inline hpm_stat_t rom_sm3_finalize(sm3_context_t *ctx, uint8_t output[32]) in rom_sm3_finalize()
944 return ROM_API_TABLE_ROOT->sm3_api_if->finalize(ctx, output); in rom_sm3_finalize()
986 uint8_t *output) in rom_sm4_crypt_ecb() argument
988 return ROM_API_TABLE_ROOT->sm4_api_if->crypt_ecb(ctx, mode, length, input, output); in rom_sm4_crypt_ecb()
[all …]
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/
A Dhpm_romapi.h263 uint8_t *output);
275 uint8_t *output,
286 uint8_t *output,
309 hpm_stat_t (*finalize)(sm3_context_t *ctx, uint8_t output[32]);
323 const uint8_t *input, uint8_t *output);
326 uint8_t *output, uint32_t length);
330 uint8_t *output, uint8_t *tag, uint32_t tag_len);
334 uint8_t *output, const uint8_t *tag, uint32_t tag_len);
1015 static inline hpm_stat_t rom_sm3_finalize(sm3_context_t *ctx, uint8_t output[32]) in rom_sm3_finalize()
1017 return ROM_API_TABLE_ROOT->sm3_api_if->finalize(ctx, output); in rom_sm3_finalize()
[all …]

Completed in 61 milliseconds

12345678910>>...32