OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asn1_ps_func
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bio/
bio.h
359
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);
[
all
...]
/external/openssl/include/openssl/
bio.h
359
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);
[
all
...]
Completed in 53 milliseconds