Searched refs:PUT_UINT32_BE (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm3.c | 30 #define PUT_UINT32_BE(n, b, i) \ macro 237 PUT_UINT32_BE(high, msglen, 0); in sm3_final() 238 PUT_UINT32_BE(low, msglen, 4); in sm3_final() 246 PUT_UINT32_BE(ctx->state[0], output, 0); in sm3_final() 247 PUT_UINT32_BE(ctx->state[1], output, 4); in sm3_final() 248 PUT_UINT32_BE(ctx->state[2], output, 8); in sm3_final() 249 PUT_UINT32_BE(ctx->state[3], output, 12); in sm3_final() 250 PUT_UINT32_BE(ctx->state[4], output, 16); in sm3_final() 251 PUT_UINT32_BE(ctx->state[5], output, 20); in sm3_final() 252 PUT_UINT32_BE(ctx->state[6], output, 24); in sm3_final() [all …]
|
| H A D | sm4.c | 27 #define PUT_UINT32_BE(n, b, i) \ macro 108 PUT_UINT32_BE(ka, a, 0); in sm4Lt() 130 PUT_UINT32_BE(ka, a, 0); in sm4CalciRK() 180 PUT_UINT32_BE(ulbuf[35], output, 0); in sm4_one_round() 181 PUT_UINT32_BE(ulbuf[34], output, 4); in sm4_one_round() 182 PUT_UINT32_BE(ulbuf[33], output, 8); in sm4_one_round() 183 PUT_UINT32_BE(ulbuf[32], output, 12); in sm4_one_round()
|