Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dcamellia.c324 uint32_t SIGMA[6][2]; in mbedtls_camellia_setkey_enc() local
356 SIGMA[i][0] = MBEDTLS_GET_UINT32_BE( SIGMA_CHARS[i], 0 ); in mbedtls_camellia_setkey_enc()
357 SIGMA[i][1] = MBEDTLS_GET_UINT32_BE( SIGMA_CHARS[i], 4 ); in mbedtls_camellia_setkey_enc()
374 camellia_feistel( KC + 8, SIGMA[0], KC + 10 ); in mbedtls_camellia_setkey_enc()
375 camellia_feistel( KC + 10, SIGMA[1], KC + 8 ); in mbedtls_camellia_setkey_enc()
380 camellia_feistel( KC + 8, SIGMA[2], KC + 10 ); in mbedtls_camellia_setkey_enc()
381 camellia_feistel( KC + 10, SIGMA[3], KC + 8 ); in mbedtls_camellia_setkey_enc()
388 camellia_feistel( KC + 12, SIGMA[4], KC + 14 ); in mbedtls_camellia_setkey_enc()
389 camellia_feistel( KC + 14, SIGMA[5], KC + 12 ); in mbedtls_camellia_setkey_enc()

Completed in 3 milliseconds