Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGCMKeyRotation (0.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/aes_test.go

    		}
    
    		check(i, nonce[4:])
    	}
    }
    
    func TestGCMKeyRotation(t *testing.T) {
    	t.Run("gcm", func(t *testing.T) {
    		testGCMKeyRotation(t, newGCMTransformer)
    	})
    
    	t.Run("gcm unsafe", func(t *testing.T) {
    		testGCMKeyRotation(t, newGCMTransformerWithUniqueKeyUnsafeTest)
    	})
    
    	t.Run("gcm extended", func(t *testing.T) {
    		testGCMKeyRotation(t, newHKDFExtendedNonceGCMTransformerTest)
    	})
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top