Home | History | Annotate | Download | only in asn1

Lines Matching refs:plen

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)
183 *plen = *ndef_aux->boundary - *pbuf;
188 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg)
202 *plen = 0;
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)
251 *plen = derlen - (*ndef_aux->boundary - ndef_aux->derbuf);