Searched defs:EVP_MAXCHUNK (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/evp/
H A Devp_locl.h78 #define EVP_MAXCHUNK ((size_t)1<<(sizeof(long)*8-2)) macro
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 77 milliseconds