Searched defs:SIGRETTYPE (Results 1 - 5 of 5) sorted by relevance

/external/openssl/crypto/rc2/
H A Drc2speed.c119 #define SIGRETTYPE void macro
121 #define SIGRETTYPE int macro
124 SIGRETTYPE sig_done(int sig);
125 SIGRETTYPE sig_done(int sig)
/external/openssl/crypto/rc4/
H A Drc4speed.c119 #define SIGRETTYPE void macro
121 #define SIGRETTYPE int macro
124 SIGRETTYPE sig_done(int sig);
125 SIGRETTYPE sig_done(int sig)
/external/openssl/crypto/des/
H A Ddes_opts.c341 #define SIGRETTYPE void macro
343 #define SIGRETTYPE int macro
346 SIGRETTYPE sig_done(int sig);
347 SIGRETTYPE sig_done(int sig)
H A Dspeed.c124 #define SIGRETTYPE void macro
126 #define SIGRETTYPE int macro
129 SIGRETTYPE sig_done(int sig);
130 SIGRETTYPE sig_done(int sig)
/external/openssl/apps/
H A Dspeed.c280 #define SIGRETTYPE void macro
282 #define SIGRETTYPE int macro
285 static SIGRETTYPE sig_done(int sig);
286 static SIGRETTYPE sig_done(int sig)

Completed in 20 milliseconds