Home | History | Annotate | Download | only in ssl

Lines Matching defs:outl

1058 			int 		padl, outl = sizeof(epms);
1150 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1152 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1153 outl += padl;
1154 if (outl > (int)sizeof epms)
1162 s2n(outl,p);
1163 memcpy(p, epms, outl);
1164 p+=outl;
1165 n+=outl + 2;
1173 OPENSSL_cleanse(epms, outl);