Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
H A Dsaferp.c104 #define SHUF(b, b2) do { \ argument
112 #define iSHUF(b, b2) do { \ argument
123 #define LT(b, b2) do { \ argument
131 #define iLT(b, b2) do { \ argument
150 static void s_lt(unsigned char *b, unsigned char *b2) in s_lt()
155 static void s_ilt(unsigned char *b, unsigned char *b2) in s_ilt()
167 #define LT(b, b2) s_lt(b, b2) argument
170 #define iLT(b, b2) s_ilt(b, b2) argument
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c91 unsigned char a0,b0,a1,b1,a2,b2,a3,b3,a4,b4,y; in s_sbox() local
/optee_os/lib/libutee/
H A Dtee_api.c240 vaddr_t b2 = (vaddr_t)buf2; in bufs_intersect() local
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.c1120 static void xor_block(uint8_t *b1, uint8_t *b2, size_t size) in xor_block()