Home
last modified time | relevance | path

Searched refs:context3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/model/
H A Dcontext_test.cpp61 const model::context context3(fs::path("/foo/baz"), env); in ATF_TEST_CASE_BODY() local
66 ATF_REQUIRE(!(context1 == context3)); in ATF_TEST_CASE_BODY()
67 ATF_REQUIRE( context1 != context3); in ATF_TEST_CASE_BODY()
/freebsd/crypto/openssl/test/
H A Dcurve448_internal_test.c186 static const uint8_t context3[3] = { variable
611 pubkey3, privkey3, context3, in test_ed448()
612 sizeof(context3), NULL)) in test_ed448()