HomeSort by relevance Sort by last modified time
    Searched defs:EVP_MAXCHUNK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_locl.h 78 #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2))
83 while(inl>=EVP_MAXCHUNK)\
85 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
86 inl-=EVP_MAXCHUNK;\
87 in +=EVP_MAXCHUNK;\
88 out+=EVP_MAXCHUNK;\
98 while(inl>=EVP_MAXCHUNK) \
100 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
101 inl-=EVP_MAXCHUNK;\
102 in +=EVP_MAXCHUNK;\
    [all...]
  /external/openssl/crypto/evp/
evp_locl.h 78 #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2))
83 while(inl>=EVP_MAXCHUNK)\
85 cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
86 inl-=EVP_MAXCHUNK;\
87 in +=EVP_MAXCHUNK;\
88 out+=EVP_MAXCHUNK;\
98 while(inl>=EVP_MAXCHUNK) \
100 cprefix##_cbc_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, ctx->encrypt);\
101 inl-=EVP_MAXCHUNK;\
102 in +=EVP_MAXCHUNK;\
    [all...]

Completed in 499 milliseconds