Searched refs:prep (Results 1 – 2 of 2) sorted by relevance
258 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local267 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()271 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response()272 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()332 OSSL_CMP_MSG_free(prep); in poll_for_response()333 prep = NULL; in poll_for_response()347 if (prep == NULL) in poll_for_response()351 *rep = prep; in poll_for_response()356 OSSL_CMP_MSG_free(prep); in poll_for_response()
893 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local900 if ((prep = OSSL_CMP_POLLREP_new()) == NULL) in ossl_cmp_pollRep_new()902 if (!sk_OSSL_CMP_POLLREP_push(msg->body->value.pollRep, prep)) in ossl_cmp_pollRep_new()904 if (!ASN1_INTEGER_set(prep->certReqId, crid)) in ossl_cmp_pollRep_new()906 if (!ASN1_INTEGER_set_int64(prep->checkAfter, poll_after)) in ossl_cmp_pollRep_new()
Completed in 7 milliseconds