Searched refs:aes_gcm_one_block_input_only (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/aes/ |
| D | fsl_aes.c | 784 static void aes_gcm_one_block_input_only(AES_Type *base, const uint8_t *input) in aes_gcm_one_block_input_only() function 1040 aes_gcm_one_block_input_only(base, blkZero); in aes_gcm_process() 1053 aes_gcm_one_block_input_only(base, iv); in aes_gcm_process() 1060 aes_gcm_one_block_input_only(base, ivBlkZero); in aes_gcm_process() 1065 aes_gcm_one_block_input_only(base, ivBlkZero); in aes_gcm_process() 1075 aes_gcm_one_block_input_only(base, blkZero); in aes_gcm_process() 1090 aes_gcm_one_block_input_only(base, aad); in aes_gcm_process() 1098 aes_gcm_one_block_input_only(base, aadBlkZero); in aes_gcm_process() 1148 aes_gcm_one_block_input_only(base, outputBlkZero); in aes_gcm_process() 1163 aes_gcm_one_block_input_only(base, blkJ0); in aes_gcm_process() [all …]
|