Searched refs:blkZero (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/aes/ |
D | fsl_aes.c | 1007 uint8_t blkZero[16] = {0}; in aes_gcm_process() local 1040 aes_gcm_one_block_input_only(base, blkZero); in aes_gcm_process() 1063 (void)aes_memcpy(ivBlkZero, blkZero, 16); in aes_gcm_process() 1075 aes_gcm_one_block_input_only(base, blkZero); in aes_gcm_process() 1167 aes_set_unaligned_from_word(swap_bytes(saveSize * 8u), &blkZero[12]); in aes_gcm_process() 1171 aes_set_unaligned_from_word(swap_bytes(saveAadSize * 8u), &blkZero[4]); in aes_gcm_process() 1173 aes_gcm_one_block_input_only(base, blkZero); /* len(A) || len(C) */ in aes_gcm_process()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc.c | 834 ltc_xcm_block_t blkZero = {{0x0u, 0x0u, 0x0u, 0x0u}}; in ltc_move_to_ififo() local 846 ltc_memcpy(&blk, &blkZero, sizeof(ltc_xcm_block_t)); /* memset blk to zeroes */ in ltc_move_to_ififo() 1929 ltc_xcm_block_t blkZero = {{0x0u, 0x0u, 0x0u, 0x0u}}; in ltc_aes_ccm_context_init() local 1936 ltc_memcpy(&blk, &blkZero, sizeof(blk)); in ltc_aes_ccm_context_init() 1954 ltc_memcpy(&blk, &blkZero, sizeof(blk)); /* ctr(0) field = zero */ in ltc_aes_ccm_context_init() 3314 ltc_hash_block_t blkZero; in ltc_hash_move_to_ififo() local 3317 for (i = 0; i < ARRAY_SIZE(blkZero.w); i++) in ltc_hash_move_to_ififo() 3319 blkZero.w[i] = 0; in ltc_hash_move_to_ififo() 3334 ltc_memcpy(&ctx->blk, &blkZero, sizeof(ctx->blk)); in ltc_hash_move_to_ififo() 3400 ltc_hash_block_t blkZero; in ltc_hash_move_rest_to_context() local [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/ |
D | fsl_caam.c | 880 caam_xcm_block_t blkZero = {{0x0u, 0x0u, 0x0u, 0x0u}}; in caam_aes_ccm_context_init() local 887 (void)caam_memcpy(&blk, &blkZero, sizeof(blk)); in caam_aes_ccm_context_init() 905 (void)caam_memcpy(&blk, &blkZero, sizeof(blk)); /* ctr(0) field = zero */ in caam_aes_ccm_context_init()
|