HomeSort by: relevance | last modified time | path
    Searched refs:test_exec_CR_ses (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
cmp_client_test.c 230 static int test_exec_CR_ses(int implicit_confirm, int granted, int reject)
247 return test_exec_CR_ses(0, 0, 0)
248 && test_exec_CR_ses(0, 0, 1 /* reject */);
253 return test_exec_CR_ses(1, 0, 0)
254 && test_exec_CR_ses(1, 1 /* granted */, 0);
  /src/crypto/external/apache2/openssl/dist/test/
cmp_client_test.c 242 static int test_exec_CR_ses(int implicit_confirm, int granted, int reject)
259 return test_exec_CR_ses(0, 0, 0)
260 && test_exec_CR_ses(0, 0, 1 /* reject */);
265 return test_exec_CR_ses(1, 0, 0)
266 && test_exec_CR_ses(1, 1 /* granted */, 0);

Completed in 22 milliseconds