Lines Matching defs:len
2562 const void *buf, size_t len, SSL *ssl,
2711 const void *buf, size_t len, SSL *ssl,
3092 * SSL_get0_next_proto_negotiated sets *data and *len to point to the
3100 unsigned *len)
3104 *len = 0;
3106 *len = (unsigned int)s->ext.npn_len;
3239 * On return it sets |*data| to point to |*len| bytes of protocol name
3241 * respond with a negotiated protocol then |*len| will be zero.
3244 unsigned int *len)
3248 *len = 0;
3250 *len = (unsigned int)ssl->s3.alpn_selected_len;
4651 size_t len)
4653 if (len > sizeof(sess->master_key))
4656 memcpy(sess->master_key, in, len);
4657 sess->master_key_length = len;
4801 size_t len, SSL *ssl, void *arg))
4809 size_t len, SSL *ssl, void *arg))
4833 size_t len, void *arg))
4862 size_t len, void *arg))
5788 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
5794 if (!PACKET_buf_init(&pkt, bytes, len))