Searched refs:asn1_ps_func (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dbio_asn1.c84 asn1_ps_func *ex_func;
85 asn1_ps_func *ex_free_func;
104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free;
124 asn1_ps_func *cleanup, asn1_bio_state_t next);
126 asn1_ps_func *setup,
302 asn1_ps_func *cleanup, asn1_bio_state_t next)
330 asn1_ps_func *setup,
455 asn1_ps_func *ex_func, asn1_ps_func *ex_free_func)
464 asn1_ps_func **ex_fun
[all...]
/external/openssl/crypto/asn1/
H A Dbio_asn1.c84 asn1_ps_func *ex_func;
85 asn1_ps_func *ex_free_func;
104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free;
124 asn1_ps_func *cleanup, asn1_bio_state_t next);
126 asn1_ps_func *setup,
302 asn1_ps_func *cleanup, asn1_bio_state_t next)
330 asn1_ps_func *setup,
455 asn1_ps_func *ex_func, asn1_ps_func *ex_free_func)
464 asn1_ps_func **ex_fun
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbio.h362 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
625 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
626 asn1_ps_func *prefix_free);
627 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
628 asn1_ps_func **pprefix_free);
629 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
630 asn1_ps_func *suffix_free);
631 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
632 asn1_ps_func **psuffix_free);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbio.h362 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
625 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
626 asn1_ps_func *prefix_free);
627 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
628 asn1_ps_func **pprefix_free);
629 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
630 asn1_ps_func *suffix_free);
631 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
632 asn1_ps_func **psuffix_free);
/external/openssl/crypto/bio/
H A Dbio.h359 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
622 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
623 asn1_ps_func *prefix_free);
624 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
625 asn1_ps_func **pprefix_free);
626 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
627 asn1_ps_func *suffix_free);
628 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
629 asn1_ps_func **psuffix_free);
/external/openssl/include/openssl/
H A Dbio.h359 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
622 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
623 asn1_ps_func *prefix_free);
624 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
625 asn1_ps_func **pprefix_free);
626 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
627 asn1_ps_func *suffix_free);
628 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
629 asn1_ps_func **psuffix_free);

Completed in 54 milliseconds