Home
last modified time | relevance | path

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

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c377 static void ltc_set_key(LTC_Type *base, const uint8_t *key, uint8_t keySize) in ltc_set_key()
396 static void ltc_get_key(LTC_Type *base, uint8_t *key, uint8_t keySize) in ltc_get_key()
497 const uint8_t *key, in ltc_symmetric_alg_state()
544 const uint8_t *key, in ltc_symmetric_update()
566 const uint8_t *key, in ltc_symmetric_final()
588 const uint8_t *key, in ltc_symmetric_init()
609 const uint8_t *key, in ltc_symmetric_init_final()
1120 const uint8_t *key, in ltc_aes_decrypt_ecb()
1196 …ase, const uint8_t *plaintext, uint8_t *ciphertext, uint32_t size, const uint8_t *key, uint32_t ke… in LTC_AES_EncryptEcb()
1241 const uint8_t *key, in LTC_AES_DecryptEcb()
[all …]
Dfsl_ltc_edma.c356 const uint8_t *key, in LTC_AES_EncryptEcbEDMA()
409 const uint8_t *key, in LTC_AES_DecryptEcbEDMA()
470 const uint8_t *key, in LTC_AES_EncryptCbcEDMA()
530 const uint8_t *key, in LTC_AES_DecryptCbcEDMA()
607 const uint8_t *key, in LTC_AES_CryptCtrEDMA()
748 uint8_t key[LTC_DES_KEY_SIZE * 3]; in ltc_3des_process_EDMA() local
Dfsl_ltc_edma.h59 const uint8_t *key; /*!< Input key to use for forward AES cipher*/ member
230 #define LTC_AES_DecryptCtrEDMA(base, handle, input, output, size, counter, key, keySize, counterlas… argument
234 #define LTC_AES_EncryptCtrEDMA(base, handle, input, output, size, counter, key, keySize, counterlas… argument
Dfsl_ltc.h385 #define LTC_AES_DecryptCtr(base, input, output, size, counter, key, keySize, counterlast, szLeft) \ argument
389 #define LTC_AES_EncryptCtr(base, input, output, size, counter, key, keySize, counterlast, szLeft) \ argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c825 const uint8_t *key, in caam_aes_gcm_non_blocking()
917 const uint8_t *key, in caam_aes_ccm_check_input_args()
1065 const uint8_t *key, in caam_aes_ccm_non_blocking()
1203 const uint8_t *key, in CAAM_AES_EncryptTagCcmNonBlocking()
1245 const uint8_t *key, in CAAM_AES_DecryptTagCcmNonBlocking()
1319 const uint8_t *key, in CAAM_AES_CryptCtrNonBlocking()
1434 const uint8_t *key, in CAAM_AES_EncryptEcbNonBlocking()
1487 const uint8_t *key, in CAAM_AES_DecryptEcbNonBlocking()
1555 const uint8_t *key, in CAAM_AES_EncryptCbcNonBlocking()
1624 const uint8_t *key, in CAAM_AES_DecryptCbcNonBlocking()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_controller.c268 status_t FTFx_CMD_Erase(ftfx_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FTFx_CMD_Erase()
332 status_t FTFx_CMD_EraseSectorNonBlocking(ftfx_config_t *config, uint32_t start, uint32_t key) in FTFx_CMD_EraseSectorNonBlocking()
365 status_t FTFx_CMD_EraseAll(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAll()
406 status_t FTFx_CMD_EraseAllUnsecure(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAllUnsecure()
447 status_t FTFx_CMD_EraseAllExecuteOnlySegments(ftfx_config_t *config, uint32_t key) in FTFx_CMD_EraseAllExecuteOnlySegments()
1366 static status_t ftfx_check_user_key(uint32_t key) in ftfx_check_user_key()
Dfsl_ftfx_flash.c238 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
262 status_t FLASH_EraseSectorNonBlocking(flash_config_t *config, uint32_t start, uint32_t key) in FLASH_EraseSectorNonBlocking()
284 status_t FLASH_EraseAll(flash_config_t *config, uint32_t key) in FLASH_EraseAll()
293 status_t FLASH_EraseAllUnsecure(flash_config_t *config, uint32_t key) in FLASH_EraseAllUnsecure()
Dfsl_ftfx_flexnvm.c80 …FLEXNVM_DflashErase(flexnvm_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLEXNVM_DflashErase()
95 status_t FLEXNVM_EraseAll(flexnvm_config_t *config, uint32_t key) in FLEXNVM_EraseAll()
104 status_t FLEXNVM_EraseAllUnsecure(flexnvm_config_t *config, uint32_t key) in FLEXNVM_EraseAllUnsecure()
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/
Dfsl_mmcau.c142 static status_t mmcau_DesCrypt(const uint8_t *in, const uint8_t *key, uint8_t *out, bool encrypt) in mmcau_DesCrypt()
257 status_t MMCAU_AES_SetKey(const uint8_t *key, const size_t keySize, uint8_t *keySch) in MMCAU_AES_SetKey()
316 status_t MMCAU_DES_ChkParity(const uint8_t *key) in MMCAU_DES_ChkParity()
346 status_t MMCAU_DES_EncryptEcb(const uint8_t *in, const uint8_t *key, uint8_t *out) in MMCAU_DES_EncryptEcb()
351 status_t MMCAU_DES_DecryptEcb(const uint8_t *in, const uint8_t *key, uint8_t *out) in MMCAU_DES_DecryptEcb()
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/evkbmimxrt1060/
Dfsl_adapter_flexspi_nor_flash.c305 uint32_t key; in HAL_FlashInit() local
443 uint32_t key; in HAL_FlashProgram() local
595 uint32_t key; in HAL_FlashEraseSector() local
696 uint32_t key; in HAL_FlashRead() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/
Dfsl_adapter_flexspi_nor_flash.c305 uint32_t key; in HAL_FlashInit() local
443 uint32_t key; in HAL_FlashProgram() local
595 uint32_t key; in HAL_FlashEraseSector() local
696 uint32_t key; in HAL_FlashRead() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/evkbmimxrt1170/
Dfsl_adapter_flexspi_nor_flash.c306 uint32_t key; in HAL_FlashInit() local
465 uint32_t key; in HAL_FlashProgram() local
638 uint32_t key; in HAL_FlashEraseSector() local
760 uint32_t key; in HAL_FlashRead() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/mimxrt1160/
Dfsl_adapter_flexspi_nor_flash.c320 uint32_t key; in HAL_FlashInit() local
479 uint32_t key; in HAL_FlashProgram() local
653 uint32_t key; in HAL_FlashEraseSector() local
775 uint32_t key; in HAL_FlashRead() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/mimxrt1170/
Dfsl_adapter_flexspi_nor_flash.c320 uint32_t key; in HAL_FlashInit() local
479 uint32_t key; in HAL_FlashProgram() local
652 uint32_t key; in HAL_FlashEraseSector() local
774 uint32_t key; in HAL_FlashRead() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_ftmr/
Dfsl_flash.c543 status_t FLASH_EraseAll(flash_config_t *config, uint32_t key) in FLASH_EraseAll()
605 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
716 …s_t FLASH_EraseEEprom(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_EraseEEprom()
796 status_t FLASH_EraseAllUnsecure(flash_config_t *config, uint32_t key) in FLASH_EraseAllUnsecure()
2406 static status_t flash_check_user_key(uint32_t key) in flash_check_user_key()
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/rdrw612bga/
Dfsl_adapter_flexspi_nor_flash.c302 uint32_t key; in HAL_FlashInit() local
440 uint32_t key; in HAL_FlashProgram() local
592 uint32_t key; in HAL_FlashEraseSector() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/evkmimxrt1040/
Dfsl_adapter_flexspi_nor_flash.c297 uint32_t key; in HAL_FlashInit() local
451 uint32_t key; in HAL_FlashProgram() local
603 uint32_t key; in HAL_FlashEraseSector() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/octal_flash/
Dfsl_adapter_flexspi_nor_flash.c342 uint32_t key; in HAL_FlashInit() local
478 uint32_t key; in HAL_FlashProgram() local
604 uint32_t key; in HAL_FlashEraseSector() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/octal_flash/RT595/
Dfsl_adapter_flexspi_nor_flash.c341 uint32_t key; in HAL_FlashInit() local
477 uint32_t key; in HAL_FlashProgram() local
603 uint32_t key; in HAL_FlashEraseSector() local
/hal_nxp-latest/mcux/mcux-sdk/components/internal_flash/hyper_flash/
Dfsl_adapter_flexspi_hyper_nor_flash.c490 uint32_t key; in HAL_FlashInit() local
654 uint32_t key; in HAL_FlashProgram() local
836 uint32_t key; in HAL_FlashEraseSector() local
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_k4_flash.c137 …Erase(flash_config_t *config, FMU_Type *base, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
168 status_t FLASH_EraseAll(FMU_Type *base, uint32_t key) in FLASH_EraseAll()
941 static status_t flash_check_user_key(uint32_t key) in flash_check_user_key()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/flash/src/
Dfsl_flash.c182 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
188 …LASH_EraseNonBlocking(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_EraseNonBlocking()
260 …t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_ErasePrologue()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/flash/src/
Dfsl_flash.c182 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
188 …LASH_EraseNonBlocking(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_EraseNonBlocking()
260 …t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_ErasePrologue()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/flash/src/
Dfsl_flash.c182 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
188 …LASH_EraseNonBlocking(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_EraseNonBlocking()
260 …t FLASH_ErasePrologue(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_ErasePrologue()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c77 uint8_t key[32]; /*!< key for 3des, aes[128,192,256] */ member
1074 … CAU3_Type *base, const uint8_t *key, size_t keySize, uint32_t keySlot, cau3_task_done_t taskDone) in cau3_load_key()
1536 status_t CAU3_AES_SetKey(CAU3_Type *base, cau3_handle_t *handle, const uint8_t *key, size_t keySize) in CAU3_AES_SetKey()
4384 status_t CAU3_TDES_SetKey(CAU3_Type *base, cau3_handle_t *handle, const uint8_t *key, size_t keySiz… in CAU3_TDES_SetKey()
4499 status_t CAU3_CHACHA20_POLY1305_SetKey(CAU3_Type *base, cau3_handle_t *handle, const uint8_t *key, … in CAU3_CHACHA20_POLY1305_SetKey()

12