Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Didea.c50 #define LOAD16(x,y) { x = ((ushort16)((y)[0] & 255)<<8) | ((ushort16)((y)[1] & 255)); } macro
77 LOAD16(e_key[i], key + 2 * i); in s_setup_key()
106 LOAD16(x0, in + 0); in s_process_block()
107 LOAD16(x1, in + 2); in s_process_block()
108 LOAD16(x2, in + 4); in s_process_block()
109 LOAD16(x3, in + 6); in s_process_block()

Completed in 3 milliseconds