HomeSort by relevance Sort by last modified time
    Searched refs:asn1_ps_func (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/asn1/
bio_asn1.c 84 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_func, asn1_ps_func **ex_free_func
    [all...]
  /external/openssl/crypto/bio/
bio.h 323 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
558 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
559 asn1_ps_func *prefix_free);
560 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
561 asn1_ps_func **pprefix_free);
562 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
563 asn1_ps_func *suffix_free);
564 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
565 asn1_ps_func **psuffix_free);
  /external/openssl/include/openssl/
bio.h 323 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg); typedef
558 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix,
559 asn1_ps_func *prefix_free);
560 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix,
561 asn1_ps_func **pprefix_free);
562 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix,
563 asn1_ps_func *suffix_free);
564 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix,
565 asn1_ps_func **psuffix_free);

Completed in 1300 milliseconds