1 # 2 # This file and its contents are supplied under the terms of the 3 # Common Development and Distribution License ("CDDL"), version 1.0. 4 # You may only use this file in accordance with the terms of version 5 # 1.0 of the CDDL. 6 # 7 # A full copy of the text of the CDDL should have accompanied this 8 # source. A copy of the CDDL is also available via the Internet at 9 # http://www.illumos.org/license/CDDL. 10 # 11 12 # 13 # Copyright (c) 2012 by Delphix. All rights reserved. 14 # Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved. 15 # Copyright 2015 Nexenta Systems, Inc. All rights reserved. 16 # 17 18 set name=pkg.fmri value=pkg:/system/test/cryptotest@$(PKGVERS) 19 set name=pkg.description value="Miscellaneous KCF/PKCS Unit Tests" 20 set name=pkg.summary value="KCF/PKCS Unit Test Suite" 21 set name=info.classification \ 22 value=org.opensolaris.category.2008:Development/System 23 set name=variant.arch value=$(ARCH) 24 dir path=opt/crypto-tests 25 dir path=opt/crypto-tests/bin 26 dir path=opt/crypto-tests/runfiles 27 dir path=opt/crypto-tests/tests 28 dir path=opt/crypto-tests/tests/kcf 29 dir path=opt/crypto-tests/tests/kcf/aes 30 dir path=opt/crypto-tests/tests/pkcs 31 dir path=opt/crypto-tests/tests/pkcs/aes 32 file path=opt/crypto-tests/README mode=0444 33 file path=opt/crypto-tests/bin/cryptotest mode=0555 34 file path=opt/crypto-tests/runfiles/default.run mode=0444 35 file path=opt/crypto-tests/tests/kcf/aes/aes_cbc mode=0555 36 file path=opt/crypto-tests/tests/kcf/aes/aes_ccm mode=0555 37 file path=opt/crypto-tests/tests/kcf/aes/aes_cmac mode=0555 38 file path=opt/crypto-tests/tests/kcf/aes/aes_ctr mode=0555 39 file path=opt/crypto-tests/tests/kcf/aes/aes_ecb mode=0555 40 file path=opt/crypto-tests/tests/kcf/aes/aes_gcm mode=0555 41 file path=opt/crypto-tests/tests/kcf/aes/cleanup mode=0555 42 file path=opt/crypto-tests/tests/kcf/aes/setup mode=0555 43 file path=opt/crypto-tests/tests/pkcs/aes/aes_cbc mode=0555 44 file path=opt/crypto-tests/tests/pkcs/aes/aes_ccm mode=0555 45 file path=opt/crypto-tests/tests/pkcs/aes/aes_cmac mode=0555 46 file path=opt/crypto-tests/tests/pkcs/aes/aes_ctr mode=0555 47 file path=opt/crypto-tests/tests/pkcs/aes/aes_ecb mode=0555 48 file path=opt/crypto-tests/tests/pkcs/aes/aes_gcm mode=0555 49 license cr_Sun license=cr_Sun 50 license lic_CDDL license=lic_CDDL 51 depend fmri=driver/crypto/dprov type=require 52 depend fmri=system/test/testrunner type=require