Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A DOSSL_CMP_exec_certreq.pod14 OSSL_CMP_try_certreq,
33 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
77 OSSL_CMP_try_certreq() is an alternative to the above functions that is
88 OSSL_CMP_try_certreq() remembers in the CMP context that it should be retried
94 OSSL_CMP_try_certreq() again with the same parameter values as before.
95 OSSL_CMP_try_certreq() then polls
98 a negative value as the I<req_type> argument then OSSL_CMP_try_certreq()
132 OSSL_CMP_try_certreq() returns 1 if the requested certificate is available
/openssl-master/test/
A Dcmp_client_test.c243 return TEST_int_eq(-1, OSSL_CMP_try_certreq(ctx, TYPE, NULL, &check_after)) in execute_try_certreq_poll_test()
246 && TEST_int_eq(-1, OSSL_CMP_try_certreq(ctx, TYPE, NULL, &check_after)) in execute_try_certreq_poll_test()
250 OSSL_CMP_try_certreq(ctx, TYPE, NULL, NULL)) in execute_try_certreq_poll_test()
272 return TEST_int_eq(-1, OSSL_CMP_try_certreq(ctx, TYPE, NULL, &check_after)) in execute_try_certreq_poll_abort_test()
276 OSSL_CMP_try_certreq(ctx, -1, NULL, NULL)) in execute_try_certreq_poll_abort_test()
/openssl-master/fuzz/
A Dcmp.c84 (void)OSSL_CMP_try_certreq(ctx, OSSL_CMP_PKIBODY_CR, NULL, NULL); in cmp_client_process_response()
/openssl-master/crypto/cmp/
A Dcmp_client.c662 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() function
/openssl-master/include/openssl/
A Dcmp.h.in464 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/openssl-master/util/
A Dlibcrypto.num4952 OSSL_CMP_try_certreq 5080 3_0_0 EXIST::FUNCTION:CMP

Completed in 18 milliseconds