Home
last modified time | relevance | path

Searched refs:w (Results 1 – 3 of 3) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_cau3.c95 uint32_t w[CAU3_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */ member
119 uint32_t w[64 / 4]; /*!< array of 32-bit words */ member
1854 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() member
3875 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 …]
Dfsl_cau3_ble.c97 uint32_t w[CAU3_HASH_BLOCK_SIZE / 4]; /*!< array of 32-bit words */ member
121 uint32_t w[64 / 4]; /*!< array of 32-bit words */ member
2049 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() member
4070 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 …]
Dfsl_flash.c44 #define BYTES_JOIN_TO_WORD_1_1_1_1(x, y, z, w) (B1P4(x) | B1P3(y) | B1P2(z) | B1P1(w)) argument