Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_md.c206 case BIO_C_GET_MD_CTX: in md_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h343 #define BIO_C_GET_MD_CTX 120 macro
H A Devp.h418 #define BIO_get_md_ctx(b,mdcp) BIO_ctrl(b,BIO_C_GET_MD_CTX,0,(char *)mdcp)