HomeSort by: relevance | last modified time | path
    Searched defs:supported_versions (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_port.c 1233 uint32_t supported_versions[1]; local
1248 supported_versions[0] = QUIC_VERSION_1;
1259 hdr.len = sizeof(supported_versions);
1260 hdr.data = (unsigned char *)supported_versions;
1277 for (i = 0; i < OSSL_NELEM(supported_versions); i++) {
1278 if (!WPACKET_put_bytes_u32(&wpkt, supported_versions[i]))
quic_port.c 1233 uint32_t supported_versions[1]; local
1248 supported_versions[0] = QUIC_VERSION_1;
1259 hdr.len = sizeof(supported_versions);
1260 hdr.data = (unsigned char *)supported_versions;
1277 for (i = 0; i < OSSL_NELEM(supported_versions); i++) {
1278 if (!WPACKET_put_bytes_u32(&wpkt, supported_versions[i]))

Completed in 151 milliseconds