Documentation
¶
Index ¶
- Constants
- Variables
- func BuildSmfNfProfile() (uuId string, profile models.NfProfile)
- type CMACAES128
- type NIA2TestSet
- type TestAddr
- type TestConn
- func (c *TestConn) Close() error
- func (c *TestConn) LocalAddr() net.Addr
- func (c *TestConn) Read(b []byte) (int, error)
- func (c *TestConn) RemoteAddr() net.Addr
- func (c *TestConn) SetDeadline(t time.Time) error
- func (c *TestConn) SetReadDeadline(t time.Time) error
- func (c *TestConn) SetWriteDeadline(t time.Time) error
- func (c *TestConn) Write(b []byte) (int, error)
Constants ¶
View Source
const ( NIA2Test1 = "NIA2Test1" NIA2Test2 = "NIA2Test2" NIA2Test3 = "NIA2Test3" NIA2Test4 = "NIA2Test4" NIA2Test5 = "NIA2Test5" NIA2Test8 = "NIA2Test8" NIA2TestCHT = "NIA2TestCHT" )
View Source
const ( Example1 = "Example1" Example2 = "Example2" Example3 = "Example3" Example4 = "Example4" ExampleCHT = "ExampleCHT" )
Variables ¶
View Source
var TestCMACAES128Table = make(map[string]*CMACAES128)
View Source
var TestNIA2Table = make(map[string]*NIA2TestSet)
Functions ¶
func BuildSmfNfProfile ¶
Types ¶
type NIA2TestSet ¶
Click to show internal directories.
Click to hide internal directories.