Home
last modified time | relevance | path

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

/openssl/crypto/seed/
H A 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()

Completed in 4 milliseconds