Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_md.c211 case BIO_C_SET_MD_CTX: in md_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h372 #define BIO_C_SET_MD_CTX 148 macro
H A Devp.h419 #define BIO_set_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_SET_MD_CTX,0,(char *)mdcp)