Home
last modified time | relevance | path

Searched refs:SM3_WORD (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/lib/libcrypto/sm3/
Dsm3.h29 #define SM3_WORD unsigned int macro
35 SM3_WORD A, B, C, D, E, F, G, H;
36 SM3_WORD Nl, Nh;
37 SM3_WORD data[SM3_LBLOCK];
Dsm3.c27 CTASSERT(sizeof(SM3_WORD) == sizeof(uint32_t));
44 const SM3_WORD A12 = crypto_rol_u32(A, 12); \
45 const SM3_WORD A12_SM = A12 + E + TJ; \
46 const SM3_WORD SS1 = crypto_rol_u32(A12_SM, 7); \
47 const SM3_WORD TT1 = FF(A, B, C) + D + (SS1 ^ A12) + (Wj); \
48 const SM3_WORD TT2 = GG(E, F, G) + H + SS1 + Wi; \
65 const SM3_WORD *in32; in sm3_block_data_order()
66 SM3_WORD A, B, C, D, E, F, G, H; in sm3_block_data_order()
67 SM3_WORD W00, W01, W02, W03, W04, W05, W06, W07; in sm3_block_data_order()
68 SM3_WORD W08, W09, W10, W11, W12, W13, W14, W15; in sm3_block_data_order()
[all …]