summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/header
blob: 3d791ca3dd650424e4937f90e510d63627b62e37 (plain)
1
2
3
4
5
6
int		a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size)
int		i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a)
int		i2d_ASN1_INTEGER(ASN1_INTEGER *a,unsigned char **pp)
ASN1_INTEGER *	d2i_ASN1_INTEGER(ASN1_INTEGER **a,unsigned char **pp,long length)