Searched refs:KC (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/library/ |
A D | camellia.c | 325 uint32_t KC[16]; in mbedtls_camellia_setkey_enc() local 364 memset( KC, 0, sizeof(KC) ); in mbedtls_camellia_setkey_enc() 372 KC[8 + i] = KC[i] ^ KC[4 + i]; 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() 378 KC[8 + i] ^= KC[i]; 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() 386 KC[12 + i] = KC[4 + i] ^ KC[8 + i]; in mbedtls_camellia_setkey_enc() 388 camellia_feistel( KC + 12, SIGMA[4], KC + 14 ); in mbedtls_camellia_setkey_enc() [all …]
|
/mbedtls-development/tests/data_files/ |
A D | rsa_pkcs1_2048_des.pem | 5 KC/2MeXdBpU0LCzk1qh2ZkN4f/GNMR2iqyUYYqGdcXGe2tiw1ge21cH9+TPrwX9n
|
Completed in 4 milliseconds