Lines Matching defs:len
180 BIO_printf(bio_s_out, "fetched PSK len=%ld\n", key_len);
630 size_t len;
634 unsigned int *len, void *arg)
639 *len = next_proto->len;
648 size_t len;
670 ((unsigned char **)out, outlen, alpn_ctx->data, alpn_ctx->len, in,
818 "Export len bytes of keying material; default 20"},
1757 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1764 alpn_ctx.data = next_protos_parse(&alpn_ctx.len, alpn_in);
2302 static long int count_reads_callback(BIO *bio, int cmd, const char *argp, size_t len,
2319 ret = (int)bio_dump_callback(bio, cmd, argp, len, argi, argl, ret, processed);