Lines Matching refs:p10CSR
187 if (ctx->p10CSR == NULL) {
191 if ((msg->body->value.p10cr = X509_REQ_dup(ctx->p10CSR)) == NULL)
261 if (ctx->p10CSR != NULL) /* first default is from any given CSR */
262 return X509_REQ_get_subject_name(ctx->p10CSR);
295 if (for_KUR && refcert == NULL && ctx->p10CSR == NULL) {
325 if (ctx->p10CSR != NULL
326 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL)
526 || ctx->p10CSR != NULL)))
540 X509_REQ_get0_pubkey(ctx->p10CSR),
541 X509_REQ_get_subject_name(ctx->p10CSR),