Imports #
"crypto/internal/fips140"
_ "crypto/internal/fips140/check"
"crypto/internal/fips140"
_ "crypto/internal/fips140/check"
var ClientKeys Direction
var ServerKeys Direction
type Direction struct {
ivTag []byte
keyTag []byte
macKeyTag []byte
}
func Keys(hash func() Hash, d Direction, K []byte, H []byte, sessionID []byte, ivKeyLen int, keyLen int, macKeyLen int) (ivKey []byte, key []byte, macKey []byte)
func init()
Generated with Arrow