Searched refs:MS_CALLBACK (Results 1 - 25 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_apps.h153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
164 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
168 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);
H A Ds_cb.c127 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
260 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
284 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
321 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
H A Dgendh.c85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
H A Dopenssl.c138 /* static unsigned long MS_CALLBACK hash(FUNCTION *a); */
139 static unsigned long MS_CALLBACK hash(const void *a_void);
140 /* static int MS_CALLBACK cmp(FUNCTION *a,FUNCTION *b); */
141 static int MS_CALLBACK cmp(const void *a_void,const void *b_void);
515 /* static int MS_CALLBACK cmp(FUNCTION *a, FUNCTION *b) */
516 static int MS_CALLBACK cmp(const void *a_void, const void *b_void)
522 /* static unsigned long MS_CALLBACK hash(FUNCTION *a) */
523 static unsigned long MS_CALLBACK hash(const void *a_void)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_apps.h159 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
176 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
180 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
181 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
183 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
187 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
189 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
H A Dgendh.c87 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_apps.h159 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
176 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
180 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
181 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
183 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
187 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
189 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
H A Dgendh.c87 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
223 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_file.c94 static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
95 static int MS_CALLBACK file_read(BIO *h, char *buf, int size);
96 static int MS_CALLBACK file_puts(BIO *h, const char *str);
97 static int MS_CALLBACK file_gets(BIO *h, char *str, int size);
98 static long MS_CALLBACK file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
99 static int MS_CALLBACK file_new(BIO *h);
100 static int MS_CALLBACK file_free(BIO *data);
158 static int MS_CALLBACK file_new(BIO *bi)
167 static int MS_CALLBACK file_free(BIO *a)
186 static int MS_CALLBACK file_rea
[all...]
H A Dbss_log.c117 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
118 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
119 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
120 static int MS_CALLBACK slg_new(BIO *h);
121 static int MS_CALLBACK slg_free(BIO *data);
156 static int MS_CALLBACK slg_new(BIO *bi)
165 static int MS_CALLBACK slg_free(BIO *a)
172 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
225 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
239 static int MS_CALLBACK slg_put
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_file.c98 static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
99 static int MS_CALLBACK file_read(BIO *h, char *buf, int size);
100 static int MS_CALLBACK file_puts(BIO *h, const char *str);
101 static int MS_CALLBACK file_gets(BIO *h, char *str, int size);
102 static long MS_CALLBACK file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
103 static int MS_CALLBACK file_new(BIO *h);
104 static int MS_CALLBACK file_free(BIO *data);
212 static int MS_CALLBACK file_new(BIO *bi)
221 static int MS_CALLBACK file_free(BIO *a)
239 static int MS_CALLBACK file_rea
[all...]
H A Dbss_log.c125 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
126 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
127 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
128 static int MS_CALLBACK slg_new(BIO *h);
129 static int MS_CALLBACK slg_free(BIO *data);
151 static int MS_CALLBACK slg_new(BIO *bi)
160 static int MS_CALLBACK slg_free(BIO *a)
168 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
260 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
273 static int MS_CALLBACK slg_put
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_file.c98 static int MS_CALLBACK file_write(BIO *h, const char *buf, int num);
99 static int MS_CALLBACK file_read(BIO *h, char *buf, int size);
100 static int MS_CALLBACK file_puts(BIO *h, const char *str);
101 static int MS_CALLBACK file_gets(BIO *h, char *str, int size);
102 static long MS_CALLBACK file_ctrl(BIO *h, int cmd, long arg1, void *arg2);
103 static int MS_CALLBACK file_new(BIO *h);
104 static int MS_CALLBACK file_free(BIO *data);
212 static int MS_CALLBACK file_new(BIO *bi)
221 static int MS_CALLBACK file_free(BIO *a)
239 static int MS_CALLBACK file_rea
[all...]
H A Dbss_log.c125 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
126 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
127 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
128 static int MS_CALLBACK slg_new(BIO *h);
129 static int MS_CALLBACK slg_free(BIO *data);
151 static int MS_CALLBACK slg_new(BIO *bi)
160 static int MS_CALLBACK slg_free(BIO *a)
168 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
260 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
273 static int MS_CALLBACK slg_put
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddhtest.c87 #define MS_CALLBACK _far _loadds macro
89 #define MS_CALLBACK macro
92 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
211 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg)
H A Ddsatest.c89 #define MS_CALLBACK _far _loadds macro
91 #define MS_CALLBACK macro
94 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
241 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
H A Decdhtest.c96 #define MS_CALLBACK _far _loadds macro
98 #define MS_CALLBACK macro
102 static void MS_CALLBACK cb(int p, int n, void *arg);
353 static void MS_CALLBACK cb(int p, int n, void *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddhtest.c87 #define MS_CALLBACK _far _loadds macro
89 #define MS_CALLBACK macro
92 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
211 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/
H A Dselfsign.c46 # define MS_CALLBACK _far _loadds macro
49 # define MS_CALLBACK macro
53 static void MS_CALLBACK callback(p, n, arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/
H A Dselfsign.c46 # define MS_CALLBACK _far _loadds macro
49 # define MS_CALLBACK macro
53 static void MS_CALLBACK callback(p, n, arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/
H A Dselfsign.c46 # define MS_CALLBACK _far _loadds macro
49 # define MS_CALLBACK macro
53 static void MS_CALLBACK callback(p, n, arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsatest.c89 #define MS_CALLBACK _far _loadds macro
91 #define MS_CALLBACK macro
94 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
241 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsatest.c91 # define MS_CALLBACK _far _loadds macro
93 # define MS_CALLBACK macro
96 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
242 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsatest.c91 # define MS_CALLBACK _far _loadds macro
93 # define MS_CALLBACK macro
96 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
242 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Decdhtest.c96 #define MS_CALLBACK _far _loadds macro
98 #define MS_CALLBACK macro
102 static void MS_CALLBACK cb(int p, int n, void *arg);
353 static void MS_CALLBACK cb(int p, int n, void *arg)

Completed in 296 milliseconds

123