Home | History | Annotate | Download | only in ssl

Lines Matching defs:outl

2150 			int 		padl, outl = sizeof(epms);
2244 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
2246 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
2247 outl += padl;
2248 if (outl > (int)sizeof epms)
2256 s2n(outl,p);
2257 memcpy(p, epms, outl);
2258 p+=outl;
2259 n+=outl + 2;
2267 OPENSSL_cleanse(epms, outl);