Home
last modified time | relevance | path

Searched refs:BIO_ASN1_BUF_CTX (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/asn1/
Dbio_asn1.c60 } BIO_ASN1_BUF_CTX; typedef
71 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size);
72 static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
74 static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
103 BIO_ASN1_BUF_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); in asn1_bio_new()
117 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size) in asn1_bio_init()
132 BIO_ASN1_BUF_CTX *ctx; in asn1_bio_free()
156 BIO_ASN1_BUF_CTX *ctx; in asn1_bio_write()
254 static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, in asn1_bio_flush_ex()
279 static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, in asn1_bio_setup_ex()
[all …]
/third_party/openssl/util/
Dindent.pro90 -T BIO_ASN1_BUF_CTX