Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 78) sorted by relevance

1234

/bsp/efm32/Libraries/emlib/src/
A Dem_aes.c160 const uint8_t *key, in AES_CBC128()
298 const uint8_t *key, in AES_CBC256()
461 const uint8_t *key, in AES_CFB128()
556 const uint8_t *key, in AES_CFB256()
679 const uint8_t *key, in AES_CTR128()
763 const uint8_t *key, in AES_CTR256()
976 const uint8_t *key, in AES_ECB128()
1058 const uint8_t *key, in AES_ECB256()
1168 const uint8_t *key, in AES_OFB128()
1239 const uint8_t *key, in AES_OFB256()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_bkey_drv.h46 static inline void bkey_set_key_data(BKEY_Type *ptr, uint8_t key, uint8_t start, uint32_t *data, ui… in bkey_set_key_data()
64 static inline void bkey_get_key_data(BKEY_Type *ptr, uint8_t key, uint8_t start, uint32_t *data, ui… in bkey_get_key_data()
81 static inline void bkey_lock(BKEY_Type *ptr, uint8_t key, bkey_lock_type_t lock, uint16_t ecc) in bkey_lock()
96 static inline void bkey_select_key(BKEY_Type *ptr, uint8_t key) in bkey_select_key()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_l_c/
A Dpac.c70 const uint32_t key) in system_peripheral_lock()
105 const uint32_t key) in system_peripheral_lock_always()
139 const uint32_t key) in system_peripheral_unlock()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/pac/pac_sam_d_r_h/
A Dpac.c70 const uint32_t key) in system_peripheral_lock()
132 const uint32_t key) in system_peripheral_unlock()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_cryp_aes.c58 uint8_t CRYP_AES_ECB(CRYP_MODE_T mode, uint8_t *key, uint16_t keysize, in CRYP_AES_ECB()
228 uint8_t CRYP_AES_CBC(CRYP_MODE_T mode, uint8_t *key, uint16_t keysize, in CRYP_AES_CBC()
409 uint8_t CRYP_AES_CTR(CRYP_MODE_T mode, uint8_t *key, uint16_t keysize, in CRYP_AES_CTR()
A Dapm32f4xx_hash_md5.c142 uint8_t HMAC_ComputeMD5(uint8_t *key, uint32_t keylen, uint8_t *inBuffer, in HMAC_ComputeMD5()
A Dapm32f4xx_hash_sha1.c142 uint8_t HMAC_ComputeSHA1(uint8_t *key, uint32_t lenkey, uint8_t *inBuffer, in HMAC_ComputeSHA1()
/bsp/nxp/lpc/lpc178x/applications/
A Dapplication.c187 void key(rt_uint32_t key) in key() argument
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_keybd.c98 char key; in USBH_HID_KeyBD_Decode() local
150 void USBH_HID_KeyBD_Handle(uint8_t ctrl, char key) in USBH_HID_KeyBD_Handle()
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Dtee.h90 #define csi_tee_aes_encrypt_ecb(in, in_len, key, key_len, out) \ argument
104 #define csi_tee_aes_decrypt_ecb(in, in_len, key, key_len, out) \ argument
118 #define csi_tee_aes_encrypt_cbc(in, in_len, key, key_len, iv, out) \ argument
132 #define csi_tee_aes_decrypt_cbc(in, in_len, key, key_len, iv, out) \ argument
470 #define csi_tee_hmac_digest(in,in_len,key,key_len,out,type) \ argument
/bsp/simulator/drivers/
A Duart_console.c26 #define SAVEKEY(key) do { char ch = key; rt_ringbuffer_put_force(&(_console_uart.rb), &ch, 1); } w… argument
125 unsigned char key; local
/bsp/x86/drivers/
A Dkeyboard.c61 t_32 key = 0; in keyboard_read() local
337 rt_uint32_t key = 0; in rt_keyboard_getc() local
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Daes.c71 csi_error_t csi_aes_set_encrypt_key(csi_aes_t *aes, void *key, csi_aes_key_bits_t key_len) in csi_aes_set_encrypt_key()
107 csi_error_t csi_aes_set_decrypt_key(csi_aes_t *aes, void *key, csi_aes_key_bits_t key_len) in csi_aes_set_decrypt_key()
/bsp/CME_M7/StdPeriph_Driver/src/
A Dcmem7_efuse.c216 BOOL EFUSE_Compare(EFUSE_AesKey* key) { in EFUSE_Compare()
/bsp/microchip/same54/bsp/hal/include/
A Dhpl_aes_sync.h46 uint8_t key[32]; /*!< Key value 128/192/256 bits */ member
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/flash/
A Dbflb_sf_ctrl.c1209 void ATTR_TCM_SECTION bflb_sf_ctrl_aes_set_key(uint8_t region, uint8_t *key, uint8_t key_type) in bflb_sf_ctrl_aes_set_key()
1256 void ATTR_TCM_SECTION bflb_sf_ctrl_aes_set_key_be(uint8_t region, uint8_t *key, uint8_t key_type) in bflb_sf_ctrl_aes_set_key_be()
1374 void ATTR_TCM_SECTION bflb_sf_ctrl_aes_xts_set_key(uint8_t region, uint8_t *key, uint8_t key_type) in bflb_sf_ctrl_aes_xts_set_key()
1411 void ATTR_TCM_SECTION bflb_sf_ctrl_aes_xts_set_key_be(uint8_t region, uint8_t *key, uint8_t key_typ… in bflb_sf_ctrl_aes_xts_set_key_be()
/bsp/ck802/libraries/common/aes/
A Dck_aes.c126 static void aes_set_key(void *context, uint8_t *key, uint32_t keylen, uint32_t enc, uint32_t endian) in aes_set_key()
411 int32_t csi_aes_set_key(aes_handle_t handle, void *context, void *key, uint32_t key_len, aes_crypto… in csi_aes_set_key()
A Dck_aes.h47 __IOM uint32_t key[8]; /* Offset: 0x010 (R/W) Key 0~255 */ member
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h31 uint8_t *key; member
74 uint8_t *key; member
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c159 ald_status_t ald_crypt_write_key(crypt_handle_t *hperh, uint32_t * key, crypt_key_len_t len) in ald_crypt_write_key()
228 ald_status_t ald_crypt_read_key(crypt_handle_t *hperh, uint32_t * key, crypt_key_len_t len) in ald_crypt_read_key()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c109 ald_status_t ald_crypt_write_key(crypt_handle_t *hperh, uint32_t *key) in ald_crypt_write_key()
139 ald_status_t ald_crypt_read_key(crypt_handle_t *hperh, uint32_t *key) in ald_crypt_read_key()
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_keyboard.c46 uint32_t Status, Event, i, type, key; in KB_IrqHandle() local
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_flash.h50 const uint8_t *key; member
/bsp/samd21/sam_d2x_asflib/sam0/drivers/aes/
A Daes.c202 const uint32_t *key) in aes_write_key()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_algo_lib/inc/
A Dn32l40x_aes.h67 uint32_t *key; // the part of key member

Completed in 51 milliseconds

1234