cryptombv3alpha

package
v1.33.0-20240418202234... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_contrib_envoy_extensions_private_key_providers_cryptomb_v3alpha_cryptomb_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CryptoMbPrivateKeyMethodConfig

type CryptoMbPrivateKeyMethodConfig struct {

	// Private key to use in the private key provider. If set to inline_bytes or
	// inline_string, the value needs to be the private key in PEM format.
	PrivateKey *v3.DataSource `protobuf:"bytes,1,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// How long to wait until the per-thread processing queue should be
	// processed. If the processing queue gets full (eight sign or decrypt
	// requests are received) it is processed immediately. However, if the
	// queue is not filled before the delay has expired, the requests
	// already in the queue are processed, even if the queue is not full.
	// In effect, this value controls the balance between latency and
	// throughput. The duration needs to be set to a value greater than or equal to 1 millisecond.
	PollDelay *durationpb.Duration `protobuf:"bytes,2,opt,name=poll_delay,json=pollDelay,proto3" json:"poll_delay,omitempty"`
	// contains filtered or unexported fields
}

A CryptoMbPrivateKeyMethodConfig message specifies how the CryptoMb private key provider is configured. The private key provider provides “SIMD“ processing for ECDSA sign operations and RSA sign and decrypt operations. The provider works by gathering the operations into a worker-thread specific queue, and processing the queue using “ipp-crypto“ library when the queue is full or when a timer expires. [#extension-category: envoy.tls.key_providers]

func (*CryptoMbPrivateKeyMethodConfig) Descriptor deprecated

func (*CryptoMbPrivateKeyMethodConfig) Descriptor() ([]byte, []int)

Deprecated: Use CryptoMbPrivateKeyMethodConfig.ProtoReflect.Descriptor instead.

func (*CryptoMbPrivateKeyMethodConfig) GetPollDelay

func (*CryptoMbPrivateKeyMethodConfig) GetPrivateKey

func (x *CryptoMbPrivateKeyMethodConfig) GetPrivateKey() *v3.DataSource

func (*CryptoMbPrivateKeyMethodConfig) ProtoMessage

func (*CryptoMbPrivateKeyMethodConfig) ProtoMessage()

func (*CryptoMbPrivateKeyMethodConfig) ProtoReflect

func (*CryptoMbPrivateKeyMethodConfig) Reset

func (x *CryptoMbPrivateKeyMethodConfig) Reset()

func (*CryptoMbPrivateKeyMethodConfig) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL