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