Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_msg.c452 OSSL_CMP_CERTREPMESSAGE *repMsg = NULL; in ossl_cmp_certrep_new() local
461 repMsg = msg->body->value.ip; /* value.ip is same for cp and kup */ in ossl_cmp_certrep_new()
493 if (!sk_OSSL_CMP_CERTRESPONSE_push(repMsg->response, resp)) in ossl_cmp_certrep_new()
498 && (repMsg->caPubs = X509_chain_up_ref(caPubs)) == NULL) in ossl_cmp_certrep_new()