HomeSort by: relevance | last modified time | path
    Searched refs:D_CBC_128_CML (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 360 #define D_CBC_128_CML 19
1706 doit[D_CBC_128_CML] = doit[D_CBC_192_CML] = doit[D_CBC_256_CML] = 1;
1945 c[D_CBC_128_CML][0] = count;
1990 c[D_CBC_128_CML][i] = c[D_CBC_128_CML][i - 1] * l0 / l1;
2407 if (doit[D_CBC_128_CML]) {
2410 names[D_CBC_128_CML]);
2411 doit[D_CBC_128_CML] = 0;
2414 print_message(names[D_CBC_128_CML], c[D_CBC_128_CML][testnum]
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 271 D_CBC_128_CML, D_CBC_192_CML, D_CBC_256_CML,
305 {"camellia-128-cbc", D_CBC_128_CML},
1791 doit[D_CBC_128_CML] = doit[D_CBC_192_CML] = doit[D_CBC_256_CML] = 1;
2206 algindex = D_CBC_128_CML + k;
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 339 D_CBC_128_CML,
381 { "camellia-128-cbc", D_CBC_128_CML },
2440 doit[D_CBC_128_CML] = doit[D_CBC_192_CML] = doit[D_CBC_256_CML] = 1;
2899 algindex = D_CBC_128_CML + k;

Completed in 28 milliseconds