Searched refs:poll_for_response (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 250 static int poll_for_response(OSSL_CMP_CTX *ctx, int sleep, int rid, in poll_for_response() function 596 if ((ret = poll_for_response(ctx, sleep, rid, resp, checkAfter)) != 0) { in cert_response() 710 res = poll_for_response(ctx, 0 /* no sleep */, rid, &rep, checkAfter); in OSSL_CMP_try_certreq()
|