Searched refs:words (Results 1 – 2 of 2) sorted by relevance
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()[all …]
79 uint32_t words[4]; member