blob: 6dc86681f2e70ade96ed1db9b987d115eae15996 [file] [log] [blame]
// Copyright 2021 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.
#include "chaps/slot_policy_common.h"
#include "pkcs11/cryptoki.h"
namespace chaps {
// From NSS' pkcs11n.h.
const CK_OBJECT_CLASS NSSCK_VENDOR_NSS = 0x4E534350;
const CK_OBJECT_CLASS CKO_NSS = CKO_VENDOR_DEFINED | NSSCK_VENDOR_NSS;
const CK_OBJECT_CLASS CKO_NSS_TRUST = CKO_NSS + 3;
} // namespace chaps