Home
last modified time | relevance | path

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

/openssl/crypto/camellia/
H A Dcamellia.c240 static const u32 SIGMA[] = { variable
309 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 0); in Camellia_Ekeygen()
310 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 2); in Camellia_Ekeygen()
313 Camellia_Feistel(s0, s1, s2, s3, SIGMA + 4); in Camellia_Ekeygen()
314 Camellia_Feistel(s2, s3, s0, s1, SIGMA + 6); in Camellia_Ekeygen()
350 Camellia_Feistel(s0, s1, s2, s3, (SIGMA + 8)); in Camellia_Ekeygen()
351 Camellia_Feistel(s2, s3, s0, s1, (SIGMA + 10)); in Camellia_Ekeygen()

Completed in 4 milliseconds