Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_acpt.c93 static long acpt_ctrl(BIO *h, int cmd, long arg1, void *arg2);
111 .ctrl = acpt_ctrl,
331 acpt_ctrl(BIO *b, int cmd, long num, void *ptr) in acpt_ctrl() function