Lines Matching full:outl
1079 int padl, outl = sizeof(epms);
1171 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1173 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1174 outl += padl;
1175 if (outl > (int)sizeof epms)
1183 s2n(outl,p);
1184 memcpy(p, epms, outl);
1185 p+=outl;
1186 n+=outl + 2;
1194 OPENSSL_cleanse(epms, outl);