Searched defs:mdn (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/evp/
H A Devp_test.c268 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/
H A Dnetwork_library.h204 const std::string& mdn() const { return MDN_; } function in class:chromeos::NetworkDevice

Completed in 107 milliseconds