Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_client.c282 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() function
437 if (poll_for_response(ctx, 1 /* can sleep */, OSSL_CMP_CERTREQID_NONE, in send_receive_also_delayed()
713 if ((ret = poll_for_response(ctx, sleep, rid, resp, checkAfter)) != 0) { in cert_response()
845 res = poll_for_response(ctx, 0 /* no sleep */, rid, &rep, checkAfter); in OSSL_CMP_try_certreq()

Completed in 6 milliseconds