Searched refs:SIGRETTYPE (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbfspeed.c113 # define SIGRETTYPE void macro
115 # define SIGRETTYPE int macro
118 SIGRETTYPE sig_done(int sig);
119 SIGRETTYPE sig_done(int sig)
H A Dbf_opts.c138 # define SIGRETTYPE void macro
140 # define SIGRETTYPE int macro
143 SIGRETTYPE sig_done(int sig);
144 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5speed.c113 # define SIGRETTYPE void macro
115 # define SIGRETTYPE int macro
118 SIGRETTYPE sig_done(int sig);
119 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4speed.c113 # define SIGRETTYPE void macro
115 # define SIGRETTYPE int macro
118 SIGRETTYPE sig_done(int sig);
119 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_spd.c113 # define SIGRETTYPE void macro
115 # define SIGRETTYPE int macro
118 SIGRETTYPE sig_done(int sig);
119 SIGRETTYPE sig_done(int sig)
H A Dcastopts.c148 # define SIGRETTYPE void macro
150 # define SIGRETTYPE int macro
153 SIGRETTYPE sig_done(int sig);
154 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2speed.c113 # define SIGRETTYPE void macro
115 # define SIGRETTYPE int macro
118 SIGRETTYPE sig_done(int sig);
119 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dspeed.c118 # define SIGRETTYPE void macro
120 # define SIGRETTYPE int macro
123 SIGRETTYPE sig_done(int sig);
124 SIGRETTYPE sig_done(int sig)
H A Ddes_opts.c344 # define SIGRETTYPE void macro
346 # define SIGRETTYPE int macro
349 SIGRETTYPE sig_done(int sig);
350 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Didea_spd.c113 # define SIGRETTYPE void macro
115 # define SIGRETTYPE int macro
118 SIGRETTYPE sig_done(int sig);
119 SIGRETTYPE sig_done(int sig)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c334 # define SIGRETTYPE void macro
336 # define SIGRETTYPE int macro
339 static SIGRETTYPE sig_done(int sig);
340 static SIGRETTYPE sig_done(int sig)

Completed in 94 milliseconds