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

  /external/openssl/crypto/evp/
evp_test.c 268 unsigned int mdn; local
291 if(!EVP_DigestFinal_ex(&ctx,md,&mdn))
299 if(mdn != cn)
301 fprintf(stderr,"Digest length mismatch, got %d expected %d\n",mdn,cn);
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 204 const std::string& mdn() const { return MDN_; } function in class:chromeos::NetworkDevice
    [all...]

Completed in 54 milliseconds