Lines Matching refs:const
274 ASN1_OBJECT *OSSL_CMP_ITAV_get0_type(const OSSL_CMP_ITAV *itav);
275 ASN1_TYPE *OSSL_CMP_ITAV_get0_value(const OSSL_CMP_ITAV *itav);
282 int OSSL_CMP_ITAV_get0_certProfile(const OSSL_CMP_ITAV *itav,
284 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_caCerts(const STACK_OF(X509) *caCerts);
285 int OSSL_CMP_ITAV_get0_caCerts(const OSSL_CMP_ITAV *itav, STACK_OF(X509) **out);
287 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaCert(const X509 *rootCaCert);
288 int OSSL_CMP_ITAV_get0_rootCaCert(const OSSL_CMP_ITAV *itav, X509 **out);
289 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_rootCaKeyUpdate(const X509 *newWithNew,
290 const X509 *newWithOld,
291 const X509 *oldWithNew);
292 int OSSL_CMP_ITAV_get0_rootCaKeyUpdate(const OSSL_CMP_ITAV *itav,
297 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_create(const X509_CRL *crl,
298 const X509 *cert, int only_DN);
299 OSSL_CMP_CRLSTATUS *OSSL_CMP_CRLSTATUS_new1(const DIST_POINT_NAME *dpn,
300 const GENERAL_NAMES *issuer,
301 const ASN1_TIME *thisUpdate);
302 int OSSL_CMP_CRLSTATUS_get0(const OSSL_CMP_CRLSTATUS *crlstatus,
308 int OSSL_CMP_ITAV_get0_crlStatusList(const OSSL_CMP_ITAV *itav,
310 OSSL_CMP_ITAV *OSSL_CMP_ITAV_new_crls(const X509_CRL *crls);
311 int OSSL_CMP_ITAV_get0_crls(const OSSL_CMP_ITAV *it, STACK_OF(X509_CRL) **out);
315 int OSSL_CMP_ITAV_get1_certReqTemplate(const OSSL_CMP_ITAV *itav,
322 ASN1_OBJECT *OSSL_CMP_ATAV_get0_type(const OSSL_CMP_ATAV *itav);
323 ASN1_TYPE *OSSL_CMP_ATAV_get0_value(const OSSL_CMP_ATAV *itav);
324 OSSL_CMP_ATAV *OSSL_CMP_ATAV_new_algId(const X509_ALGOR *alg);
325 X509_ALGOR *OSSL_CMP_ATAV_get0_algId(const OSSL_CMP_ATAV *atav);
327 int OSSL_CMP_ATAV_get_rsaKeyLen(const OSSL_CMP_ATAV *atav);
328 int OSSL_CMP_ATAV_push1(OSSL_CMP_ATAVS **sk_p, const OSSL_CMP_ATAV *atav);
333 OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq);
336 OSSL_LIB_CTX *OSSL_CMP_CTX_get0_libctx(const OSSL_CMP_CTX *ctx);
337 const char *OSSL_CMP_CTX_get0_propq(const OSSL_CMP_CTX *ctx);
364 int OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt);
369 void OSSL_CMP_CTX_print_errors(const OSSL_CMP_CTX *ctx);
371 int OSSL_CMP_CTX_set1_serverPath(OSSL_CMP_CTX *ctx, const char *path);
372 int OSSL_CMP_CTX_set1_server(OSSL_CMP_CTX *ctx, const char *address);
374 int OSSL_CMP_CTX_set1_proxy(OSSL_CMP_CTX *ctx, const char *name);
375 int OSSL_CMP_CTX_set1_no_proxy(OSSL_CMP_CTX *ctx, const char *names);
379 void *OSSL_CMP_CTX_get_http_cb_arg(const OSSL_CMP_CTX *ctx);
382 const OSSL_CMP_MSG *req);
385 void *OSSL_CMP_CTX_get_transfer_cb_arg(const OSSL_CMP_CTX *ctx);
388 int OSSL_CMP_CTX_set1_expected_sender(OSSL_CMP_CTX *ctx, const X509_NAME *name);
391 X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx);
394 STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx);
401 const unsigned char *ref, int len);
403 const unsigned char *sec, int len);
405 int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
409 *OSSL_CMP_CTX_get0_geninfo_ITAVs(const OSSL_CMP_CTX *ctx);
414 EVP_PKEY *OSSL_CMP_CTX_get0_newPkey(const OSSL_CMP_CTX *ctx, int priv);
415 int OSSL_CMP_CTX_set1_issuer(OSSL_CMP_CTX *ctx, const X509_NAME *name);
416 int OSSL_CMP_CTX_set1_serialNumber(OSSL_CMP_CTX *ctx, const ASN1_INTEGER *sn);
417 int OSSL_CMP_CTX_set1_subjectName(OSSL_CMP_CTX *ctx, const X509_NAME *name);
419 const GENERAL_NAME *name);
424 int OSSL_CMP_CTX_set1_p10CSR(OSSL_CMP_CTX *ctx, const X509_REQ *csr);
429 int fail_info, const char **txt);
431 const char **text);
434 void *OSSL_CMP_CTX_get_certConf_cb_arg(const OSSL_CMP_CTX *ctx);
436 int OSSL_CMP_CTX_get_status(const OSSL_CMP_CTX *ctx);
437 OSSL_CMP_PKIFREETEXT *OSSL_CMP_CTX_get0_statusString(const OSSL_CMP_CTX *ctx);
438 int OSSL_CMP_CTX_get_failInfoCode(const OSSL_CMP_CTX *ctx);
440 X509 *OSSL_CMP_CTX_get0_validatedSrvCert(const OSSL_CMP_CTX *ctx);
441 X509 *OSSL_CMP_CTX_get0_newCert(const OSSL_CMP_CTX *ctx);
442 STACK_OF(X509) *OSSL_CMP_CTX_get1_newChain(const OSSL_CMP_CTX *ctx);
443 STACK_OF(X509) *OSSL_CMP_CTX_get1_caPubs(const OSSL_CMP_CTX *ctx);
444 STACK_OF(X509) *OSSL_CMP_CTX_get1_extraCertsIn(const OSSL_CMP_CTX *ctx);
446 const ASN1_OCTET_STRING *id);
448 const ASN1_OCTET_STRING *nonce);
451 char *OSSL_CMP_CTX_snprint_PKIStatus(const OSSL_CMP_CTX *ctx, char *buf,
453 char *OSSL_CMP_snprint_PKIStatusInfo(const OSSL_CMP_PKISI *statusInfo,
456 OSSL_CMP_STATUSINFO_new(int status, int fail_info, const char *text);
459 ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_transactionID(const
461 ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
463 *OSSL_CMP_HDR_get0_geninfo_ITAVs(const OSSL_CMP_PKIHEADER *hdr);
466 OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
467 int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
468 X509_PUBKEY *OSSL_CMP_MSG_get0_certreq_publickey(const OSSL_CMP_MSG *msg);
472 OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
473 const char *propq);
474 int OSSL_CMP_MSG_write(const char *file, const OSSL_CMP_MSG *msg);
476 int i2d_OSSL_CMP_MSG_bio(BIO *bio, const OSSL_CMP_MSG *msg);
479 int OSSL_CMP_validate_msg(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg);
480 int OSSL_CMP_validate_cert_path(const OSSL_CMP_CTX *ctx,
486 const OSSL_CMP_MSG *req);
492 const OSSL_CMP_MSG *req);
494 const OSSL_CMP_MSG *req);
495 OSSL_CMP_SRV_CTX *OSSL_CMP_SRV_CTX_new(OSSL_LIB_CTX *libctx, const char *propq);
498 (OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *req, int certReqId,
499 const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr,
502 const OSSL_CMP_MSG *req,
503 const X509_NAME *issuer,
504 const ASN1_INTEGER *serial);
506 const OSSL_CMP_MSG *req,
507 const STACK_OF(OSSL_CMP_ITAV) *in,
510 const OSSL_CMP_MSG *req,
511 const OSSL_CMP_PKISI *statusInfo,
512 const ASN1_INTEGER *errorCode,
513 const OSSL_CMP_PKIFREETEXT *errDetails);
515 const OSSL_CMP_MSG *req,
517 const ASN1_OCTET_STRING *certHash,
518 const OSSL_CMP_PKISI *si);
520 const OSSL_CMP_MSG *req, int certReqId,
531 const OSSL_CMP_MSG *req);
533 const ASN1_OCTET_STRING *id);
537 OSSL_CMP_CTX *OSSL_CMP_SRV_CTX_get0_cmp_ctx(const OSSL_CMP_SRV_CTX *srv_ctx);
538 void *OSSL_CMP_SRV_CTX_get0_custom_ctx(const OSSL_CMP_SRV_CTX *srv_ctx);
548 const OSSL_CRMF_MSG *crm);
564 const OSSL_CRMF_MSG *crm, int *checkAfter);
571 const X509 *oldWithOld, X509 **newWithNew,
573 int OSSL_CMP_get1_crlUpdate(OSSL_CMP_CTX *ctx, const X509 *crlcert,
574 const X509_CRL *last_crl,