Searched refs:B0 (Results 1 – 1 of 1) sorted by relevance
526 AES_BlockWordAligned B0; in AESCCMLPF3_processB0() local552 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()576 (void)memcpy(&B0.bytes[1], nonce, nonceLength); in AESCCMLPF3_processB0()578 AESWriteBUF32(B0.words); in AESCCMLPF3_processB0()