Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/methods/
H A Drecmethod_local.h89 #define TLS_RL_RECORD_set_input(r, i) ((r)->input = (i)) macro
H A Dtls_common.c1825 TLS_RL_RECORD_set_input(thiswr, (unsigned char *)thistempl->buf); in tls_write_records_default()