Documentation ¶
Overview ¶
Package tls_openssl is a generated VPP binary API for 'tls_openssl' module.
It consists of:
2 messages 1 service
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of this module. ModuleName = "tls_openssl" // VersionCrc is the CRC of this module. VersionCrc = 0x7386fbcd )
Variables ¶
This section is empty.
Functions ¶
func AllMessages ¶
Messages returns list of all messages in this module.
Types ¶
type RPCService ¶
type RPCService interface {
TLSOpensslSetEngine(ctx context.Context, in *TLSOpensslSetEngine) (*TLSOpensslSetEngineReply, error)
}
RPCService represents RPC service API for tls_openssl module.
func NewServiceClient ¶
func NewServiceClient(ch api.Channel) RPCService
type TLSOpensslSetEngine ¶
type TLSOpensslSetEngine struct { AsyncEnable uint32 Engine []byte `struc:"[64]byte"` Algorithm []byte `struc:"[64]byte"` Ciphers []byte `struc:"[64]byte"` }
TLSOpensslSetEngine represents VPP binary API message 'tls_openssl_set_engine'.
func (*TLSOpensslSetEngine) GetCrcString ¶
func (*TLSOpensslSetEngine) GetCrcString() string
func (*TLSOpensslSetEngine) GetMessageName ¶
func (*TLSOpensslSetEngine) GetMessageName() string
func (*TLSOpensslSetEngine) GetMessageType ¶
func (*TLSOpensslSetEngine) GetMessageType() api.MessageType
func (*TLSOpensslSetEngine) Reset ¶
func (m *TLSOpensslSetEngine) Reset()
type TLSOpensslSetEngineReply ¶
type TLSOpensslSetEngineReply struct {
Retval int32
}
TLSOpensslSetEngineReply represents VPP binary API message 'tls_openssl_set_engine_reply'.
func (*TLSOpensslSetEngineReply) GetCrcString ¶
func (*TLSOpensslSetEngineReply) GetCrcString() string
func (*TLSOpensslSetEngineReply) GetMessageName ¶
func (*TLSOpensslSetEngineReply) GetMessageName() string
func (*TLSOpensslSetEngineReply) GetMessageType ¶
func (*TLSOpensslSetEngineReply) GetMessageType() api.MessageType
func (*TLSOpensslSetEngineReply) Reset ¶
func (m *TLSOpensslSetEngineReply) Reset()
Click to show internal directories.
Click to hide internal directories.