README revision 7c478bd95313f5f23a4c958a745db2134aa03244
120N/A#
120N/A# CDDL HEADER START
120N/A#
120N/A# The contents of this file are subject to the terms of the
120N/A# Common Development and Distribution License, Version 1.0 only
120N/A# (the "License"). You may not use this file except in compliance
120N/A# with the License.
120N/A#
120N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120N/A# or http://www.opensolaris.org/os/licensing.
120N/A# See the License for the specific language governing permissions
120N/A# and limitations under the License.
120N/A#
120N/A# When distributing Covered Code, include this CDDL HEADER in each
120N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
120N/A# If applicable, add the following below this CDDL HEADER, with the
120N/A# fields enclosed by brackets "[]" replaced with your own identifying
120N/A# information: Portions Copyright [yyyy] [name of copyright owner]
120N/A#
120N/A# CDDL HEADER END
120N/A#
120N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3817N/A# Use is subject to license terms.
120N/A#
120N/A#ident "%Z%%M% %I% %E% SMI"
120N/A
120N/AA note on the file mont_mulf.c. It is used as a starting point
120N/Afor the following hand optimized assembly files.
1455N/A
618N/A- usr/src/common/bignum/sun4u/mont_mulf_v8plus.s
120N/A This file is used in the 32-bit pkcs11_softtoken library.
120N/A
844N/A- usr/src/common/bignum/sun4u/mont_mulf_v9.s
1455N/A This file is used in the 64-bit pkcs11_softtoken library.
120N/A
1258N/A- usr/src/uts/sun4u/rsa/mont_mulf.s
120N/A This file is used in the kernel RSA module.
2899N/A
2899N/AWe keep the .c file around for future reference.
3817N/A