Home
last modified time | relevance | path

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

/src/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()
/src/crypto/openssl/test/
H A Dcurve448_internal_test.c182 static const uint8_t context3[3] = { variable
607 pubkey3, privkey3, context3, in test_ed448()
608 sizeof(context3), 0, NULL)) in test_ed448()