Searched refs:CAMELLIA_ENCRYPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcmll_ecb.c67 assert((CAMELLIA_ENCRYPT == enc) || (CAMELLIA_DECRYPT == enc));
69 if (CAMELLIA_ENCRYPT == enc)
H A Dcamellia.h61 # define CAMELLIA_ENCRYPT 1 macro
H A Dcmll_cbc.c84 assert((CAMELLIA_ENCRYPT == enc) || (CAMELLIA_DECRYPT == enc));
87 if (CAMELLIA_ENCRYPT == enc) {
170 if (CAMELLIA_ENCRYPT == enc) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c1892 iv, CAMELLIA_ENCRYPT);
1905 iv, CAMELLIA_ENCRYPT);
1918 iv, CAMELLIA_ENCRYPT);

Completed in 118 milliseconds