Searched refs:prof (Results 1 – 1 of 1) sorted by relevance
485 const SRTP_PROTECTION_PROFILE *prof = in tls_construct_ctos_use_srtp() local488 if (prof == NULL || !WPACKET_put_bytes_u16(pkt, prof->id)) { in tls_construct_ctos_use_srtp()1723 SRTP_PROTECTION_PROFILE *prof; in tls_parse_stoc_use_srtp() local1752 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in tls_parse_stoc_use_srtp()1754 if (prof->id == id) { in tls_parse_stoc_use_srtp()1755 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
Completed in 11 milliseconds