github.com/cilium/cilium@v1.16.2/pkg/datapath/types/ipsec.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright Authors of Cilium 3 4 package types 5 6 type IPsecKeyCustodian interface { 7 AuthKeySize() int 8 SPI() uint8 9 StartBackgroundJobs(NodeHandler) error 10 }