commit | c4a9f0552cf682489d370adccf2f3ee11a8ff272 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Jan 15 12:24:38 2023 -0500 |
committer | Chuck Lever <chuck.lever@oracle.com> | Mon Feb 20 09:20:51 2023 -0500 |
tree | 050a7bd96e0c1d5f7687eae7a505d3052cc2ca1f | |
parent | 4d2d15c0f1e05ef2478d4891b79570a87c5dd1a6 [diff] |
SUNRPC: Add encryption self-tests With the KUnit infrastructure recently added, we are free to define other unit tests particular to our implementation. As an example, I've added a self-test that encrypts then decrypts a string, and checks the result. Tested-by: Scott Mayhew <smayhew@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>