Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_client_test.c98 fixt->expected == OSSL_CMP_PKISTATUS_accepted) in execute_exec_RR_ses_test()
114 && fixture->expected == OSSL_CMP_PKISTATUS_accepted ? in execute_exec_GENM_ses_test_single()
136 if (fixture->expected != OSSL_CMP_PKISTATUS_accepted) in execute_exec_certrequest_ses_test()
157 : OSSL_CMP_PKISTATUS_accepted; in test_exec_RR_ses()
189 fixture->expected = OSSL_CMP_PKISTATUS_accepted; in test_exec_IR_ses()
215 return test_exec_IR_ses_poll(checkAfter, 2, 0, OSSL_CMP_PKISTATUS_accepted); in test_exec_IR_ses_poll_ok()
221 OSSL_CMP_PKISTATUS_accepted); in test_exec_IR_ses_poll_no_timeout()
240 : OSSL_CMP_PKISTATUS_accepted; in test_exec_CR_ses()
276 raverified ? OSSL_CMP_PKISTATUS_rejection : OSSL_CMP_PKISTATUS_accepted; in test_exec_KUR_ses()
330 : OSSL_CMP_PKISTATUS_accepted; in test_exec_P10CR_ses()
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_status.c44 case OSSL_CMP_PKISTATUS_accepted: in ossl_cmp_PKIStatus_to_string()
216 if (!failinfo_found && status != OSSL_CMP_PKISTATUS_accepted in snprint_PKIStatusInfo_parts()
H A Dcmp_client.c98 if (ctx->status < OSSL_CMP_PKISTATUS_accepted) in save_statusInfo()
431 case OSSL_CMP_PKISTATUS_accepted: in get1_cert_status()
807 case OSSL_CMP_PKISTATUS_accepted: in OSSL_CMP_exec_RR_ses()
908 ctx->status = OSSL_CMP_PKISTATUS_accepted; in STACK_OF()
H A Dcmp_server.c374 && ossl_cmp_pkisi_get_status(si) != OSSL_CMP_PKISTATUS_accepted) { in process_certConf()
H A Dcmp_msg.c837 OSSL_CMP_STATUSINFO_new(OSSL_CMP_PKISTATUS_accepted, 0, text); in ossl_cmp_certConf_new()
/freebsd/crypto/openssl/apps/
H A Dcmp.c185 static int opt_pkistatus = OSSL_CMP_PKISTATUS_accepted;
2774 status == OSSL_CMP_PKISTATUS_accepted in print_status()
2779 status == OSSL_CMP_PKISTATUS_accepted ? "info" : in print_status()
3013 if (OSSL_CMP_CTX_get_status(cmp_ctx) < OSSL_CMP_PKISTATUS_accepted) in cmp_main()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod113 On success it records in I<ctx> the status B<OSSL_CMP_PKISTATUS_accepted>
H A DOSSL_CMP_CTX_new.pod638 =item B<OSSL_CMP_PKISTATUS_accepted> on successful receipt of a GENP message:
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in200 # define OSSL_CMP_PKISTATUS_accepted 0 macro
H A Dcmp.h199 # define OSSL_CMP_PKISTATUS_accepted 0 macro