Lines Matching refs:res
459 int res = 0; in ossl_cmp_exchange_certConf() local
466 res = send_receive_also_delayed(ctx, certConf, &PKIconf, in ossl_cmp_exchange_certConf()
472 return res; in ossl_cmp_exchange_certConf()
482 int res = 0; in ossl_cmp_exchange_error() local
491 res = send_receive_also_delayed(ctx, error, in ossl_cmp_exchange_error()
498 return res; in ossl_cmp_exchange_error()
804 int res; in initial_certreq() local
815 res = send_receive_check(ctx, req, p_rep, rep_type); in initial_certreq()
817 return res; in initial_certreq()
827 int res = 0; in OSSL_CMP_try_certreq() local
845 res = poll_for_response(ctx, 0 /* no sleep */, rid, &rep, checkAfter); in OSSL_CMP_try_certreq()
846 if (res <= 0) /* waiting or error */ in OSSL_CMP_try_certreq()
847 return res; in OSSL_CMP_try_certreq()
849 res = cert_response(ctx, 0 /* no sleep */, rid, &rep, checkAfter, in OSSL_CMP_try_certreq()
854 return res; in OSSL_CMP_try_certreq()