Home
last modified time | relevance | path

Searched refs:helloSz (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dtls13.c3332 if (helloSz < OPAQUE16_LEN) in DoTls13ServerHello()
4494 if (i + b > helloSz) { in DoTls13SupportedVersions()
4499 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4503 if (i + suiteSz + 1 > helloSz) in DoTls13SupportedVersions()
4508 if (i + b > helloSz) in DoTls13SupportedVersions()
4513 if (i < helloSz) { in DoTls13SupportedVersions()
4514 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4518 if (totalExtSz != helloSz - i) in DoTls13SupportedVersions()
4567 word32 helloSz) in DoTls13ClientHello() argument
4701 if (sessIdSz + args->idx > helloSz) { in DoTls13ClientHello()
[all …]
H A Dtls.c2228 if (offset + len16 > helloSz) in TLSX_SNI_GetFromBuffer()
2238 if (offset + len32 > helloSz) in TLSX_SNI_GetFromBuffer()
2244 if (helloSz < offset + clientHello[offset]) in TLSX_SNI_GetFromBuffer()
2250 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2256 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2262 if (helloSz < offset + 1) in TLSX_SNI_GetFromBuffer()
2271 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2277 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2290 if (helloSz < offset + extLen) in TLSX_SNI_GetFromBuffer()
2301 if (helloSz < offset + listLen) in TLSX_SNI_GetFromBuffer()
[all …]
H A Dinternal.c23261 word32 helloSz) argument
23380 if ( (i - begin) < helloSz) {
23384 if ((i - begin) + OPAQUE16_LEN > helloSz)
23390 if ((i - begin) + totalExtSz > helloSz)
23410 if ( (i - begin) < helloSz) {
29458 word32 helloSz) argument
29682 if ((i - begin) + b > helloSz) {
29736 if ((i - begin) + OPAQUE16_LEN > helloSz) {
29808 if ((i - begin) + b > helloSz) {
29851 *inOutIdx += helloSz;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls13.c3332 if (helloSz < OPAQUE16_LEN) in DoTls13ServerHello()
4494 if (i + b > helloSz) { in DoTls13SupportedVersions()
4499 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4503 if (i + suiteSz + 1 > helloSz) in DoTls13SupportedVersions()
4508 if (i + b > helloSz) in DoTls13SupportedVersions()
4513 if (i < helloSz) { in DoTls13SupportedVersions()
4514 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4518 if (totalExtSz != helloSz - i) in DoTls13SupportedVersions()
4567 word32 helloSz) in DoTls13ClientHello() argument
4701 if (sessIdSz + args->idx > helloSz) { in DoTls13ClientHello()
[all …]
H A Dtls.c2228 if (offset + len16 > helloSz) in TLSX_SNI_GetFromBuffer()
2238 if (offset + len32 > helloSz) in TLSX_SNI_GetFromBuffer()
2244 if (helloSz < offset + clientHello[offset]) in TLSX_SNI_GetFromBuffer()
2250 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2256 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2262 if (helloSz < offset + 1) in TLSX_SNI_GetFromBuffer()
2271 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2277 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2290 if (helloSz < offset + extLen) in TLSX_SNI_GetFromBuffer()
2301 if (helloSz < offset + listLen) in TLSX_SNI_GetFromBuffer()
[all …]
H A Dinternal.c23259 word32 helloSz) argument
23378 if ( (i - begin) < helloSz) {
23382 if ((i - begin) + OPAQUE16_LEN > helloSz)
23388 if ((i - begin) + totalExtSz > helloSz)
23408 if ( (i - begin) < helloSz) {
29456 word32 helloSz) argument
29680 if ((i - begin) + b > helloSz) {
29734 if ((i - begin) + OPAQUE16_LEN > helloSz) {
29806 if ((i - begin) + b > helloSz) {
29849 *inOutIdx += helloSz;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dtls13.c3332 if (helloSz < OPAQUE16_LEN) in DoTls13ServerHello()
4494 if (i + b > helloSz) { in DoTls13SupportedVersions()
4499 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4503 if (i + suiteSz + 1 > helloSz) in DoTls13SupportedVersions()
4508 if (i + b > helloSz) in DoTls13SupportedVersions()
4513 if (i < helloSz) { in DoTls13SupportedVersions()
4514 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4518 if (totalExtSz != helloSz - i) in DoTls13SupportedVersions()
4567 word32 helloSz) in DoTls13ClientHello() argument
4701 if (sessIdSz + args->idx > helloSz) { in DoTls13ClientHello()
[all …]
H A Dtls.c2228 if (offset + len16 > helloSz)
2238 if (offset + len32 > helloSz)
2244 if (helloSz < offset + clientHello[offset])
2250 if (helloSz < offset + OPAQUE16_LEN)
2256 if (helloSz < offset + len16)
2262 if (helloSz < offset + 1)
2271 if (helloSz < offset + OPAQUE16_LEN)
2277 if (helloSz < offset + len16)
2290 if (helloSz < offset + extLen)
2301 if (helloSz < offset + listLen)
[all …]
H A Dinternal.c23259 word32 helloSz) argument
23378 if ( (i - begin) < helloSz) {
23382 if ((i - begin) + OPAQUE16_LEN > helloSz)
23388 if ((i - begin) + totalExtSz > helloSz)
23408 if ( (i - begin) < helloSz) {
29456 word32 helloSz) argument
29680 if ((i - begin) + b > helloSz) {
29734 if ((i - begin) + OPAQUE16_LEN > helloSz) {
29806 if ((i - begin) + b > helloSz) {
29849 *inOutIdx += helloSz;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dtls13.c3332 if (helloSz < OPAQUE16_LEN)
4494 if (i + b > helloSz) {
4499 if (i + OPAQUE16_LEN > helloSz)
4503 if (i + suiteSz + 1 > helloSz)
4508 if (i + b > helloSz)
4513 if (i < helloSz) {
4514 if (i + OPAQUE16_LEN > helloSz)
4518 if (totalExtSz != helloSz - i)
4567 word32 helloSz)
4701 if (sessIdSz + args->idx > helloSz) {
[all …]
H A Dtls.c2228 if (offset + len16 > helloSz) in TLSX_SNI_GetFromBuffer()
2238 if (offset + len32 > helloSz) in TLSX_SNI_GetFromBuffer()
2244 if (helloSz < offset + clientHello[offset]) in TLSX_SNI_GetFromBuffer()
2250 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2256 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2262 if (helloSz < offset + 1) in TLSX_SNI_GetFromBuffer()
2271 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2277 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2290 if (helloSz < offset + extLen) in TLSX_SNI_GetFromBuffer()
2301 if (helloSz < offset + listLen) in TLSX_SNI_GetFromBuffer()
[all …]
H A Dinternal.c23259 word32 helloSz) argument
23378 if ( (i - begin) < helloSz) {
23382 if ((i - begin) + OPAQUE16_LEN > helloSz)
23388 if ((i - begin) + totalExtSz > helloSz)
23408 if ( (i - begin) < helloSz) {
29456 word32 helloSz) argument
29680 if ((i - begin) + b > helloSz) {
29734 if ((i - begin) + OPAQUE16_LEN > helloSz) {
29806 if ((i - begin) + b > helloSz) {
29849 *inOutIdx += helloSz;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls13.c3332 if (helloSz < OPAQUE16_LEN) in DoTls13ServerHello()
4494 if (i + b > helloSz) { in DoTls13SupportedVersions()
4499 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4503 if (i + suiteSz + 1 > helloSz) in DoTls13SupportedVersions()
4508 if (i + b > helloSz) in DoTls13SupportedVersions()
4513 if (i < helloSz) { in DoTls13SupportedVersions()
4514 if (i + OPAQUE16_LEN > helloSz) in DoTls13SupportedVersions()
4518 if (totalExtSz != helloSz - i) in DoTls13SupportedVersions()
4567 word32 helloSz) in DoTls13ClientHello() argument
4701 if (sessIdSz + args->idx > helloSz) { in DoTls13ClientHello()
[all …]
H A Dtls.c2228 if (offset + len16 > helloSz) in TLSX_SNI_GetFromBuffer()
2238 if (offset + len32 > helloSz) in TLSX_SNI_GetFromBuffer()
2244 if (helloSz < offset + clientHello[offset]) in TLSX_SNI_GetFromBuffer()
2250 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2256 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2262 if (helloSz < offset + 1) in TLSX_SNI_GetFromBuffer()
2271 if (helloSz < offset + OPAQUE16_LEN) in TLSX_SNI_GetFromBuffer()
2277 if (helloSz < offset + len16) in TLSX_SNI_GetFromBuffer()
2290 if (helloSz < offset + extLen) in TLSX_SNI_GetFromBuffer()
2301 if (helloSz < offset + listLen) in TLSX_SNI_GetFromBuffer()
[all …]
H A Dinternal.c23259 word32 helloSz) argument
23378 if ( (i - begin) < helloSz) {
23382 if ((i - begin) + OPAQUE16_LEN > helloSz)
23388 if ((i - begin) + totalExtSz > helloSz)
23408 if ( (i - begin) < helloSz) {
29456 word32 helloSz) argument
29680 if ((i - begin) + b > helloSz) {
29734 if ((i - begin) + OPAQUE16_LEN > helloSz) {
29806 if ((i - begin) + b > helloSz) {
29849 *inOutIdx += helloSz;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dssl.h10429 const unsigned char* clientHello, unsigned int helloSz,
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dssl.h10429 const unsigned char* clientHello, unsigned int helloSz,
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dssl.h10429 const unsigned char* clientHello, unsigned int helloSz,
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Dssl.h10429 const unsigned char* clientHello, unsigned int helloSz,
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/
H A Dinternal.h1763 word32* inOutIdx, word32 helloSz);
1811 word32* inOutIdx, word32 helloSz,
H A Dssl.h3446 const unsigned char* clientHello, unsigned int helloSz,
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h1763 word32* inOutIdx, word32 helloSz);
1811 word32* inOutIdx, word32 helloSz,
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h1763 word32* inOutIdx, word32 helloSz);
1811 word32* inOutIdx, word32 helloSz,
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h1763 word32* inOutIdx, word32 helloSz);
1811 word32* inOutIdx, word32 helloSz,
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h1763 word32* inOutIdx, word32 helloSz);
1811 word32* inOutIdx, word32 helloSz,

12