Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dssl_tlsext.c1369 CBS profile_ids, mki; in tlsext_srtp_client_parse() local
1371 if (!CBS_get_u16_length_prefixed(cbs, &profile_ids)) { in tlsext_srtp_client_parse()
1376 if (!CBS_get_u16(&profile_ids, &id) || CBS_len(&profile_ids) != 0) { in tlsext_srtp_client_parse()