diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-test-cryptotest.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-test-cryptotest.mf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-test-cryptotest.mf b/usr/src/pkg/manifests/system-test-cryptotest.mf index 9b4d8153b9..12c67a7349 100644 --- a/usr/src/pkg/manifests/system-test-cryptotest.mf +++ b/usr/src/pkg/manifests/system-test-cryptotest.mf @@ -32,6 +32,9 @@ dir path=opt/crypto-tests/tests/aes/pkcs group=root mode=0755 owner=root dir path=opt/crypto-tests/tests/digest dir path=opt/crypto-tests/tests/digest/kcf dir path=opt/crypto-tests/tests/digest/pkcs +dir path=opt/crypto-tests/tests/hmac +dir path=opt/crypto-tests/tests/hmac/kcf +dir path=opt/crypto-tests/tests/hmac/pkcs file path=opt/crypto-tests/README mode=0444 file path=opt/crypto-tests/bin/cryptotest mode=0555 file path=opt/crypto-tests/runfiles/default.run mode=0444 @@ -166,6 +169,12 @@ file opt/crypto-tests/tests/digest/pkcs/sha512_32 \ file opt/crypto-tests/tests/digest/pkcs/sha512_64 \ path=opt/crypto-tests/tests/digest/pkcs/sha512_64 group=root mode=0555 \ owner=root +file path=opt/crypto-tests/tests/hmac/kcf/cleanup mode=0555 +file path=opt/crypto-tests/tests/hmac/kcf/hmac_sha1_32 mode=0555 +file path=opt/crypto-tests/tests/hmac/kcf/hmac_sha1_64 mode=0555 +file path=opt/crypto-tests/tests/hmac/kcf/setup mode=0555 +file path=opt/crypto-tests/tests/hmac/pkcs/hmac_sha1_32 mode=0555 +file path=opt/crypto-tests/tests/hmac/pkcs/hmac_sha1_64 mode=0555 license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL depend fmri=driver/crypto/dprov type=require |