Searched refs:EVP_MAXCHUNK (Results 1 – 5 of 5) sorted by relevance
79 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 …]
91 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 …]
75 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()
376 #define EVP_MAXCHUNK ((size_t)1 << 30) macro381 while(inl>=EVP_MAXCHUNK) {\383 …cprefix##_ofb##cbits##_encrypt(in, out, (long)EVP_MAXCHUNK, &EVP_C_DATA(kstruct,ctx)->ksched, ctx-…385 inl-=EVP_MAXCHUNK;\386 in +=EVP_MAXCHUNK;\387 out+=EVP_MAXCHUNK;\400 while(inl>=EVP_MAXCHUNK) {\402 inl-=EVP_MAXCHUNK;\403 in +=EVP_MAXCHUNK;\404 out+=EVP_MAXCHUNK;\[all …]
118 if (inl >= EVP_MAXCHUNK || inl % 8) in tdes_wrap_cipher_internal()
Completed in 14 milliseconds