Searched refs:w (Results 1 – 3 of 3) sorted by relevance
95 uint32_t w[CAU3_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */ member119 uint32_t w[64 / 4]; /*!< array of 32-bit words */ member1854 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()1881 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()1910 for (i = 0; i < sizeof(ctxInternal->blk.w) / sizeof(ctxInternal->blk.w[0]); i++) in CAU3_HASH_Init()1912 ctxInternal->blk.w[0] = 0u; in CAU3_HASH_Init()3872 uint32_t w[8]; in CAU3_CHACHA20_POLY1305_SetKey() member3875 for (int i = 0; i < ARRAY_SIZE(tempKey.w); i++) in CAU3_CHACHA20_POLY1305_SetKey()3877 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()3887 uint32_t w[4]; in cau3_load_nonce() member[all …]
97 uint32_t w[CAU3_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */ member121 uint32_t w[64 / 4]; /*!< array of 32-bit words */ member2049 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()2076 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()2105 for (i = 0; i < sizeof(ctxInternal->blk.w) / sizeof(ctxInternal->blk.w[0]); i++) in CAU3_HASH_Init()2107 ctxInternal->blk.w[0] = 0u; in CAU3_HASH_Init()4067 uint32_t w[8]; in CAU3_CHACHA20_POLY1305_SetKey() member4070 for (int i = 0; i < ARRAY_SIZE(tempKey.w); i++) in CAU3_CHACHA20_POLY1305_SetKey()4072 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()4087 uint32_t w[4]; in cau3_load_nonce() member[all …]
44 #define BYTES_JOIN_TO_WORD_1_1_1_1(x, y, z, w) (B1P4(x) | B1P3(y) | B1P2(z) | B1P1(w)) argument