Lines Matching refs:words
552 B0.words[0] = (uint32_t)14U - (uint32_t)nonceLength; in AESCCMLPF3_processB0()
557 B0.words[0] |= (((uint32_t)macLength - (uint32_t)2U) >> 1) << M_PRIME_OFFSET; in AESCCMLPF3_processB0()
562 B0.words[0] |= (uint32_t)B0_FLAGS_CCM_HAS_ADATA; in AESCCMLPF3_processB0()
570 B0.words[3] = REV32(totalDataLength); in AESCCMLPF3_processB0()
573 B0.words[1] = (uint32_t)0U; in AESCCMLPF3_processB0()
574 B0.words[2] = (uint32_t)0U; in AESCCMLPF3_processB0()
578 AESWriteBUF32(B0.words); in AESCCMLPF3_processB0()
589 B1.words[0] = (uint32_t)0U; in AESCCMLPF3_processB1withAAD()
590 B1.words[1] = (uint32_t)0U; in AESCCMLPF3_processB1withAAD()
591 B1.words[2] = (uint32_t)0U; in AESCCMLPF3_processB1withAAD()
592 B1.words[3] = (uint32_t)0U; in AESCCMLPF3_processB1withAAD()
622 AESWriteBUF32(B1.words); in AESCCMLPF3_processB1withAAD()
1257 aadBlock.words[0] = (uint32_t)0U; in AESCCMLPF3_processSegmentedCBCMAC()
1258 aadBlock.words[1] = (uint32_t)0U; in AESCCMLPF3_processSegmentedCBCMAC()
1259 aadBlock.words[2] = (uint32_t)0U; in AESCCMLPF3_processSegmentedCBCMAC()
1260 aadBlock.words[3] = (uint32_t)0U; in AESCCMLPF3_processSegmentedCBCMAC()
1434 counter.words[0] = (uint32_t)0U; in AESCCMLPF3_processCTRCounterBlock()
1435 counter.words[1] = (uint32_t)0U; in AESCCMLPF3_processCTRCounterBlock()
1436 counter.words[2] = (uint32_t)0U; in AESCCMLPF3_processCTRCounterBlock()
1437 counter.words[3] = (uint32_t)0U; in AESCCMLPF3_processCTRCounterBlock()
1446 AESCTRLPF3_writeCounter(counter.words); in AESCCMLPF3_processCTRCounterBlock()