Searched refs:asn1_ps_func (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | bio_asn1.c | 82 asn1_ps_func *ex_func; 83 asn1_ps_func *ex_free_func; 102 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; 122 asn1_ps_func *cleanup, asn1_bio_state_t next); 124 asn1_ps_func *setup, 303 asn1_ps_func *cleanup, asn1_bio_state_t next) in asn1_bio_flush_ex() 331 asn1_ps_func *setup, in asn1_bio_setup_ex() 456 asn1_ps_func *ex_func, asn1_ps_func *ex_free_func) in asn1_bio_set_ex() 465 asn1_ps_func **ex_func, asn1_ps_func **ex_free_func) in asn1_bio_get_ex() 478 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free) in BIO_asn1_set_prefix() [all …]
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 1069 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);
|