Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_md.c199 case BIO_C_GET_MD: in md_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h335 #define BIO_C_GET_MD 112 macro
H A Devp.h417 #define BIO_get_md(b,mdp) BIO_ctrl(b,BIO_C_GET_MD,0,(char *)mdp)