Searched refs:asn1_ps_func (Results 1 – 1 of 1) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | bio.h | 370 typedef int asn1_ps_func (BIO *b, unsigned char **pbuf, int *plen, typedef 644 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, 645 asn1_ps_func *prefix_free); 646 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, 647 asn1_ps_func **pprefix_free); 648 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, 649 asn1_ps_func *suffix_free); 650 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, 651 asn1_ps_func **psuffix_free);
|