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

  /src/crypto/external/apache2/openssl/dist/test/
sslbuffertest.c 279 const size_t first_rec_len = 57; local
282 partial_len += first_rec_len;
288 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA))
sslbuffertest.c 279 const size_t first_rec_len = 57; local
282 partial_len += first_rec_len;
288 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA))
  /src/crypto/external/bsd/openssl/dist/test/
sslbuffertest.c 260 const size_t first_rec_len = 57; local
263 partial_len += first_rec_len;
269 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA))
sslbuffertest.c 260 const size_t first_rec_len = 57; local
263 partial_len += first_rec_len;
269 if (!TEST_int_eq(buf[first_rec_len], SSL3_RT_APPLICATION_DATA))
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record.c 188 size_t first_rec_len; local
527 first_rec_len = rr[0].length;
656 if (!early_data_count_ok(s, first_rec_len,
ssl3_record.c 188 size_t first_rec_len; local
527 first_rec_len = rr[0].length;
656 if (!early_data_count_ok(s, first_rec_len,

Completed in 44 milliseconds