Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_null.c71 static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
82 .ctrl = null_ctrl,
123 null_ctrl(BIO *b, int cmd, long num, void *ptr) in null_ctrl() function