Searched refs:expected_cipher (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h226 char *expected_cipher; member in struct:__anon135
H A Dssl_test_ctx.c634 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_cipher)
769 OPENSSL_free(ctx->expected_cipher);
/freebsd-current/crypto/openssl/test/
H A Dssl_test_ctx_test.c98 || !TEST_str_eq(ctx->expected_cipher,
99 ctx2->expected_cipher)
H A Dssl_test.c347 if (test_ctx->expected_cipher == NULL)
351 if (!TEST_str_eq(test_ctx->expected_cipher,

Completed in 62 milliseconds