Searched refs:prof (Results 1 – 1 of 1) sorted by relevance
452 const SRTP_PROTECTION_PROFILE *prof = in tls_construct_ctos_use_srtp() local455 if (prof == NULL || !WPACKET_put_bytes_u16(pkt, prof->id)) { in tls_construct_ctos_use_srtp()1632 SRTP_PROTECTION_PROFILE *prof; in tls_parse_stoc_use_srtp() local1661 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in tls_parse_stoc_use_srtp()1663 if (prof->id == id) { in tls_parse_stoc_use_srtp()1664 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
Completed in 5 milliseconds