spiegel_podman/vendor/github.com/containers/ocicrypt/utils/keyprovider/keyprovider.pb.go
Jan Rodák 303d6c0d84
Vendor container-libs@main
Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2026-06-11 16:10:22 +02:00

176 lines
6.4 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v7.34.1
// source: keyprovider.proto
package keyprovider
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type KeyProviderKeyWrapProtocolInput struct {
state protoimpl.MessageState `protogen:"open.v1"`
KeyProviderKeyWrapProtocolInput []byte `protobuf:"bytes,1,opt,name=KeyProviderKeyWrapProtocolInput,proto3" json:"KeyProviderKeyWrapProtocolInput,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *KeyProviderKeyWrapProtocolInput) Reset() {
*x = KeyProviderKeyWrapProtocolInput{}
mi := &file_keyprovider_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *KeyProviderKeyWrapProtocolInput) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KeyProviderKeyWrapProtocolInput) ProtoMessage() {}
func (x *KeyProviderKeyWrapProtocolInput) ProtoReflect() protoreflect.Message {
mi := &file_keyprovider_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KeyProviderKeyWrapProtocolInput.ProtoReflect.Descriptor instead.
func (*KeyProviderKeyWrapProtocolInput) Descriptor() ([]byte, []int) {
return file_keyprovider_proto_rawDescGZIP(), []int{0}
}
func (x *KeyProviderKeyWrapProtocolInput) GetKeyProviderKeyWrapProtocolInput() []byte {
if x != nil {
return x.KeyProviderKeyWrapProtocolInput
}
return nil
}
type KeyProviderKeyWrapProtocolOutput struct {
state protoimpl.MessageState `protogen:"open.v1"`
KeyProviderKeyWrapProtocolOutput []byte `protobuf:"bytes,1,opt,name=KeyProviderKeyWrapProtocolOutput,proto3" json:"KeyProviderKeyWrapProtocolOutput,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *KeyProviderKeyWrapProtocolOutput) Reset() {
*x = KeyProviderKeyWrapProtocolOutput{}
mi := &file_keyprovider_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *KeyProviderKeyWrapProtocolOutput) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KeyProviderKeyWrapProtocolOutput) ProtoMessage() {}
func (x *KeyProviderKeyWrapProtocolOutput) ProtoReflect() protoreflect.Message {
mi := &file_keyprovider_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use KeyProviderKeyWrapProtocolOutput.ProtoReflect.Descriptor instead.
func (*KeyProviderKeyWrapProtocolOutput) Descriptor() ([]byte, []int) {
return file_keyprovider_proto_rawDescGZIP(), []int{1}
}
func (x *KeyProviderKeyWrapProtocolOutput) GetKeyProviderKeyWrapProtocolOutput() []byte {
if x != nil {
return x.KeyProviderKeyWrapProtocolOutput
}
return nil
}
var File_keyprovider_proto protoreflect.FileDescriptor
const file_keyprovider_proto_rawDesc = "" +
"\n" +
"\x11keyprovider.proto\x12\vkeyprovider\"k\n" +
"\x1fkeyProviderKeyWrapProtocolInput\x12H\n" +
"\x1fKeyProviderKeyWrapProtocolInput\x18\x01 \x01(\fR\x1fKeyProviderKeyWrapProtocolInput\"n\n" +
" keyProviderKeyWrapProtocolOutput\x12J\n" +
" KeyProviderKeyWrapProtocolOutput\x18\x01 \x01(\fR KeyProviderKeyWrapProtocolOutput2\xea\x01\n" +
"\x12KeyProviderService\x12h\n" +
"\aWrapKey\x12,.keyprovider.keyProviderKeyWrapProtocolInput\x1a-.keyprovider.keyProviderKeyWrapProtocolOutput\"\x00\x12j\n" +
"\tUnWrapKey\x12,.keyprovider.keyProviderKeyWrapProtocolInput\x1a-.keyprovider.keyProviderKeyWrapProtocolOutput\"\x00B2Z0github.com/containers/ocicrypt/utils/keyproviderb\x06proto3"
var (
file_keyprovider_proto_rawDescOnce sync.Once
file_keyprovider_proto_rawDescData []byte
)
func file_keyprovider_proto_rawDescGZIP() []byte {
file_keyprovider_proto_rawDescOnce.Do(func() {
file_keyprovider_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_keyprovider_proto_rawDesc), len(file_keyprovider_proto_rawDesc)))
})
return file_keyprovider_proto_rawDescData
}
var file_keyprovider_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_keyprovider_proto_goTypes = []any{
(*KeyProviderKeyWrapProtocolInput)(nil), // 0: keyprovider.keyProviderKeyWrapProtocolInput
(*KeyProviderKeyWrapProtocolOutput)(nil), // 1: keyprovider.keyProviderKeyWrapProtocolOutput
}
var file_keyprovider_proto_depIdxs = []int32{
0, // 0: keyprovider.KeyProviderService.WrapKey:input_type -> keyprovider.keyProviderKeyWrapProtocolInput
0, // 1: keyprovider.KeyProviderService.UnWrapKey:input_type -> keyprovider.keyProviderKeyWrapProtocolInput
1, // 2: keyprovider.KeyProviderService.WrapKey:output_type -> keyprovider.keyProviderKeyWrapProtocolOutput
1, // 3: keyprovider.KeyProviderService.UnWrapKey:output_type -> keyprovider.keyProviderKeyWrapProtocolOutput
2, // [2:4] is the sub-list for method output_type
0, // [0:2] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_keyprovider_proto_init() }
func file_keyprovider_proto_init() {
if File_keyprovider_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_keyprovider_proto_rawDesc), len(file_keyprovider_proto_rawDesc)),
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_keyprovider_proto_goTypes,
DependencyIndexes: file_keyprovider_proto_depIdxs,
MessageInfos: file_keyprovider_proto_msgTypes,
}.Build()
File_keyprovider_proto = out.File
file_keyprovider_proto_goTypes = nil
file_keyprovider_proto_depIdxs = nil
}