Searched refs:mPrintName (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/securityd-55199.3/src/
H A Dreader.h59 string printName() const { return mPrintName; }
73 string mPrintName; // human readable name of reader member in class:Reader
H A Dtoken.cpp256 mPrintName = mCache->printName();
257 if (mPrintName.empty())
258 mPrintName = printName;
260 mPrintName = printName;
261 if (mPrintName.empty()) {
264 mPrintName = printName;
267 mCache->printName(mPrintName); // store in cache
303 slot.name().c_str(), mPrintName.c_str(),
335 reader().name().c_str(), mPrintName.c_str(),
H A Dreader.cpp39 mPrintName = mName; //@@@ how to make this readable? Use IOKit information?
47 mPrintName = mName;
H A Dtoken.h59 std::string printName() const { return mPrintName; }
115 std::string mPrintName; // print name of token member in class:Token
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecExternalRep.cpp407 mPrintName(NULL),
419 if(mPrintName) {
420 free(mPrintName);
496 mPrintName = impExpOpensshInferPrintName(mExternal, mExternType, mExternFormat);
512 mKeyAlg, importKeychain, cspHand, flags, keyParams, mPrintName, outArray);
524 flags, keyParams, mPrintName, outArray);
H A DSecExternalRep.h153 char *mPrintName; member in class:Security::KeychainCore::SecImportRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecExternalRep.cpp407 mPrintName(NULL),
419 if(mPrintName) {
420 free(mPrintName);
496 mPrintName = impExpOpensshInferPrintName(mExternal, mExternType, mExternFormat);
512 mKeyAlg, importKeychain, cspHand, flags, keyParams, mPrintName, outArray);
524 flags, keyParams, mPrintName, outArray);
H A DSecExternalRep.h153 char *mPrintName; member in class:Security::KeychainCore::SecImportRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecExternalRep.cpp407 mPrintName(NULL),
419 if(mPrintName) {
420 free(mPrintName);
496 mPrintName = impExpOpensshInferPrintName(mExternal, mExternType, mExternFormat);
512 mKeyAlg, importKeychain, cspHand, flags, keyParams, mPrintName, outArray);
524 flags, keyParams, mPrintName, outArray);
H A DSecExternalRep.h153 char *mPrintName; member in class:Security::KeychainCore::SecImportRep

Completed in 87 milliseconds