open-vault/sdk/helper/keysutil
Eng Zer Jun 61262ad98e
refactor: replace strings.Replace with strings.ReplaceAll (#15392)
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-08-03 15:22:48 -04:00
..
cache.go
consts.go
encrypted_key_storage.go
encrypted_key_storage_test.go
lock_manager.go Fix a keysutil policy lock (#15447) 2022-05-16 13:00:16 -05:00
policy.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
policy_test.go Transit byok import endpoints (#15414) 2022-05-16 11:50:38 -05:00
transit_lru.go
transit_syncmap.go
util.go Add parsing for NSS-wrapped Ed25519 keys (#15742) 2022-06-06 18:09:21 -04:00