Home
last modified time | relevance | path

Searched refs:MS_CALLBACK (Results 1 – 22 of 22) sorted by relevance

/external/openssl/crypto/bio/
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);
162 static int MS_CALLBACK file_new(BIO *bi) in file_new()
171 static int MS_CALLBACK file_free(BIO *a) in file_free()
190 static int MS_CALLBACK file_read(BIO *b, char *out, int outl) in file_read()
[all …]
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) in slg_new()
165 static int MS_CALLBACK slg_free(BIO *a) in slg_free()
172 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl) in slg_write()
225 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr) in slg_ctrl()
239 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) in slg_puts()
Dbio_cb.c66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback()
/external/openssl/apps/
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, SS…
170 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
Ds_cb.c127 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback()
260 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, in bio_dump_callback()
284 void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret) in apps_ssl_info_callback()
321 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SS… in msg_cb()
579 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type, in tlsext_cb()
Dopenssl.c139 static unsigned long MS_CALLBACK hash(const void *a_void);
141 static int MS_CALLBACK cmp(const void *a_void,const void *b_void);
516 static int MS_CALLBACK cmp(const void *a_void, const void *b_void) in cmp()
523 static unsigned long MS_CALLBACK hash(const void *a_void) in hash()
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) in dh_cb()
Dgenrsa.c85 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb);
307 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb) in genrsa_cb()
Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
327 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) in cb()
Ddhparam.c146 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb);
541 static int MS_CALLBACK dh_cb(int p, int n, BN_GENCB *cb) in dh_cb()
Ddsaparam.c108 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb);
459 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *cb) in dsa_cb()
Dx509.c150 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1197 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) in callb()
Ds_server.c180 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
574 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) in ssl_servername_cb()
2424 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb()
Dreq.c145 static int MS_CALLBACK req_cb(int p, int n, BN_GENCB *cb);
1643 static int MS_CALLBACK req_cb(int p, int n, BN_GENCB *cb)
Ds_client.c261 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg) in ssl_servername_cb()
/external/openssl/crypto/dsa/
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) in dsa_cb()
/external/openssl/crypto/dh/
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) in cb()
/external/openssl/crypto/ecdh/
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)
/external/openssl/ssl/
Dssltest.c188 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
190 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
193 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1627 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback()
2001 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg) in app_verify_callback()
2103 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength) in tmp_rsa_cb()
Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
/external/openssl/
De_os.h213 # define MS_CALLBACK _far _loadds macro
216 # define MS_CALLBACK macro
/external/openssl/crypto/threads/
Dmttest.c110 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);
697 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback()