Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_client.c67 OSSL_CMP_CERTREPMESSAGE *crepmsg = rep->body->value.ip; in unprotected_exception() local
69 ossl_cmp_certrepmessage_get0_certresponse(crepmsg, any_rid); in unprotected_exception()
71 if (sk_OSSL_CMP_CERTRESPONSE_num(crepmsg->response) > 1) in unprotected_exception()
121 OSSL_CMP_CERTREPMESSAGE *crepmsg; in is_crep_with_waiting() local
128 crepmsg = resp->body->value.ip; /* same for cp and kup */ in is_crep_with_waiting()
129 crep = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, rid); in is_crep_with_waiting()
662 OSSL_CMP_CERTREPMESSAGE *crepmsg = NULL; in cert_response() local
677 crepmsg = (*resp)->body->value.ip; /* same for cp and kup */ in cert_response()
678 if (sk_OSSL_CMP_CERTRESPONSE_num(crepmsg->response) > 1) { in cert_response()
746 if (crepmsg != NULL && crepmsg->caPubs != NULL in cert_response()
[all …]
/openssl/test/
H A Dcmp_msg_test.c383 OSSL_CMP_CERTREPMESSAGE *crepmsg = OSSL_CMP_CERTREPMESSAGE_new(); in execute_certrep_create() local
388 if (crepmsg == NULL || cresp == NULL) in execute_certrep_create()
398 || !sk_OSSL_CMP_CERTRESPONSE_push(crepmsg->response, cresp)) in execute_certrep_create()
401 read_cresp = ossl_cmp_certrepmessage_get0_certresponse(crepmsg, 99); in execute_certrep_create()
404 if (!TEST_ptr_null(ossl_cmp_certrepmessage_get0_certresponse(crepmsg, 88))) in execute_certrep_create()
414 OSSL_CMP_CERTREPMESSAGE_free(crepmsg); in execute_certrep_create()

Completed in 9 milliseconds