HomeSort by: relevance | last modified time | path
    Searched defs:multiblock (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_lib.c 321 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; local
337 &multiblock);
353 if (multiblock)
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_lib.c 343 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; local
359 &multiblock);
375 if (multiblock)
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 1461 int async_init = 0, multiblock = 0, pr_header = 0; local
1693 multiblock = 1;
1848 if (multiblock) {
2317 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher)
3864 inp = app_malloc(mblengths[num - 1], "multiblock input buffer");
3865 out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer");
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 1395 int async_init = 0, multiblock = 0, pr_header = 0; local
1627 multiblock = 1;
1755 if (multiblock) {
2608 if (multiblock && (EVP_CIPHER_flags(evp_cipher) &
3632 inp = app_malloc(mblengths[num - 1], "multiblock input buffer");
3633 out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer");
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 1966 int async_init = 0, multiblock = 0, pr_header = 0; local
2222 multiblock = 1;
2541 if (multiblock) {
3002 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK)) {
5166 inp = app_malloc(mblengths[num - 1], "multiblock input buffer");
5167 out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer");

Completed in 55 milliseconds