Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_enc.c69 static int enc_write(BIO *h, const char *buf, int num);
96 .bwrite = enc_write,
235 enc_write(BIO *b, const char *in, int inl) in enc_write() function
325 i = enc_write(b, NULL, 0); in enc_ctrl()