Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dcamellia.c374 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()
506 camellia_feistel( X, RK, X + 2 ); in mbedtls_camellia_crypt_ecb()
508 camellia_feistel( X + 2, RK, X ); in mbedtls_camellia_crypt_ecb()
510 camellia_feistel( X, RK, X + 2 ); in mbedtls_camellia_crypt_ecb()
512 camellia_feistel( X + 2, RK, X ); in mbedtls_camellia_crypt_ecb()
514 camellia_feistel( X, RK, X + 2 ); in mbedtls_camellia_crypt_ecb()
[all …]

Completed in 3 milliseconds