Searched refs:SET_OPT_UNPROTECTED_SEND (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A D | cmp_protect_test.c | 190 #define SET_OPT_UNPROTECTED_SEND(ctx, val) \ macro 198 || !TEST_true(SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 1))) { in test_MSG_protect_unprotected_request() 214 || !TEST_true(SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 0)) in test_MSG_protect_with_msg_sig_alg_protection_plus_rsa_key() 238 || !TEST_true(SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 0)) in test_MSG_protect_with_certificate_and_key() 257 || !TEST_true(SET_OPT_UNPROTECTED_SEND(ctx, 0)) in test_MSG_protect_certificate_based_without_cert() 272 || !TEST_true(SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 0))) { in test_MSG_protect_no_key_no_secret() 288 || !SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 0) in test_MSG_protect_pbmac_no_sender()
|
A D | cmp_msg_test.c | 46 #define SET_OPT_UNPROTECTED_SEND(ctx, val) \ macro 57 || !TEST_true(SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 1)) in set_up() 153 || !TEST_true(SET_OPT_UNPROTECTED_SEND(ctx, 0)) in test_cmp_create_ir_protection_set() 171 || !TEST_true(SET_OPT_UNPROTECTED_SEND(fixture->cmp_ctx, 0)) in test_cmp_create_ir_protection_fails()
|
Completed in 6 milliseconds