1734b6a94Sdarrenm#!/bin/sh 2734b6a94Sdarrenm# 3734b6a94Sdarrenm# CDDL HEADER START 4734b6a94Sdarrenm# 5734b6a94Sdarrenm# The contents of this file are subject to the terms of the 6734b6a94Sdarrenm# Common Development and Distribution License (the "License"). 7734b6a94Sdarrenm# You may not use this file except in compliance with the License. 8734b6a94Sdarrenm# 9734b6a94Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10734b6a94Sdarrenm# or http://www.opensolaris.org/os/licensing. 11734b6a94Sdarrenm# See the License for the specific language governing permissions 12734b6a94Sdarrenm# and limitations under the License. 13734b6a94Sdarrenm# 14734b6a94Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each 15734b6a94Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16734b6a94Sdarrenm# If applicable, add the following below this CDDL HEADER, with the 17734b6a94Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying 18734b6a94Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner] 19734b6a94Sdarrenm# 20734b6a94Sdarrenm# CDDL HEADER END 21734b6a94Sdarrenm# 22734b6a94Sdarrenm# 23734b6a94Sdarrenm# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24734b6a94Sdarrenm# Use is subject to license terms. 25734b6a94Sdarrenm# 26*45818ee1SMatthew Ahrens# Copyright 2013 Saso Kiselkov. All rights reserved. 27734b6a94Sdarrenm 28*45818ee1SMatthew Ahrensfind_files "s.*" usr/src/common/crypto/edonr 29734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/md4 30734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/md5 31734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/sha1 32734b6a94Sdarrenmfind_files "s.*" usr/src/common/crypto/sha2 33*45818ee1SMatthew Ahrensfind_files "s.*" usr/src/common/crypto/skein 34