Searched refs:logstream (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h178 void *logstream; /* usually a FILE*. See below. */ member in struct:__anon5645
295 void (*logmessage) (void *logstream, const char *message);
313 * used. The default function treats logstream as a FILE* which has
314 * been converted to a void*. If logstream is 0 it does nothing.
316 * writes the message to logstream. Each line will be prefixed by a
318 * crypto plugin. Errors on the logstream are not reported
/freebsd-10.2-release/crypto/openssl/engines/
H A De_sureware.c392 static BIO *logstream = NULL; variable
411 if (logstream) {
412 BIO_free(logstream);
413 logstream = NULL;
416 logstream = bio;
603 if (logstream)
604 BIO_free(logstream);
645 if (logstream) {
647 BIO_write(logstream, msg, strlen(msg));
H A De_chil.c280 static BIO *logstream = NULL; variable
304 &logstream, /* logstream */
659 if (logstream)
660 BIO_free(logstream);
696 if (logstream) {
697 BIO_free(logstream);
698 logstream = NULL;
701 logstream = bio;

Completed in 38 milliseconds