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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dbio_asn1.c109 } BIO_ASN1_BUF_CTX; typedef in typeref:struct:BIO_ASN1_BUF_CTX_t
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,
148 BIO_ASN1_BUF_CTX *ctx;
149 ctx = OPENSSL_malloc(sizeof(BIO_ASN1_BUF_CTX));
162 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size)
182 BIO_ASN1_BUF_CTX *ctx;
183 ctx = (BIO_ASN1_BUF_CTX *)b->ptr;
197 BIO_ASN1_BUF_CTX *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dbio_asn1.c109 } BIO_ASN1_BUF_CTX; typedef in typeref:struct:BIO_ASN1_BUF_CTX_t
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,
148 BIO_ASN1_BUF_CTX *ctx;
149 ctx = OPENSSL_malloc(sizeof(BIO_ASN1_BUF_CTX));
162 static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size)
182 BIO_ASN1_BUF_CTX *ctx;
183 ctx = (BIO_ASN1_BUF_CTX *)b->ptr;
197 BIO_ASN1_BUF_CTX *ct
[all...]

Completed in 76 milliseconds