Home
last modified time | relevance | path

Searched refs:EVP_MAXCHUNK (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/evp/
H A De_des.c79 inl -= EVP_MAXCHUNK; in des_ofb_cipher()
80 in += EVP_MAXCHUNK; in des_ofb_cipher()
81 out += EVP_MAXCHUNK; in des_ofb_cipher()
107 inl -= EVP_MAXCHUNK; in des_cbc_cipher()
108 in += EVP_MAXCHUNK; in des_cbc_cipher()
109 out += EVP_MAXCHUNK; in des_cbc_cipher()
129 inl -= EVP_MAXCHUNK; in des_cfb64_cipher()
130 in += EVP_MAXCHUNK; in des_cfb64_cipher()
131 out += EVP_MAXCHUNK; in des_cfb64_cipher()
186 inl -= EVP_MAXCHUNK; in des_cfb8_cipher()
[all …]
H A De_des3.c91 inl -= EVP_MAXCHUNK; in des_ede_ofb_cipher()
92 in += EVP_MAXCHUNK; in des_ede_ofb_cipher()
93 out += EVP_MAXCHUNK; in des_ede_ofb_cipher()
123 inl -= EVP_MAXCHUNK; in des_ede_cbc_cipher()
124 in += EVP_MAXCHUNK; in des_ede_cbc_cipher()
125 out += EVP_MAXCHUNK; in des_ede_cbc_cipher()
145 inl -= EVP_MAXCHUNK; in des_ede_cfb64_cipher()
146 in += EVP_MAXCHUNK; in des_ede_cfb64_cipher()
147 out += EVP_MAXCHUNK; in des_ede_cfb64_cipher()
194 inl -= EVP_MAXCHUNK; in des_ede3_cfb8_cipher()
[all …]
H A De_xcbc_d.c75 while (inl >= EVP_MAXCHUNK) { in desx_cbc_cipher()
76 DES_xcbc_encrypt(in, out, (long)EVP_MAXCHUNK, &data(ctx)->ks, in desx_cbc_cipher()
80 inl -= EVP_MAXCHUNK; in desx_cbc_cipher()
81 in += EVP_MAXCHUNK; in desx_cbc_cipher()
82 out += EVP_MAXCHUNK; in desx_cbc_cipher()
/openssl/include/crypto/
H A Devp.h375 #define EVP_MAXCHUNK ((size_t)1 << 30) macro
380 while(inl>=EVP_MAXCHUNK) {\
382 …cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, ctx-…
384 inl-=EVP_MAXCHUNK;\
385 in +=EVP_MAXCHUNK;\
386 out+=EVP_MAXCHUNK;\
399 while(inl>=EVP_MAXCHUNK) {\
401 inl-=EVP_MAXCHUNK;\
402 in +=EVP_MAXCHUNK;\
403 out+=EVP_MAXCHUNK;\
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_wrap.c118 if (inl >= EVP_MAXCHUNK || inl % 8) in tdes_wrap_cipher_internal()

Completed in 30 milliseconds