HomeSort by relevance Sort by last modified time
    Searched refs:camellia (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
e_camellia.c 62 #include <openssl/camellia.h>
68 /* Camellia subkey Structure */
74 /* Attribute operation for Camellia */
77 IMPLEMENT_BLOCK_CIPHER(camellia_128, ks, Camellia, EVP_CAMELLIA_KEY,
83 IMPLEMENT_BLOCK_CIPHER(camellia_192, ks, Camellia, EVP_CAMELLIA_KEY,
89 IMPLEMENT_BLOCK_CIPHER(camellia_256, ks, Camellia, EVP_CAMELLIA_KEY,
96 #define IMPLEMENT_CAMELLIA_CFBR(ksize,cbits) IMPLEMENT_CFBR(camellia,Camellia,EVP_CAMELLIA_KEY,ks,ksize,cbits,16)
108 /* The subkey for Camellia is generated. */
  /external/openssl/apps/
progs.pl 68 "camellia-128-cbc", "camellia-128-ecb",
69 "camellia-192-cbc", "camellia-192-ecb",
70 "camellia-256-cbc", "camellia-256-ecb",
90 elsif ($_ =~ /camellia/) { $t="#ifndef OPENSSL_NO_CAMELLIA\n${t}#endif\n"; }
speed.c 123 #include <openssl/camellia.h>
230 "camellia-128 cbc","camellia-192 cbc","camellia-256 cbc",
819 if (strcmp(*argv,"camellia-128-cbc") == 0) doit[D_CBC_128_CML]=1;
820 else if (strcmp(*argv,"camellia-192-cbc") == 0) doit[D_CBC_192_CML]=1;
821 else if (strcmp(*argv,"camellia-256-cbc") == 0) doit[D_CBC_256_CML]=1;
900 if (strcmp(*argv,"camellia") == 0)
1044 BIO_printf(bio_err,"camellia-128-cbc camellia-192-cbc camellia-256-cbc ")
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 88 #include <openssl/camellia.h>
    [all...]

Completed in 1551 milliseconds