Home
last modified time | relevance | path

Searched refs:SSL_TEST_HANDSHAKE_RESUME (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h73 SSL_TEST_HANDSHAKE_RESUME, enumerator
H A Dssl_test_ctx.c372 {"Resume", SSL_TEST_HANDSHAKE_RESUME},
H A Dhandshake.c1738 || test_ctx->handshake_mode != SSL_TEST_HANDSHAKE_RESUME in do_handshake()
/freebsd/crypto/openssl/test/
H A Dssl_test.c427 if (test_ctx->handshake_mode == SSL_TEST_HANDSHAKE_RESUME) { in test_handshake()
475 if (test_ctx->handshake_mode == SSL_TEST_HANDSHAKE_RESUME) { in test_handshake()
H A Dssl_test_ctx_test.c165 fixture->expected_ctx->handshake_mode = SSL_TEST_HANDSHAKE_RESUME; in test_good_configuration()