Searched refs:prep (Results 1 – 2 of 2) sorted by relevance
286 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local295 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()[all …]
908 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local915 if ((prep = OSSL_CMP_POLLREP_new()) == NULL) in ossl_cmp_pollRep_new()917 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()919 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new()921 if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after)) in ossl_cmp_pollRep_new()
Completed in 8 milliseconds