Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dbio_asn1.c108 } BIO_ASN1_BUF_CTX; typedef
120 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size);
121 static int asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
123 static int asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx,
150 BIO_ASN1_BUF_CTX *ctx; in asn1_bio_new()
151 ctx = OPENSSL_malloc(sizeof(BIO_ASN1_BUF_CTX)); in asn1_bio_new()
165 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size) in asn1_bio_init()
185 BIO_ASN1_BUF_CTX *ctx; in asn1_bio_free()
186 ctx = (BIO_ASN1_BUF_CTX *) b->ptr; in asn1_bio_free()
200 BIO_ASN1_BUF_CTX *ctx; in asn1_bio_write()
[all …]