Lines Matching full:camellia
129 #include <openssl/camellia.h>
255 "camellia-128 cbc","camellia-192 cbc","camellia-256 cbc",
848 if (strcmp(*argv,"camellia-128-cbc") == 0) doit[D_CBC_128_CML]=1;
849 else if (strcmp(*argv,"camellia-192-cbc") == 0) doit[D_CBC_192_CML]=1;
850 else if (strcmp(*argv,"camellia-256-cbc") == 0) doit[D_CBC_256_CML]=1;
933 if (strcmp(*argv,"camellia") == 0)
1077 BIO_printf(bio_err,"camellia-128-cbc camellia-192-cbc camellia-256-cbc ");
1120 BIO_printf(bio_err,"camellia ");