📄 pkcs7.h
字号:
size_t PKISizeofExtendedCertificateInternal(
PKIExtendedCertificate *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceExtendedCertificate(
PKICONTEXT *ctx,
PKIExtendedCertificate *f);
size_t PKIPackExtendedCertificateInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIExtendedCertificate *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceExtendedCertificate (
PKICONTEXT *ctx,
PKIExtendedCertificate *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackExtendedCertificateInternal(
PKICONTEXT *ctx,
PKIExtendedCertificate **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofRecipientInfoInternal(
PKIRecipientInfo *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceRecipientInfo(
PKICONTEXT *ctx,
PKIRecipientInfo *f);
size_t PKIPackRecipientInfoInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIRecipientInfo *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceRecipientInfo (
PKICONTEXT *ctx,
PKIRecipientInfo *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackRecipientInfoInternal(
PKICONTEXT *ctx,
PKIRecipientInfo **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofSignerInfoInternal(
PKISignerInfo *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceSignerInfo(
PKICONTEXT *ctx,
PKISignerInfo *f);
size_t PKIPackSignerInfoInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKISignerInfo *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceSignerInfo (
PKICONTEXT *ctx,
PKISignerInfo *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackSignerInfoInternal(
PKICONTEXT *ctx,
PKISignerInfo **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofEncryptedDataInternal(
PKIEncryptedData *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceEncryptedData(
PKICONTEXT *ctx,
PKIEncryptedData *f);
size_t PKIPackEncryptedDataInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIEncryptedData *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceEncryptedData (
PKICONTEXT *ctx,
PKIEncryptedData *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackEncryptedDataInternal(
PKICONTEXT *ctx,
PKIEncryptedData **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofExtendedCertificateOrCertificateInternal(
PKIExtendedCertificateOrCertificate *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceExtendedCertificateOrCertificate(
PKICONTEXT *ctx,
PKIExtendedCertificateOrCertificate *f);
size_t PKIPackExtendedCertificateOrCertificateInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIExtendedCertificateOrCertificate *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceExtendedCertificateOrCertificate (
PKICONTEXT *ctx,
PKIExtendedCertificateOrCertificate *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackExtendedCertificateOrCertificateInternal(
PKICONTEXT *ctx,
PKIExtendedCertificateOrCertificate **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofRecipientInfosInternal(
PKIRecipientInfos *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceRecipientInfos(
PKICONTEXT *ctx,
PKIRecipientInfos *f);
size_t PKIPackRecipientInfosInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIRecipientInfos *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceRecipientInfos (
PKICONTEXT *ctx,
PKIRecipientInfos *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackRecipientInfosInternal(
PKICONTEXT *ctx,
PKIRecipientInfos **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofSignerInfosInternal(
PKISignerInfos *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceSignerInfos(
PKICONTEXT *ctx,
PKISignerInfos *f);
size_t PKIPackSignerInfosInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKISignerInfos *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceSignerInfos (
PKICONTEXT *ctx,
PKISignerInfos *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackSignerInfosInternal(
PKICONTEXT *ctx,
PKISignerInfos **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofEnvelopedDataInternal(
PKIEnvelopedData *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceEnvelopedData(
PKICONTEXT *ctx,
PKIEnvelopedData *f);
size_t PKIPackEnvelopedDataInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIEnvelopedData *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceEnvelopedData (
PKICONTEXT *ctx,
PKIEnvelopedData *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackEnvelopedDataInternal(
PKICONTEXT *ctx,
PKIEnvelopedData **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofExtendedCertificatesAndCertificatesInternal(
PKIExtendedCertificatesAndCertificates *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceExtendedCertificatesAndCertificates(
PKICONTEXT *ctx,
PKIExtendedCertificatesAndCertificates *f);
size_t PKIPackExtendedCertificatesAndCertificatesInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKIExtendedCertificatesAndCertificates *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceExtendedCertificatesAndCertificates (
PKICONTEXT *ctx,
PKIExtendedCertificatesAndCertificates *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackExtendedCertificatesAndCertificatesInternal(
PKICONTEXT *ctx,
PKIExtendedCertificatesAndCertificates **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKISizeofSignedDataInternal(
PKISignedData *asnstruct,
int outerSizeFlag,
int expTaggedFlag);
void PKIDropInPlaceSignedData(
PKICONTEXT *ctx,
PKISignedData *f);
size_t PKIPackSignedDataInternal(
PKICONTEXT *ctx,
unsigned char *buf,
size_t buflen,
PKISignedData *asnstruct,
unsigned char tag,
int *erret);
size_t PKIUnpkInPlaceSignedData (
PKICONTEXT *ctx,
PKISignedData *asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
size_t PKIUnpackSignedDataInternal(
PKICONTEXT *ctx,
PKISignedData **asnstruct,
unsigned char *buf,
size_t buflen,
unsigned char tag,
int *erret);
#endif /* pkcs7_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -