Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_md.c223 case BIO_C_SET_MD: in md_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h334 #define BIO_C_SET_MD 111 macro
H A Devp.h416 #define BIO_set_md(b,md) BIO_ctrl(b,BIO_C_SET_MD,0,(char *)md)