Lines Matching refs:prep
286 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local
295 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()
299 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response()
300 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
360 OSSL_CMP_MSG_free(prep); in poll_for_response()
361 prep = NULL; in poll_for_response()
369 } else if (is_crep_with_waiting(prep, rid) in poll_for_response()
370 || ossl_cmp_is_error_with_waiting(prep)) { in poll_for_response()
385 if (prep == NULL) in poll_for_response()
389 *rep = prep; in poll_for_response()
395 OSSL_CMP_MSG_free(prep); in poll_for_response()