Home
last modified time | relevance | path

Searched refs:tls_buffer_resize (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/ssl/
H A Dtls_buffer.c34 static int tls_buffer_resize(struct tls_buffer *buf, size_t capacity);
46 if (!tls_buffer_resize(buf, init_size)) in tls_buffer_new()
85 return tls_buffer_resize(buf, capacity); in tls_buffer_grow()
89 tls_buffer_resize(struct tls_buffer *buf, size_t capacity) in tls_buffer_resize() function
140 if (!tls_buffer_resize(buf, len)) in tls_buffer_extend()