Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
ppb_platform_verification_private.h
Go to the documentation of this file.
1 /* Copyright 2013 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.
4  */
5 
6 /* From private/ppb_platform_verification_private.idl,
7  * modified Thu Oct 20 13:57:04 2016.
8  */
9 
10 #ifndef PPAPI_C_PRIVATE_PPB_PLATFORM_VERIFICATION_PRIVATE_H_
11 #define PPAPI_C_PRIVATE_PPB_PLATFORM_VERIFICATION_PRIVATE_H_
12 
13 #include "ppapi/c/pp_bool.h"
15 #include "ppapi/c/pp_instance.h"
16 #include "ppapi/c/pp_macros.h"
17 #include "ppapi/c/pp_resource.h"
18 #include "ppapi/c/pp_stdint.h"
19 #include "ppapi/c/pp_var.h"
20 
21 #define PPB_PLATFORMVERIFICATION_PRIVATE_INTERFACE_0_2 \
22  "PPB_PlatformVerification_Private;0.2"
23 #define PPB_PLATFORMVERIFICATION_PRIVATE_INTERFACE \
24  PPB_PLATFORMVERIFICATION_PRIVATE_INTERFACE_0_2
25 
94  int32_t (*ChallengePlatform)(PP_Resource instance,
95  struct PP_Var service_id,
96  struct PP_Var challenge,
97  struct PP_Var* signed_data,
98  struct PP_Var* signed_data_signature,
99  struct PP_Var* platform_key_certificate,
100  struct PP_CompletionCallback callback);
101 };
102 
109 #endif /* PPAPI_C_PRIVATE_PPB_PLATFORM_VERIFICATION_PRIVATE_H_ */
110 
Definition: ppb_platform_verification_private.h:42
int32_t(* ChallengePlatform)(PP_Resource instance, struct PP_Var service_id, struct PP_Var challenge, struct PP_Var *signed_data, struct PP_Var *signed_data_signature, struct PP_Var *platform_key_certificate, struct PP_CompletionCallback callback)
Definition: ppb_platform_verification_private.h:94
PP_Resource(* Create)(PP_Instance instance)
Definition: ppb_platform_verification_private.h:53
int32_t PP_Resource
Definition: pp_resource.h:40
Definition: pp_var.h:166
PP_Bool(* IsPlatformVerification)(PP_Resource resource)
Definition: ppb_platform_verification_private.h:66
int32_t PP_Instance
Definition: pp_instance.h:34
PP_Bool
Definition: pp_bool.h:30
Definition: pp_completion_callback.h:139