Searched refs:check_resumption (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ssl_test.c | 212 static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_resumption() function 377 ret &= check_resumption(result, test_ctx); in check_test()
|
H A D | sslapitest.c | 1539 static int check_resumption(int idx, SSL_CTX *sctx, SSL_CTX *cctx, int succ) in check_resumption() function 1642 if (!check_resumption(idx, sctx, cctx, 0)) in test_tickets() 1685 if (!check_resumption(idx, sctx, cctx, 1)) in test_tickets()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ssl_test.c | 215 static int check_resumption(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_resumption() function 380 ret &= check_resumption(result, test_ctx); in check_test()
|