Searched refs:tls12_record_layer_seal_record (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libssl/ |
| D | ssl_pkt.c | 599 if (!tls12_record_layer_seal_record(s->rl, type, in do_ssl3_write() 605 if (!tls12_record_layer_seal_record(s->rl, type, buf, len, &cbb)) in do_ssl3_write()
|
| D | d1_pkt.c | 1020 if (!tls12_record_layer_seal_record(s->rl, type, buf, len, &cbb)) in do_dtls1_write()
|
| D | ssl_local.h | 653 int tls12_record_layer_seal_record(struct tls12_record_layer *rl,
|
| D | tls12_record_layer.c | 1249 tls12_record_layer_seal_record(struct tls12_record_layer *rl, in tls12_record_layer_seal_record() function
|