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

  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 8803 # define MULTIBLOCK_FRAGSIZE 512
8828 unsigned char msg[MULTIBLOCK_FRAGSIZE * 9];
8852 if (!TEST_true(SSL_CTX_set_max_send_fragment(sctx, MULTIBLOCK_FRAGSIZE)))
8873 if (!TEST_true(SSL_read_ex(clientssl, p, MULTIBLOCK_FRAGSIZE, &readbytes)))
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 9826 #define MULTIBLOCK_FRAGSIZE 512
9850 unsigned char msg[MULTIBLOCK_FRAGSIZE * 9];
9874 if (!TEST_true(SSL_CTX_set_max_send_fragment(sctx, MULTIBLOCK_FRAGSIZE)))
9895 if (!TEST_true(SSL_read_ex(clientssl, p, MULTIBLOCK_FRAGSIZE, &readbytes)))

Completed in 70 milliseconds