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

/external/openssl/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);
170 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
175 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len);
176 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len);
H A Ds_cb.c133 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
281 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
305 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret)
342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)
658 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
767 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
855 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)
H A Dgendh.c85 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
220 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
H A Dgenrsa.c85 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb);
314 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb)
H A Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
311 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
H A Ddhparam.c146 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
537 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb)
H A Ddsaparam.c108 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
461 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb)
H A Dopenssl.c701 static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b)
707 static unsigned long MS_CALLBACK function_hash(const FUNCTION *a)
H A Dx509.c156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1222 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
H A Ds_client.c387 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
457 static int MS_CALLBACK ssl_srp_verify_param_cb(SSL *s, void *arg)
492 static char * MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
H A Ds_server.c205 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
395 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
736 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
2973 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
/external/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);
205 static int MS_CALLBACK file_new(BIO *bi)
214 static int MS_CALLBACK file_free(BIO *a)
233 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);
152 static int MS_CALLBACK slg_new(BIO *bi)
161 static int MS_CALLBACK slg_free(BIO *a)
168 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
221 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
235 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,
/external/openssl/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)
/external/openssl/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);
240 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
/external/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);
359 static void MS_CALLBACK cb(int p, int n, void *arg)
/external/openssl/ssl/
H A Dssltest.c220 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
222 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
225 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
263 static char * MS_CALLBACK ssl_give_srp_client_pwd_cb(SSL *s, void *arg)
277 static int MS_CALLBACK ssl_srp_server_param_cb(SSL *s, int *ad, void *arg)
1873 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
2247 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
2341 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
H A Ds3_lib.c3142 static char * MS_CALLBACK srp_password_from_info_cb(SSL *s, void *arg)
/external/openssl/
H A De_os.h215 # define MS_CALLBACK _far _loadds macro
218 # define MS_CALLBACK macro
/external/openssl/crypto/threads/
H A Dmttest.c110 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);
699 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)

Completed in 333 milliseconds