Home
last modified time | relevance | path

Searched refs:AESCTR_STATUS_UNALIGNED_IO_NOT_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DAESCTR.h529 #define AESCTR_STATUS_UNALIGNED_IO_NOT_SUPPORTED AES_STATUS_UNALIGNED_IO_NOT_SUPPORTED macro
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctr/
DAESCTRLPF3.c355 return AESCTR_STATUS_UNALIGNED_IO_NOT_SUPPORTED; in AESCTRLPF3_oneStepOperation()
716 return AESCTR_STATUS_UNALIGNED_IO_NOT_SUPPORTED; in AESCTR_addData()
792 return AESCTR_STATUS_UNALIGNED_IO_NOT_SUPPORTED; in AESCTR_finalize()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/aesctrdrbg/
DAESCTRDRBGXX.c498 if (status == AESCTR_STATUS_UNALIGNED_IO_NOT_SUPPORTED) in AESCTRDRBG_getRandomBytes()