]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
crypto: add in additional keyring functionality
authorJoe Richey joerichey@google.com <joerichey@google.com>
Thu, 8 Jun 2017 17:51:04 +0000 (10:51 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Fri, 16 Jun 2017 05:32:35 +0000 (22:32 -0700)
commitea3e258610340de0dd585c221f4e18a199f16bca
tree6619b0564b988803346d09e211ea400d02b3161d
parentd5f89f8fcc5172be183fb02b802fa23ed3e9f8fa
crypto: add in additional keyring functionality

This commit adds in the FindPolicyKey and RemovePolicyKey functions to
complement the InsertPolicyKey function. The existing functions were
also refactored slightly.

Change-Id: Iabd275f2186a9e3023d5efd44c772966123e3657
crypto/crypto.go
crypto/crypto_test.go
crypto/key.go