Searched defs:b2 (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/ |
A D | saferp.c | 111 #define SHUF(b, b2) do { \ argument 119 #define iSHUF(b, b2) do { \ argument 130 #define LT(b, b2) do { \ argument 138 #define iLT(b, b2) do { \ argument 157 static void _lt(unsigned char *b, unsigned char *b2) in _lt() 162 static void _ilt(unsigned char *b, unsigned char *b2) in _ilt() 174 #define LT(b, b2) _lt(b, b2) argument 177 #define iLT(b, b2) _ilt(b, b2) argument
|
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 98 unsigned char a0,b0,a1,b1,a2,b2,a3,b3,a4,b4,y; in _sbox() local
|
Completed in 5 milliseconds