HomeSort by relevance Sort by last modified time
    Searched refs:BIO_ENC_CTX (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/evp/
bio_enc.c 88 } BIO_ENC_CTX;
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 *ctx
    [all...]
  /external/openssl/crypto/pkcs7/
bio_ber.c 276 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 14 milliseconds