Home
last modified time | relevance | path

Searched defs:info_cb (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem.c258 typedef void (*info_cb) (const SSL *, int, int); typedef
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem.c273 typedef void (*info_cb) (const SSL *, int, int); typedef
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c92 static void info_cb(const SSL *s, int where, int ret) in info_cb() function