Searched defs:asn1_ps_func (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dasn1.h1069 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
1070 OPENSSL_EXPORT int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free);
1071 OPENSSL_EXPORT int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, asn1_ps_func **pprefix_free);
1072 OPENSSL_EXPORT int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free);
1073 OPENSSL_EXPORT int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, asn1_ps_func **psuffix_free);
/external/boringssl/src/include/openssl/
H A Dasn1.h1069 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
1070 OPENSSL_EXPORT int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free);
1071 OPENSSL_EXPORT int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, asn1_ps_func **pprefix_free);
1072 OPENSSL_EXPORT int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free);
1073 OPENSSL_EXPORT int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, asn1_ps_func **psuffix_free);

Completed in 49 milliseconds