HomeSort by relevance Sort by last modified time
    Searched refs:MS_CALLBACK (Results 1 - 21 of 21) sorted by null

  /external/openssl/apps/
s_apps.h 153 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);
s_cb.c 133 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)
627 void MS_CALLBACK tlsext_cb(SSL *s, int client_server, int type,
695 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)
783 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)
gendh.c 85 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)
genrsa.c 85 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)
verify.c 72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
299 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
dhparam.c 146 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)
dsaparam.c 108 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)
openssl.c 624 static int MS_CALLBACK function_cmp(const FUNCTION *a, const FUNCTION *b)
630 static unsigned long MS_CALLBACK function_hash(const FUNCTION *a)
x509.c 156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1206 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
    [all...]
s_server.c 202 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength);
661 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
    [all...]
s_client.c 359 static int MS_CALLBACK ssl_servername_cb(SSL *s, int *ad, void *arg)
    [all...]
  /external/openssl/crypto/bio/
bss_file.c 98 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);
199 static int MS_CALLBACK file_new(BIO *bi)
208 static int MS_CALLBACK file_free(BIO *a)
227 static int MS_CALLBACK file_read(BIO *b, char *out, int outl
    [all...]
bss_log.c 116 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);
143 static int MS_CALLBACK slg_new(BIO *bi)
152 static int MS_CALLBACK slg_free(BIO *a)
159 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
212 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
226 static int MS_CALLBACK slg_puts(BIO *bp, const char *str
    [all...]
bio_cb.c 66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
  /external/openssl/crypto/dh/
dhtest.c 87 #define MS_CALLBACK _far _loadds
89 #define MS_CALLBACK
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/
dsatest.c 89 #define MS_CALLBACK _far _loadds
91 #define MS_CALLBACK
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/
ecdhtest.c 96 #define MS_CALLBACK _far _loadds
98 #define MS_CALLBACK
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/
ssl_task.c 134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
ssltest.c 217 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
219 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
222 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
    [all...]
  /external/openssl/
e_os.h 216 # define MS_CALLBACK _far _loadds
219 # define MS_CALLBACK
  /external/openssl/crypto/threads/
mttest.c 110 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 51 milliseconds