Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Dbio_enc.c88 } BIO_ENC_CTX; typedef
110 BIO_ENC_CTX *ctx; in enc_new()
112 ctx=(BIO_ENC_CTX *)OPENSSL_malloc(sizeof(BIO_ENC_CTX)); in enc_new()
130 BIO_ENC_CTX *b; in enc_free()
133 b=(BIO_ENC_CTX *)a->ptr; in enc_free()
135 OPENSSL_cleanse(a->ptr,sizeof(BIO_ENC_CTX)); in enc_free()
146 BIO_ENC_CTX *ctx; in enc_read()
149 ctx=(BIO_ENC_CTX *)b->ptr; in enc_read()
234 BIO_ENC_CTX *ctx; in enc_write()
236 ctx=(BIO_ENC_CTX *)b->ptr; in enc_write()
[all …]
/external/openssl/crypto/pkcs7/
Dbio_ber.c276 BIO_ENC_CTX *ctx; in ber_write()
278 ctx=(BIO_ENC_CTX *)b->ptr; in ber_write()
331 BIO_ENC_CTX *ctx,*dctx; in ber_ctrl()
335 ctx=(BIO_ENC_CTX *)b->ptr; in ber_ctrl()
403 dctx=(BIO_ENC_CTX *)dbio->ptr; in ber_ctrl()
451 BIO_ENC_CTX *ctx; in BIO_set_cipher()
460 ctx=(BIO_ENC_CTX *)b->ptr; in BIO_set_cipher()