Searched refs:p10CSR (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 187 if (ctx->p10CSR == NULL) { in ossl_cmp_msg_create() 191 if ((msg->body->value.p10cr = X509_REQ_dup(ctx->p10CSR)) == NULL) in ossl_cmp_msg_create() 261 if (ctx->p10CSR != NULL) /* first default is from any given CSR */ in determine_subj() 262 return X509_REQ_get_subject_name(ctx->p10CSR); in determine_subj() 295 if (for_KUR && refcert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_CTX_setup_CRM() 325 if (ctx->p10CSR != NULL in OSSL_CMP_CTX_setup_CRM() 326 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL) in OSSL_CMP_CTX_setup_CRM() 526 || ctx->p10CSR != NULL))) in ossl_cmp_rr_new() 540 X509_REQ_get0_pubkey(ctx->p10CSR), in ossl_cmp_rr_new() 541 X509_REQ_get_subject_name(ctx->p10CSR), in ossl_cmp_rr_new() [all...] |
H A D | cmp_ctx.c | 228 X509_REQ_free(ctx->p10CSR); in OSSL_CMP_CTX_free() 790 DEFINE_OSSL_CMP_CTX_set1(p10CSR, X509_REQ) in DEFINE_OSSL_CMP_CTX_set1_up_ref() 847 if (ctx->p10CSR != NULL) in OSSL_CMP_CTX_get0_newPkey() 848 return priv ? NULL : X509_REQ_get0_pubkey(ctx->p10CSR); in OSSL_CMP_CTX_get0_newPkey() 858 if (ctx->p10CSR != NULL) in ossl_cmp_ctx_get0_newPubkey() 859 return X509_REQ_get0_pubkey(ctx->p10CSR); in ossl_cmp_ctx_get0_newPubkey()
|
H A D | cmp_local.h | 115 X509_REQ *p10CSR; /* for P10CR: PKCS#10 CSR to be sent */ member
|
H A D | cmp_client.c | 773 if (ctx->oldCert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_exec_RR_ses()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 187 if (ctx->p10CSR == NULL) { in ossl_cmp_msg_create() 191 if ((msg->body->value.p10cr = X509_REQ_dup(ctx->p10CSR)) == NULL) in ossl_cmp_msg_create() 261 if (ctx->p10CSR != NULL) /* first default is from any given CSR */ in determine_subj() 262 return X509_REQ_get_subject_name(ctx->p10CSR); in determine_subj() 295 if (for_KUR && refcert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_CTX_setup_CRM() 325 if (ctx->p10CSR != NULL in OSSL_CMP_CTX_setup_CRM() 326 && (exts = X509_REQ_get_extensions(ctx->p10CSR)) == NULL) in OSSL_CMP_CTX_setup_CRM() 526 || ctx->p10CSR != NULL))) in ossl_cmp_rr_new() 540 X509_REQ_get0_pubkey(ctx->p10CSR), in ossl_cmp_rr_new() 541 X509_REQ_get_subject_name(ctx->p10CSR), in ossl_cmp_rr_new() [all...] |
H A D | cmp_ctx.c | 228 X509_REQ_free(ctx->p10CSR); in OSSL_CMP_CTX_free() 790 DEFINE_OSSL_CMP_CTX_set1(p10CSR, X509_REQ) in DEFINE_OSSL_CMP_CTX_set1_up_ref() 847 if (ctx->p10CSR != NULL) in OSSL_CMP_CTX_get0_newPkey() 848 return priv ? NULL : X509_REQ_get0_pubkey(ctx->p10CSR); in OSSL_CMP_CTX_get0_newPkey() 858 if (ctx->p10CSR != NULL) in ossl_cmp_ctx_get0_newPubkey() 859 return X509_REQ_get0_pubkey(ctx->p10CSR); in ossl_cmp_ctx_get0_newPubkey()
|
H A D | cmp_local.h | 115 X509_REQ *p10CSR; /* for P10CR: PKCS#10 CSR to be sent */ member
|
H A D | cmp_client.c | 776 if (ctx->oldCert == NULL && ctx->p10CSR == NULL) { in OSSL_CMP_exec_RR_ses()
|
/third_party/openssl/test/ |
H A D | cmp_ctx_test.c | 773 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, p10CSR, X509_REQ) in DEFINE_SET_CB_TEST()
|
Completed in 13 milliseconds