Lines Matching refs:p10CSR
186 if (ctx->p10CSR == NULL) { in ossl_cmp_msg_create()
190 if ((msg->body->value.p10cr = X509_REQ_dup(ctx->p10CSR)) == NULL) in ossl_cmp_msg_create()
260 if (ctx->p10CSR != NULL) /* first default is from any given CSR */ in determine_subj()
261 return X509_REQ_get_subject_name(ctx->p10CSR); in determine_subj()
294 if (for_KUR && refcert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_CTX_setup_CRM()
324 if (ctx->p10CSR != NULL in OSSL_CMP_CTX_setup_CRM()
325 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL) in OSSL_CMP_CTX_setup_CRM()
529 && (ctx->oldCert != NULL || ctx->p10CSR != NULL in ossl_cmp_rr_new()
542 } else if (ctx->p10CSR != NULL) { in ossl_cmp_rr_new()
543 pubkey = X509_REQ_get0_pubkey(ctx->p10CSR); in ossl_cmp_rr_new()
544 subject = X509_REQ_get_subject_name(ctx->p10CSR); in ossl_cmp_rr_new()