Home | History | Annotate | Download | only in asn1

Lines Matching refs:pbuf

101 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
102 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
103 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg);
104 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg);
160 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
177 *pbuf = p;
183 *plen = *ndef_aux->boundary - *pbuf;
188 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
201 *pbuf = NULL;
206 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
209 if (!ndef_prefix_free(b, pbuf, plen, parg))
216 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg)
245 *pbuf = p;
250 *pbuf = *ndef_aux->boundary;