Searched refs:ushort16 (Results 1 – 1 of 1) sorted by relevance
43 typedef unsigned short int ushort16; typedef51 a = (ushort16)p - (ushort16)_HIGH16(p); \57 #define _LOAD16(x,y) { x = ((ushort16)((y)[0] & 255)<<8) | ((ushort16)((y)[1] & 255)); }59 static ushort16 _mul_inv(ushort16 x) in _mul_inv()61 ushort16 y = x; in _mul_inv()71 static ushort16 _add_inv(ushort16 x) in _add_inv()79 ushort16 *e_key = skey->idea.ek; in _setup_key()80 ushort16 *d_key = skey->idea.dk; in _setup_key()111 ushort16 x0, x1, x2, x3, t0, t1; in _process_block()163 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_encrypt()[all …]
Completed in 3 milliseconds