Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/bio/
H A Dbss_log.c79 static long slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
91 .ctrl = slg_ctrl,
174 slg_ctrl(BIO *b, int cmd, long num, void *ptr) in slg_ctrl() function