Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/methods/
H A Dktls_meth.c487 TLS_BUFFER_set_offset(wb, 0); in ktls_initialise_write_packets()
H A Drecmethod_local.h530 #define TLS_BUFFER_set_offset(b, o) ((b)->offset = (o)) macro
H A Dtls1_meth.c652 TLS_BUFFER_set_offset(wb, align); in tls1_initialise_write_packets()
H A Dtls_common.c1596 TLS_BUFFER_set_offset(wb, align); in tls_initialise_write_packets_default()
2009 TLS_BUFFER_set_offset(thiswb, 0); in tls_retry_write_records()