libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
KP_VALUE.hh
Go to the documentation of this file.
1/*
2 * Copyright 2021 Assured Information Security, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16#pragma once
17
18#include <cstdint>
19#include <ostream>
20#include <string>
21
22namespace introvirt {
23namespace windows {
24namespace advapi32 {
25
70
71const std::string& to_string(KP_VALUE value);
72std::ostream& operator<<(std::ostream&, KP_VALUE);
73
74} // namespace advapi32
75} // namespace windows
76} // namespace introvirt
const std::string & to_string(ALG_ID)
std::ostream & operator<<(std::ostream &, ALG_ID)
KP_VALUE
Definition KP_VALUE.hh:26
@ KP_CLEAR_KEY
Definition KP_VALUE.hh:53
@ KP_G
Definition KP_VALUE.hh:38
@ KP_X
Definition KP_VALUE.hh:40
@ KP_ALGID
Definition KP_VALUE.hh:33
@ KP_PUB_PARAMS
Definition KP_VALUE.hh:65
@ KP_SCHANNEL_ALG
Definition KP_VALUE.hh:46
@ KP_MODE_BITS
Definition KP_VALUE.hh:31
@ KP_CMS_KEY_INFO
Definition KP_VALUE.hh:63
@ KP_PREHASH
Definition KP_VALUE.hh:60
@ KP_CERTIFICATE
Definition KP_VALUE.hh:52
@ KP_PRECOMP_SHA
Definition KP_VALUE.hh:51
@ KP_PUB_EX_VAL
Definition KP_VALUE.hh:55
@ KP_RP
Definition KP_VALUE.hh:49
@ KP_P
Definition KP_VALUE.hh:37
@ KP_RA
Definition KP_VALUE.hh:42
@ KP_CLIENT_RANDOM
Definition KP_VALUE.hh:47
@ KP_SIGNATURE_PIN
Definition KP_VALUE.hh:59
@ KP_Y
Definition KP_VALUE.hh:41
@ KP_RB
Definition KP_VALUE.hh:43
@ KP_PUB_EX_LEN
Definition KP_VALUE.hh:54
@ KP_SERVER_RANDOM
Definition KP_VALUE.hh:48
@ KP_CMS_DH_KEY_INFO
Definition KP_VALUE.hh:64
@ KP_VERIFY_PARAMS
Definition KP_VALUE.hh:66
@ KP_EFFECTIVE_KEYLEN
Definition KP_VALUE.hh:45
@ KP_KEYLEN
Definition KP_VALUE.hh:35
@ KP_MODE
Definition KP_VALUE.hh:30
@ KP_Q
Definition KP_VALUE.hh:39
@ KP_OAEP_PARAMS
Definition KP_VALUE.hh:62
@ KP_KEYVAL
Definition KP_VALUE.hh:56
@ KP_PADDING
Definition KP_VALUE.hh:29
@ KP_INFO
Definition KP_VALUE.hh:44
@ KP_ROUNDS
Definition KP_VALUE.hh:61
@ KP_PERMISSIONS
Definition KP_VALUE.hh:32
@ KP_PRECOMP_MD5
Definition KP_VALUE.hh:50
@ KP_SALT_EX
Definition KP_VALUE.hh:36
@ KP_SALT
Definition KP_VALUE.hh:28
@ KP_GET_USE_COUNT
Definition KP_VALUE.hh:68
@ KP_ADMIN_PIN
Definition KP_VALUE.hh:57
@ KP_IV
Definition KP_VALUE.hh:27
@ KP_KEYEXCHANGE_PIN
Definition KP_VALUE.hh:58
@ KP_BLOCKLEN
Definition KP_VALUE.hh:34
@ KP_HIGHEST_VERSION
Definition KP_VALUE.hh:67
Core IntroVirt classes.
Definition Cr0.hh:20