Searched refs:tls12_record_layer_pseudo_header (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libssl/ |
H A D | tls12_record_layer.c | 620 tls12_record_layer_pseudo_header(struct tls12_record_layer *rl, in tls12_record_layer_pseudo_header() function 670 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len, in tls12_record_layer_mac() 720 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len, in tls12_record_layer_read_mac_cbc() 891 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len, in tls12_record_layer_open_record_protected_aead() 1145 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len, in tls12_record_layer_seal_record_protected_aead()
|