open-vault/sdk/helper/keysutil
Joseph Crosland dd11865597
Return a UserError if aead.Open() fails to align with documentation (#10914)
Return a UserError is aead.Open() fails and assume by that stage there is a problem with the user input for said decryption
2021-11-17 11:40:43 -05:00
..
cache.go
consts.go
encrypted_key_storage.go
encrypted_key_storage_test.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
lock_manager.go Enforce minimum cache size for transit backend (#12418) 2021-09-13 16:44:56 -05:00
policy.go Return a UserError if aead.Open() fails to align with documentation (#10914) 2021-11-17 11:40:43 -05:00
policy_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
transit_lru.go
transit_syncmap.go