Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_enc.c91 } BIO_ENC_CTX; typedef
113 BIO_ENC_CTX *ctx; in enc_new()
135 BIO_ENC_CTX *b; in enc_free()
139 b = (BIO_ENC_CTX *)a->ptr; in enc_free()
152 BIO_ENC_CTX *ctx; in enc_read()
156 ctx = (BIO_ENC_CTX *)b->ptr; in enc_read()
238 BIO_ENC_CTX *ctx; in enc_write()
240 ctx = (BIO_ENC_CTX *)b->ptr; in enc_write()
290 BIO_ENC_CTX *ctx, *dctx; in enc_ctrl()
295 ctx = (BIO_ENC_CTX *)b->ptr; in enc_ctrl()
[all …]