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

/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_apps.h158 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
170 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
174 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);
175 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
177 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
181 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
183 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie,
H A Ds_cb.c132 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
261 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
283 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
316 void MS_CALLBACK msg_cb(int write_p, int version, int content_type,
592 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
651 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie,
695 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)
H A Dopenssl.c141 /* static unsigned long MS_CALLBACK hash(FUNCTION *a); */
142 static unsigned long MS_CALLBACK hash(const void *a_void);
143 /* static int MS_CALLBACK cmp(FUNCTION *a,FUNCTION *b); */
144 static int MS_CALLBACK cmp(const void *a_void, const void *b_void);
514 /* static int MS_CALLBACK cmp(FUNCTION *a, FUNCTION *b) */
515 static int MS_CALLBACK cmp(const void *a_void, const void *b_void)
521 /* static unsigned long MS_CALLBACK hash(FUNCTION *a) */
522 static unsigned long MS_CALLBACK hash(const void *a_void)
H A Dgenrsa.c87 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb);
331 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb)
H A Ddhparam.c147 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
517 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
H A Ddsaparam.c111 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
435 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb)
H A Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
328 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
H A Dx509.c150 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1097 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
H A Ds_server.c188 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
621 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
2384 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
H A Dreq.c149 static int MS_CALLBACK req_cb(int p, int n, BN_GENCB *cb);
1584 static int MS_CALLBACK req_cb(int p, int n, BN_GENCB *cb)
H A Ds_client.c304 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
/freebsd-9.3-release/crypto/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);
161 static int MS_CALLBACK file_new(BIO *bi)
170 static int MS_CALLBACK file_free(BIO *a)
188 static int MS_CALLBACK file_rea
[all...]
H A Dbss_log.c116 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
117 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
118 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
119 static int MS_CALLBACK slg_new(BIO *h);
120 static int MS_CALLBACK slg_free(BIO *data);
154 static int MS_CALLBACK slg_new(BIO *bi)
163 static int MS_CALLBACK slg_free(BIO *a)
171 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
263 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
276 static int MS_CALLBACK slg_put
[all...]
H A Dbio_cb.c66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A Ddhtest.c89 # define MS_CALLBACK _far _loadds macro
91 # define MS_CALLBACK macro
94 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg);
222 static int MS_CALLBACK cb(int p, int n, BN_GENCB *arg)
/freebsd-9.3-release/crypto/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)
/freebsd-9.3-release/crypto/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);
244 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsatest.c90 # define MS_CALLBACK _far _loadds macro
92 # define MS_CALLBACK macro
97 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
247 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb)
/freebsd-9.3-release/crypto/openssl/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);
383 static void MS_CALLBACK cb(int p, int n, void *arg)
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
H A Dssltest.c195 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
197 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
200 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1536 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
1897 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
1982 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
/freebsd-9.3-release/crypto/openssl/
H A De_os.h219 # define MS_CALLBACK _far _loadds macro
222 # define MS_CALLBACK macro
/freebsd-9.3-release/crypto/openssl/crypto/threads/
H A Dmttest.c110 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);
641 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)

Completed in 148 milliseconds