Lines Matching defs:len
2462 const void *buf, size_t len, SSL *ssl,
2611 const void *buf, size_t len, SSL *ssl,
2992 * SSL_get0_next_proto_negotiated sets *data and *len to point to the
3000 unsigned *len)
3004 *len = 0;
3006 *len = (unsigned int)s->ext.npn_len;
3139 * On return it sets |*data| to point to |*len| bytes of protocol name
3141 * respond with a negotiated protocol then |*len| will be zero.
3144 unsigned int *len)
3148 *len = 0;
3150 *len = (unsigned int)ssl->s3.alpn_selected_len;
4532 size_t len)
4534 if (len > sizeof(sess->master_key))
4537 memcpy(sess->master_key, in, len);
4538 sess->master_key_length = len;
4682 size_t len, SSL *ssl, void *arg))
4690 size_t len, SSL *ssl, void *arg))
4714 size_t len, void *arg))
4743 size_t len, void *arg))
5672 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
5678 if (!PACKET_buf_init(&pkt, bytes, len))