Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dcamellia.c299 uint32_t SIGMA[6][2]; in mbedtls_camellia_setkey_enc() local
326 * Prepare SIGMA values in mbedtls_camellia_setkey_enc()
329 SIGMA[i][0] = MBEDTLS_GET_UINT32_BE(SIGMA_CHARS[i], 0); in mbedtls_camellia_setkey_enc()
330 SIGMA[i][1] = MBEDTLS_GET_UINT32_BE(SIGMA_CHARS[i], 4); in mbedtls_camellia_setkey_enc()
349 camellia_feistel(KC + 8, SIGMA[0], KC + 10); in mbedtls_camellia_setkey_enc()
350 camellia_feistel(KC + 10, SIGMA[1], KC + 8); in mbedtls_camellia_setkey_enc()
356 camellia_feistel(KC + 8, SIGMA[2], KC + 10); in mbedtls_camellia_setkey_enc()
357 camellia_feistel(KC + 10, SIGMA[3], KC + 8); in mbedtls_camellia_setkey_enc()
365 camellia_feistel(KC + 12, SIGMA[4], KC + 14); in mbedtls_camellia_setkey_enc()
366 camellia_feistel(KC + 14, SIGMA[ in mbedtls_camellia_setkey_enc()
[all...]
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl346 add %o7, SIGMA-1b, %o4
493 SIGMA: label
497 .type SIGMA,#object
498 .size SIGMA,.-SIGMA
/third_party/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl346 add %o7, SIGMA-1b, %o4
493 SIGMA: label
497 .type SIGMA,#object
498 .size SIGMA,.-SIGMA

Completed in 4 milliseconds