Lines Matching refs:MAXCHUNK
54 while (inl >= MAXCHUNK) { in ossl_cipher_hw_tdes_ofb()
55 DES_ede3_ofb64_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1, &tctx->ks2, in ossl_cipher_hw_tdes_ofb()
57 inl -= MAXCHUNK; in ossl_cipher_hw_tdes_ofb()
58 in += MAXCHUNK; in ossl_cipher_hw_tdes_ofb()
59 out += MAXCHUNK; in ossl_cipher_hw_tdes_ofb()
75 while (inl >= MAXCHUNK) { in ossl_cipher_hw_tdes_cfb()
77 DES_ede3_cfb64_encrypt(in, out, (long)MAXCHUNK, in ossl_cipher_hw_tdes_cfb()
80 inl -= MAXCHUNK; in ossl_cipher_hw_tdes_cfb()
81 in += MAXCHUNK; in ossl_cipher_hw_tdes_cfb()
82 out += MAXCHUNK; in ossl_cipher_hw_tdes_cfb()
124 while (inl >= MAXCHUNK) { in ossl_cipher_hw_tdes_cfb8()
125 DES_ede3_cfb_encrypt(in, out, 8, (long)MAXCHUNK, in ossl_cipher_hw_tdes_cfb8()
128 inl -= MAXCHUNK; in ossl_cipher_hw_tdes_cfb8()
129 in += MAXCHUNK; in ossl_cipher_hw_tdes_cfb8()
130 out += MAXCHUNK; in ossl_cipher_hw_tdes_cfb8()