Searched refs:GET_UINT32_BE (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/crypto/ |
| H A D | sm3.c | 22 #define GET_UINT32_BE(n, b, i) \ macro 81 GET_UINT32_BE(W[0], data, 0); in sm3_process() 82 GET_UINT32_BE(W[1], data, 4); in sm3_process() 83 GET_UINT32_BE(W[2], data, 8); in sm3_process() 84 GET_UINT32_BE(W[3], data, 12); in sm3_process() 85 GET_UINT32_BE(W[4], data, 16); in sm3_process() 86 GET_UINT32_BE(W[5], data, 20); in sm3_process() 87 GET_UINT32_BE(W[6], data, 24); in sm3_process() 88 GET_UINT32_BE(W[7], data, 28); in sm3_process() 89 GET_UINT32_BE(W[8], data, 32); in sm3_process() [all …]
|
| H A D | sm4.c | 19 #define GET_UINT32_BE(n, b, i) \ macro 113 GET_UINT32_BE(bb, b, 0); in sm4Lt() 135 GET_UINT32_BE(bb, b, 0); in sm4CalciRK() 146 GET_UINT32_BE(MK[0], key, 0); in sm4_setkey() 147 GET_UINT32_BE(MK[1], key, 4); in sm4_setkey() 148 GET_UINT32_BE(MK[2], key, 8); in sm4_setkey() 149 GET_UINT32_BE(MK[3], key, 12); in sm4_setkey() 171 GET_UINT32_BE(ulbuf[0], input, 0); in sm4_one_round() 172 GET_UINT32_BE(ulbuf[1], input, 4); in sm4_one_round() 173 GET_UINT32_BE(ulbuf[2], input, 8); in sm4_one_round() [all …]
|