Searched refs:camellia_feistel (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
H A D | camellia.c | 249 static void camellia_feistel(const uint32_t x[2], const uint32_t k[2], in camellia_feistel() function 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[5], KC + 12); in mbedtls_camellia_setkey_enc() 481 camellia_feistel(X, RK, X + 2); in mbedtls_camellia_crypt_ecb() 483 camellia_feistel(X + 2, RK, X); in mbedtls_camellia_crypt_ecb() 485 camellia_feistel( in mbedtls_camellia_crypt_ecb() [all...] |
Completed in 3 milliseconds