Searched refs:asn1_ps_func (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A 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);
|