Searched defs:parg (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | bio_ndef.c | 160 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() 188 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix_free() 206 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix_free() 216 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
|
D | tasn_prn.c | 200 ASN1_PRINT_ARG parg; in asn1_item_print_ctx() local
|
/external/boringssl/src/crypto/bio/ |
D | bio.c | 212 long BIO_ctrl(BIO *bio, int cmd, long larg, void *parg) { in BIO_ctrl()
|