summaryrefslogtreecommitdiffstats
path: root/crypto/nss_util.h
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-25 22:03:26 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-25 22:03:26 +0000
commit3f3b9b18150a554f25266ea128c00e7099b44dab (patch)
tree0a09cff50617d47ee2c331f1f9b1eeb230548b10 /crypto/nss_util.h
parente5d506af10531be07634ff375e0aea4bd975dbce (diff)
downloadchromium_src-3f3b9b18150a554f25266ea128c00e7099b44dab.zip
chromium_src-3f3b9b18150a554f25266ea128c00e7099b44dab.tar.gz
chromium_src-3f3b9b18150a554f25266ea128c00e7099b44dab.tar.bz2
crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.
chromeos/cert_loader: store slot id as int. BUG=302124 Review URL: https://codereview.chromium.org/36593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/nss_util.h')
-rw-r--r--crypto/nss_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/nss_util.h b/crypto/nss_util.h
index 1d7503d..2c825a0 100644
--- a/crypto/nss_util.h
+++ b/crypto/nss_util.h
@@ -116,6 +116,7 @@ CRYPTO_EXPORT bool IsTPMTokenReady();
// Initialize the TPM token. Does nothing if it is already initialized.
CRYPTO_EXPORT bool InitializeTPMToken(const std::string& token_name,
+ int token_slot_id,
const std::string& user_pin);
#endif