Home | History | Annotate | Download | only in ssl

Lines Matching full:larg

3108 long ssl3_ctrl(SSL *s, int cmd, long larg, void *parg)
3261 if (larg == TLSEXT_NAMETYPE_host_name)
3294 if (larg > 12288) /* actual internal limit is 2^16 for the complete hello message
3302 if ((size_t)larg == 0)
3305 s->tlsext_opaque_prf_input = BUF_memdup(parg, (size_t)larg);
3308 s->tlsext_opaque_prf_input_len = (size_t)larg;
3317 s->tlsext_status_type=larg;
3349 s->tlsext_ocsp_resplen = larg;
3366 if (larg)
3400 memcpy(parg, s->s3->tlsext_channel_id, larg < 64 ? larg : 64);
3467 long ssl3_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
3604 if (larg != 48)
3670 ctx->srp_ctx.strength=larg;