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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c107 } BIO_BER_CTX; typedef in typeref:struct:bio_ber_struct
129 BIO_BER_CTX *ctx;
131 ctx=(BIO_BER_CTX *)OPENSSL_malloc(sizeof(BIO_BER_CTX));
134 memset((char *)ctx,0,sizeof(BIO_BER_CTX));
144 BIO_BER_CTX *b;
147 b=(BIO_BER_CTX *)a->ptr;
148 OPENSSL_cleanse(a->ptr,sizeof(BIO_BER_CTX));
156 int bio_ber_get_header(BIO *bio, BIO_BER_CTX *ctx)
229 BIO_BER_CTX *ct
[all...]

Completed in 120 milliseconds