Home
last modified time | relevance | path

Searched refs:prep (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_client.c283 OSSL_CMP_MSG *prep = NULL; in poll_for_response() local
292 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()
296 if (OSSL_CMP_MSG_get_bodytype(prep) == OSSL_CMP_PKIBODY_POLLREP) { in poll_for_response()
297 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
357 OSSL_CMP_MSG_free(prep); in poll_for_response()
358 prep = NULL; in poll_for_response()
366 } else if (is_crep_with_waiting(prep, rid) in poll_for_response()
367 || ossl_cmp_is_error_with_waiting(prep)) { in poll_for_response()
382 if (prep == NULL) in poll_for_response()
386 *rep = prep; in poll_for_response()
[all …]
H A Dcmp_msg.c908 OSSL_CMP_POLLREP *prep; in ossl_cmp_pollRep_new() local
915 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 13 milliseconds