Home | History | Annotate | Download | only in ssl

Lines Matching refs:olen

157 			unsigned char *out, int olen)
200 if (olen>chunk && !EVP_MD_CTX_copy_ex(&ctx_tmp,&ctx))
213 if (olen > chunk)
215 j = olen;
219 olen-=j;
230 memcpy(out,A1,olen);
253 unsigned char *out2, int olen)
270 memset(out1,0,olen);
279 out2,olen))
282 for (i=0; i<olen; i++)
1222 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen,
1232 printf ("tls1_export_keying_material(%p,%p,%d,%s,%d,%p,%d)\n", s, out, olen, label, llen, p, plen);
1235 buff = OPENSSL_malloc(olen);
1292 out,buff,olen);