1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/logging.h"
6 #include "net/base/crypto_module.h"
10 std::string
CryptoModule::GetTokenName() const {
16 CryptoModule
* CryptoModule::CreateFromHandle(OSModuleHandle handle
) {
21 CryptoModule::CryptoModule(OSModuleHandle handle
) : module_handle_(handle
) {
24 CryptoModule::~CryptoModule() {