Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_pkt.c599 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()
Dd1_pkt.c1020 if (!tls12_record_layer_seal_record(s->rl, type, buf, len, &cbb)) in do_dtls1_write()
Dssl_local.h653 int tls12_record_layer_seal_record(struct tls12_record_layer *rl,
Dtls12_record_layer.c1249 tls12_record_layer_seal_record(struct tls12_record_layer *rl, in tls12_record_layer_seal_record() function