Home
last modified time | relevance | path

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

/dports/security/axTLS/axTLS/ssl/
H A Dtls1.c1850 int total_cert_size = (buf[offset]<<8) + buf[offset+1]; in process_certificate() local
1855 PARANOIA_CHECK(total_cert_size, offset); in process_certificate()
1857 while (offset < total_cert_size) in process_certificate()
/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/axTLS/
H A Dtls1.c2062 int total_cert_size = (buf[offset]<<8) + buf[offset+1]; in process_certificate() local
2067 PARANOIA_CHECK(total_cert_size, offset); in process_certificate()
2069 while (offset < total_cert_size) in process_certificate()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/ThirdParty/axTLS/ssl/
H A Dtls1.c1925 int total_cert_size = (buf[offset]<<8) + buf[offset+1]; in process_certificate() local
1930 PARANOIA_CHECK(total_cert_size, offset); in process_certificate()
1932 while (offset < total_cert_size) in process_certificate()