Lines Matching refs:camellia
33 #include "mbedtls/camellia.h"
112 "des3, des, camellia, chacha20,\n" \
510 aria, camellia, chacha20,
588 } else if (strcmp(argv[i], "camellia") == 0) {
589 todo.camellia = 1;
937 if (todo.camellia) {
939 mbedtls_camellia_context camellia;
941 mbedtls_camellia_init(&camellia);
947 mbedtls_camellia_setkey_enc(&camellia, tmp, keysize);
950 mbedtls_camellia_crypt_cbc(&camellia, MBEDTLS_CAMELLIA_ENCRYPT,
953 mbedtls_camellia_free(&camellia);