Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_client_test.c442 static int test_exec_GENM_ses(int transfer_error, int total_timeout, int expect) in test_exec_GENM_ses() function
459 return test_exec_GENM_ses(0, 0, OSSL_CMP_PKISTATUS_accepted); in test_exec_GENM_ses_ok()
464 return test_exec_GENM_ses(1, 0, OSSL_CMP_PKISTATUS_trans); in test_exec_GENM_ses_transfer_error()
469 return test_exec_GENM_ses(0, -1, OSSL_CMP_PKISTATUS_trans); in test_exec_GENM_ses_total_timeout()