summaryrefslogtreecommitdiff
path: root/satp/crypto-kd.go
diff options
context:
space:
mode:
Diffstat (limited to 'satp/crypto-kd.go')
-rw-r--r--satp/crypto-kd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/satp/crypto-kd.go b/satp/crypto-kd.go
index 39a3d01..784080e 100644
--- a/satp/crypto-kd.go
+++ b/satp/crypto-kd.go
@@ -54,7 +54,7 @@ type KeyDerivation interface {
Generate(dir KeyDirection, usage KeyUsage, sequenceNumber uint32, out []byte) error
}
-func getLabel(dir KeyDirection, usage KeyUsage) uint32 {
+func getKDLabel(dir KeyDirection, usage KeyUsage) uint32 {
switch usage {
case UsageEncryptKey:
if dir == DirLeft {