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

  /external/chromium_org/third_party/openssl/openssl/apps/
x509.c 156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
239 X509_STORE_set_verify_cb(ctx,callb);
1222 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) function
    [all...]
  /external/openssl/apps/
x509.c 156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
239 X509_STORE_set_verify_cb(ctx,callb);
1222 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) function
    [all...]

Completed in 63 milliseconds