blob: e8afeeb3f053e5e73cdbef79a36a255c5c85298a [file] [log] [blame]
// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHAPS_CHAPS_H_
#define CHAPS_CHAPS_H_
#include <map>
#include <vector>
#include "pkcs11/cryptoki.h"
namespace chaps {
extern const char* kChapsServicePath;
extern const char* kChapsServiceName;
extern const size_t kTokenLabelSize;
extern const CK_ATTRIBUTE_TYPE kKeyBlobAttribute;
extern const CK_ATTRIBUTE_TYPE kAuthDataAttribute;
extern const CK_ATTRIBUTE_TYPE kLegacyAttribute;
} // namespace chaps
#endif // CHAPS_CHAPS_H_