Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_clnt.c485 const SRTP_PROTECTION_PROFILE *prof = in tls_construct_ctos_use_srtp() local
488 if (prof == NULL || !WPACKET_put_bytes_u16(pkt, prof->id)) { in tls_construct_ctos_use_srtp()
1722 SRTP_PROTECTION_PROFILE *prof; in tls_parse_stoc_use_srtp() local
1751 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in tls_parse_stoc_use_srtp()
1753 if (prof->id == id) { in tls_parse_stoc_use_srtp()
1754 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()

Completed in 14 milliseconds