OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVP_MAXCHUNK
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/include/crypto/
evp.h
181
#define
EVP_MAXCHUNK
((size_t)1<<(sizeof(long)*8-2))
186
while(inl>=
EVP_MAXCHUNK
) {\
188
cprefix##_ofb##cbits##_encrypt(in, out, (long)
EVP_MAXCHUNK
, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), &num); \
190
inl-=
EVP_MAXCHUNK
;\
191
in +=
EVP_MAXCHUNK
;\
192
out+=
EVP_MAXCHUNK
;\
205
while(inl>=
EVP_MAXCHUNK
) \
207
cprefix##_cbc_encrypt(in, out, (long)
EVP_MAXCHUNK
, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
208
inl-=
EVP_MAXCHUNK
;\
209
in +=
EVP_MAXCHUNK
;\
[
all
...]
/src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h
384
#define
EVP_MAXCHUNK
((size_t)1 << 30)
389
while (inl >=
EVP_MAXCHUNK
) { \
391
cprefix##_ofb##cbits##_encrypt(in, out, (long)
EVP_MAXCHUNK
, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, &num); \
393
inl -=
EVP_MAXCHUNK
; \
394
in +=
EVP_MAXCHUNK
; \
395
out +=
EVP_MAXCHUNK
; \
408
while (inl >=
EVP_MAXCHUNK
) { \
409
cprefix##_cbc_encrypt(in, out, (long)
EVP_MAXCHUNK
, &EVP_C_DATA(kstruct, ctx)->ksched, ctx->iv, EVP_CIPHER_CTX_is_encrypting(ctx)); \
410
inl -=
EVP_MAXCHUNK
; \
411
in +=
EVP_MAXCHUNK
; \
[
all
...]
/src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h
368
#define
EVP_MAXCHUNK
((size_t)1 << 30)
373
while(inl>=
EVP_MAXCHUNK
) {\
375
cprefix##_ofb##cbits##_encrypt(in, out, (long)
EVP_MAXCHUNK
, &EVP_C_DATA(kstruct,ctx)->ksched, ctx->iv, &num); \
377
inl-=
EVP_MAXCHUNK
;\
378
in +=
EVP_MAXCHUNK
;\
379
out+=
EVP_MAXCHUNK
;\
392
while(inl>=
EVP_MAXCHUNK
) \
394
cprefix##_cbc_encrypt(in, out, (long)
EVP_MAXCHUNK
, &EVP_C_DATA(kstruct,ctx)->ksched, ctx->iv, EVP_CIPHER_CTX_is_encrypting(ctx));\
395
inl-=
EVP_MAXCHUNK
;\
396
in +=
EVP_MAXCHUNK
;\
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026