Searched defs:counterlast (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/ |
| D | fsl_ltc_edma.h | 61 …uint8_t *counterlast; /*!< Output cipher of last counter, for chained CTR calls. NULL can be passe… member 230 …AES_DecryptCtrEDMA(base, handle, input, output, size, counter, key, keySize, counterlast, szLeft) \ argument 234 …AES_EncryptCtrEDMA(base, handle, input, output, size, counter, key, keySize, counterlast, szLeft) \ argument
|
| D | fsl_ltc.h | 385 #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/ |
| D | fsl_caam.c | 1321 uint8_t *counterlast, in CAAM_AES_CryptCtrNonBlocking()
|