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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/vendor_defns/
H A Dhwcryptohook.h178 void *logstream; /* usually a FILE*. See below. */ member in struct:__anon4996
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Dhwcryptohook.h171 void *logstream; /* usually a FILE*. See below. */ member in struct:__anon7198
287 void (*logmessage)(void *logstream, const char *message);
304 * used. The default function treats logstream as a FILE* which has
305 * been converted to a void*. If logstream is 0 it does nothing.
307 * writes the message to logstream. Each line will be prefixed by a
309 * crypto plugin. Errors on the logstream are not reported
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/vendor_defns/
H A Dhwcryptohook.h178 void *logstream; /* usually a FILE*. See below. */ member in struct:__anon4647
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_sureware.c376 static BIO *logstream = NULL; variable
394 if (logstream)
396 BIO_free(logstream);
397 logstream = NULL;
400 logstream = bio;
563 if (logstream)
564 BIO_free(logstream);
607 if (logstream)
610 BIO_write(logstream, msg, strlen(msg));
H A De_chil.c278 static BIO *logstream = NULL; variable
299 &logstream, /* logstream */
651 if (logstream)
652 BIO_free(logstream);
691 if (logstream)
693 BIO_free(logstream);
694 logstream = NULL;
697 logstream = bio;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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 202 milliseconds