Documentation ¶
Overview ¶
Package tls_openssl contains generated bindings for API file tls_openssl.api.
Contents: - 2 messages
Index ¶
- Constants
- func AllMessages() []api.Message
- type RPCService
- type TLSOpensslSetEngine
- func (*TLSOpensslSetEngine) GetCrcString() string
- func (*TLSOpensslSetEngine) GetMessageName() string
- func (*TLSOpensslSetEngine) GetMessageType() api.MessageType
- func (m *TLSOpensslSetEngine) Marshal(b []byte) ([]byte, error)
- func (m *TLSOpensslSetEngine) Reset()
- func (m *TLSOpensslSetEngine) Size() (size int)
- func (m *TLSOpensslSetEngine) Unmarshal(b []byte) error
- type TLSOpensslSetEngineReply
- func (*TLSOpensslSetEngineReply) GetCrcString() string
- func (*TLSOpensslSetEngineReply) GetMessageName() string
- func (*TLSOpensslSetEngineReply) GetMessageType() api.MessageType
- func (m *TLSOpensslSetEngineReply) Marshal(b []byte) ([]byte, error)
- func (m *TLSOpensslSetEngineReply) Reset()
- func (m *TLSOpensslSetEngineReply) Size() (size int)
- func (m *TLSOpensslSetEngineReply) Unmarshal(b []byte) error
Constants ¶
View Source
const ( APIFile = "tls_openssl" APIVersion = "2.0.0" 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 defines RPC service tls_openssl.
func NewServiceClient ¶
func NewServiceClient(conn api.Connection) RPCService
type TLSOpensslSetEngine ¶
type TLSOpensslSetEngine struct { AsyncEnable uint32 `binapi:"u32,name=async_enable" json:"async_enable,omitempty"` Engine []byte `binapi:"u8[64],name=engine" json:"engine,omitempty"` Algorithm []byte `binapi:"u8[64],name=algorithm" json:"algorithm,omitempty"` Ciphers []byte `binapi:"u8[64],name=ciphers" json:"ciphers,omitempty"` }
/* Define TLS OpenSSL binary API to control the feature TLSOpensslSetEngine defines 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) Marshal ¶
func (m *TLSOpensslSetEngine) Marshal(b []byte) ([]byte, error)
func (*TLSOpensslSetEngine) Reset ¶
func (m *TLSOpensslSetEngine) Reset()
func (*TLSOpensslSetEngine) Size ¶
func (m *TLSOpensslSetEngine) Size() (size int)
func (*TLSOpensslSetEngine) Unmarshal ¶
func (m *TLSOpensslSetEngine) Unmarshal(b []byte) error
type TLSOpensslSetEngineReply ¶
type TLSOpensslSetEngineReply struct {
Retval int32 `binapi:"i32,name=retval" json:"retval,omitempty"`
}
TLSOpensslSetEngineReply defines 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) Marshal ¶
func (m *TLSOpensslSetEngineReply) Marshal(b []byte) ([]byte, error)
func (*TLSOpensslSetEngineReply) Reset ¶
func (m *TLSOpensslSetEngineReply) Reset()
func (*TLSOpensslSetEngineReply) Size ¶
func (m *TLSOpensslSetEngineReply) Size() (size int)
func (*TLSOpensslSetEngineReply) Unmarshal ¶
func (m *TLSOpensslSetEngineReply) Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.