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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Dbio_enc.c88 } BIO_ENC_CTX; typedef in typeref:struct:enc_struct
110 BIO_ENC_CTX *ctx;
112 ctx=(BIO_ENC_CTX *)OPENSSL_malloc(sizeof(BIO_ENC_CTX));
130 BIO_ENC_CTX *b;
133 b=(BIO_ENC_CTX *)a->ptr;
135 OPENSSL_cleanse(a->ptr,sizeof(BIO_ENC_CTX));
146 BIO_ENC_CTX *ctx;
149 ctx=(BIO_ENC_CTX *)b->ptr;
234 BIO_ENC_CTX *ct
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dbio_ber.c276 BIO_ENC_CTX *ctx;
278 ctx=(BIO_ENC_CTX *)b->ptr;
331 BIO_ENC_CTX *ctx,*dctx;
335 ctx=(BIO_ENC_CTX *)b->ptr;
403 dctx=(BIO_ENC_CTX *)dbio->ptr;
440 ctx=(BIO_ENC_CTX *)b->ptr;
451 BIO_ENC_CTX *ctx;
460 ctx=(BIO_ENC_CTX *)b->ptr;

Completed in 76 milliseconds