Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls12_server.c550 size_t profile_length; in ssl_parse_use_srtp_ext() local
588 profile_length = (buf[0] << 8) | buf[1]; in ssl_parse_use_srtp_ext()
592 if (profile_length > len - size_of_lengths || in ssl_parse_use_srtp_ext()
593 profile_length % 2 != 0) { /* profiles are 2 bytes long, so the length must be even */ in ssl_parse_use_srtp_ext()
602 for (j = 0; j < profile_length; j += 2) { in ssl_parse_use_srtp_ext()
627 buf += profile_length; /* buf points to the mki length */ in ssl_parse_use_srtp_ext()
632 mki_length + profile_length + size_of_lengths != len) { in ssl_parse_use_srtp_ext()