Home | History | Annotate | Download | only in ssl

Lines Matching defs:outl

2399 			int 		padl, outl = sizeof(epms);
2493 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
2495 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
2496 outl += padl;
2497 if (outl > (int)sizeof epms)
2505 s2n(outl,p);
2506 memcpy(p, epms, outl);
2507 p+=outl;
2508 n+=outl + 2;
2516 OPENSSL_cleanse(epms, outl);