Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDtls13_record_layer.c99 CBS phh_cbs; member
376 CBS_data(&rl->phh_cbs), CBS_len(&rl->phh_cbs))) <= 0) in tls13_record_layer_send_phh()
378 if (!CBS_skip(&rl->phh_cbs, ret)) in tls13_record_layer_send_phh()
380 if (CBS_len(&rl->phh_cbs) != 0) in tls13_record_layer_send_phh()
387 CBS_init(&rl->phh_cbs, rl->phh_data, rl->phh_len); in tls13_record_layer_send_phh()
403 if (rl->phh_data != NULL && CBS_len(&rl->phh_cbs) != rl->phh_len) in tls13_record_layer_send_pending()
454 CBS_init(&rl->phh_cbs, rl->phh_data, rl->phh_len); in tls13_record_layer_phh()