Home
last modified time | relevance | path

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

/third_party/openssl/crypto/seed/
Dseed.c332 static const unsigned char SEED_Sbox[2][256] = { variable
407 s0 = SEED_Sbox[0][(unsigned char) (v) & 0xff]; in G_FUNC()
408 s1 = SEED_Sbox[1][(unsigned char)((v)>> 8) & 0xff]; in G_FUNC()
409 s2 = SEED_Sbox[0][(unsigned char)((v)>>16) & 0xff]; in G_FUNC()
410 s3 = SEED_Sbox[1][(unsigned char)((v)>>24) & 0xff]; in G_FUNC()
/third_party/node/deps/openssl/openssl/crypto/seed/
Dseed.c332 static const unsigned char SEED_Sbox[2][256] = { variable
407 s0 = SEED_Sbox[0][(unsigned char) (v) & 0xff]; in G_FUNC()
408 s1 = SEED_Sbox[1][(unsigned char)((v)>> 8) & 0xff]; in G_FUNC()
409 s2 = SEED_Sbox[0][(unsigned char)((v)>>16) & 0xff]; in G_FUNC()
410 s3 = SEED_Sbox[1][(unsigned char)((v)>>24) & 0xff]; in G_FUNC()