⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpx509cert.h

📁 vc环境下的pgp源码
💻 H
📖 第 1 页 / 共 4 页
字号:
size_t pgpasn_UnpkInPlaceTBSCertificate (
    PGPASN_CONTEXT *ctx,
    PGPASN_TBSCertificate *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackTBSCertificateInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_TBSCertificate **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofCertificateInternal(
    PGPASN_Certificate *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceCertificate(
    PGPASN_CONTEXT *ctx,
    PGPASN_Certificate *f);
size_t pgpasn_PackCertificateInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_Certificate *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceCertificate (
    PGPASN_CONTEXT *ctx,
    PGPASN_Certificate *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackCertificateInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_Certificate **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofCertificateRevocationListInternal(
    PGPASN_CertificateRevocationList *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceCertificateRevocationList(
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificateRevocationList *f);
size_t pgpasn_PackCertificateRevocationListInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_CertificateRevocationList *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceCertificateRevocationList (
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificateRevocationList *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackCertificateRevocationListInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificateRevocationList **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofCertificationRequestInternal(
    PGPASN_CertificationRequest *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceCertificationRequest(
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificationRequest *f);
size_t pgpasn_PackCertificationRequestInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_CertificationRequest *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceCertificationRequest (
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificationRequest *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackCertificationRequestInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificationRequest **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofGeneralNamesInternal(
    PGPASN_GeneralNames *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceGeneralNames(
    PGPASN_CONTEXT *ctx,
    PGPASN_GeneralNames *f);
size_t pgpasn_PackGeneralNamesInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_GeneralNames *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceGeneralNames (
    PGPASN_CONTEXT *ctx,
    PGPASN_GeneralNames *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackGeneralNamesInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_GeneralNames **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofSignerInfoInternal(
    PGPASN_SignerInfo *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceSignerInfo(
    PGPASN_CONTEXT *ctx,
    PGPASN_SignerInfo *f);
size_t pgpasn_PackSignerInfoInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_SignerInfo *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceSignerInfo (
    PGPASN_CONTEXT *ctx,
    PGPASN_SignerInfo *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackSignerInfoInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_SignerInfo **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofCertificateRevocationListsInternal(
    PGPASN_CertificateRevocationLists *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceCertificateRevocationLists(
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificateRevocationLists *f);
size_t pgpasn_PackCertificateRevocationListsInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_CertificateRevocationLists *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceCertificateRevocationLists (
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificateRevocationLists *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackCertificateRevocationListsInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_CertificateRevocationLists **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofCertificatesInternal(
    PGPASN_Certificates *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceCertificates(
    PGPASN_CONTEXT *ctx,
    PGPASN_Certificates *f);
size_t pgpasn_PackCertificatesInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_Certificates *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceCertificates (
    PGPASN_CONTEXT *ctx,
    PGPASN_Certificates *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackCertificatesInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_Certificates **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofDistributionPointNameInternal(
    PGPASN_DistributionPointName *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceDistributionPointName(
    PGPASN_CONTEXT *ctx,
    PGPASN_DistributionPointName *f);
size_t pgpasn_PackDistributionPointNameInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_DistributionPointName *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceDistributionPointName (
    PGPASN_CONTEXT *ctx,
    PGPASN_DistributionPointName *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackDistributionPointNameInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_DistributionPointName **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofSignerInfosInternal(
    PGPASN_SignerInfos *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceSignerInfos(
    PGPASN_CONTEXT *ctx,
    PGPASN_SignerInfos *f);
size_t pgpasn_PackSignerInfosInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_SignerInfos *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceSignerInfos (
    PGPASN_CONTEXT *ctx,
    PGPASN_SignerInfos *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackSignerInfosInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_SignerInfos **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofDistributionPointInternal(
    PGPASN_DistributionPoint *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceDistributionPoint(
    PGPASN_CONTEXT *ctx,
    PGPASN_DistributionPoint *f);
size_t pgpasn_PackDistributionPointInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_DistributionPoint *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceDistributionPoint (
    PGPASN_CONTEXT *ctx,
    PGPASN_DistributionPoint *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackDistributionPointInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_DistributionPoint **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofIssuingDistributionPointInternal(
    PGPASN_IssuingDistributionPoint *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceIssuingDistributionPoint(
    PGPASN_CONTEXT *ctx,
    PGPASN_IssuingDistributionPoint *f);
size_t pgpasn_PackIssuingDistributionPointInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_IssuingDistributionPoint *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceIssuingDistributionPoint (
    PGPASN_CONTEXT *ctx,
    PGPASN_IssuingDistributionPoint *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackIssuingDistributionPointInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_IssuingDistributionPoint **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofSignedDataInternal(
    PGPASN_SignedData *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceSignedData(
    PGPASN_CONTEXT *ctx,
    PGPASN_SignedData *f);
size_t pgpasn_PackSignedDataInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_SignedData *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceSignedData (
    PGPASN_CONTEXT *ctx,
    PGPASN_SignedData *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackSignedDataInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_SignedData **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);

size_t pgpasn_SizeofCRLDistPointsSyntaxInternal(
    PGPASN_CRLDistPointsSyntax *asnstruct,
    int outerSizeFlag,
    int expTaggedFlag);
void pgpasn_DropInPlaceCRLDistPointsSyntax(
    PGPASN_CONTEXT *ctx,
    PGPASN_CRLDistPointsSyntax *f);
size_t pgpasn_PackCRLDistPointsSyntaxInternal(
    PGPASN_CONTEXT *ctx,
    unsigned char *buf,
    size_t buflen,
    PGPASN_CRLDistPointsSyntax *asnstruct,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpkInPlaceCRLDistPointsSyntax (
    PGPASN_CONTEXT *ctx,
    PGPASN_CRLDistPointsSyntax *asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);
size_t pgpasn_UnpackCRLDistPointsSyntaxInternal(
    PGPASN_CONTEXT *ctx,
    PGPASN_CRLDistPointsSyntax **asnstruct,
    const unsigned char *buf,
    size_t buflen,
    unsigned char tag,
    int *erret);


#endif /* pgpX509Cert_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -