Searched refs:GET_UINT32_BE (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | sm3.c | 22 #define GET_UINT32_BE(n, b, i) \ macro 67 GET_UINT32_BE(W[0], data, 0); in sm3_process() 68 GET_UINT32_BE(W[1], data, 4); in sm3_process() 69 GET_UINT32_BE(W[2], data, 8); in sm3_process() 70 GET_UINT32_BE(W[3], data, 12); in sm3_process() 71 GET_UINT32_BE(W[4], data, 16); in sm3_process() 72 GET_UINT32_BE(W[5], data, 20); in sm3_process() 73 GET_UINT32_BE(W[6], data, 24); in sm3_process() 74 GET_UINT32_BE(W[7], data, 28); in sm3_process() 75 GET_UINT32_BE(W[8], data, 32); in sm3_process() [all …]
|
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 …]
|
Completed in 3 milliseconds