Searched refs:asn1_ps_func (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 35 asn1_ps_func *ex_func; 36 asn1_ps_func *ex_free_func; 54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; 73 asn1_ps_func *cleanup, asn1_bio_state_t next); 75 asn1_ps_func *setup, 255 asn1_ps_func *cleanup, asn1_bio_state_t next) in asn1_bio_flush_ex() 280 asn1_ps_func *setup, in asn1_bio_setup_ex() 405 asn1_ps_func *ex_func, asn1_ps_func *ex_free_func) in asn1_bio_set_ex() 414 asn1_ps_func **ex_func, in asn1_bio_get_ex() 415 asn1_ps_func **ex_free_func) in asn1_bio_get_ex() [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 334 typedef int asn1_ps_func (BIO *b, unsigned char **pbuf, int *plen, typedef 615 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, 616 asn1_ps_func *prefix_free); 617 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, 618 asn1_ps_func **pprefix_free); 619 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, 620 asn1_ps_func *suffix_free); 621 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, 622 asn1_ps_func **psuffix_free);
|
H A D | bio.h.in | 311 typedef int asn1_ps_func (BIO *b, unsigned char **pbuf, int *plen, typedef 592 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, 593 asn1_ps_func *prefix_free); 594 int BIO_asn1_get_prefix(BIO *b, asn1_ps_func **pprefix, 595 asn1_ps_func **pprefix_free); 596 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, 597 asn1_ps_func *suffix_free); 598 int BIO_asn1_get_suffix(BIO *b, asn1_ps_func **psuffix, 599 asn1_ps_func **psuffix_free);
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 476 -T asn1_ps_func
|