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

  /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/
e_os.h 216 # define MS_CALLBACK _far _loadds
219 # define MS_CALLBACK

Completed in 238 milliseconds