Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/
H A Drecord_local.h91 #define SSL3_RECORD_set_input(r, i) ((r)->input = (i)) macro
H A Drec_layer_d1.c897 SSL3_RECORD_set_input(&wr, (unsigned char *)buf); in do_dtls1_write()
H A Drec_layer_s3.c925 SSL3_RECORD_set_input(thiswr, (unsigned char *)&buf[totlen]); in do_ssl3_write()