author | never |
Fri, 09 Mar 2012 08:34:36 -0800 | |
changeset 12109 | e63abe40a95c |
parent 11523 | 85131f3172a1 |
permissions | -rw-r--r-- |
11523
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
1 |
# |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
2 |
# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
4 |
# |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
10 |
# |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
15 |
# accompanied this code). |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
16 |
# |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
20 |
# |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
23 |
# questions. |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
24 |
# |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
25 |
|
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
26 |
# Define public interface. |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
27 |
|
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
28 |
SUNWprivate_1.1 { |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
29 |
global: |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
30 |
JNI_OnLoad; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
31 |
Java_com_oracle_security_ucrypto_UcryptoProvider_loadLibraries; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
32 |
Java_com_oracle_security_ucrypto_UcryptoProvider_getMechList; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
33 |
Java_com_oracle_security_ucrypto_NativeDigest_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
34 |
Java_com_oracle_security_ucrypto_NativeDigest_nativeUpdate; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
35 |
Java_com_oracle_security_ucrypto_NativeDigest_nativeDigest; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
36 |
Java_com_oracle_security_ucrypto_NativeDigest_nativeClone; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
37 |
Java_com_oracle_security_ucrypto_NativeDigest_nativeFree; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
38 |
Java_com_oracle_security_ucrypto_NativeCipher_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
39 |
Java_com_oracle_security_ucrypto_NativeCipher_nativeUpdate; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
40 |
Java_com_oracle_security_ucrypto_NativeCipher_nativeFinal; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
41 |
Java_com_oracle_security_ucrypto_NativeKey_nativeFree; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
42 |
Java_com_oracle_security_ucrypto_NativeKey_00024RSAPrivateCrt_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
43 |
Java_com_oracle_security_ucrypto_NativeKey_00024RSAPublic_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
44 |
Java_com_oracle_security_ucrypto_NativeRSASignature_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
45 |
Java_com_oracle_security_ucrypto_NativeRSASignature_nativeUpdate__JZ_3BII; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
46 |
Java_com_oracle_security_ucrypto_NativeRSASignature_nativeUpdate__JZJI; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
47 |
Java_com_oracle_security_ucrypto_NativeRSASignature_nativeFinal; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
48 |
Java_com_oracle_security_ucrypto_NativeRSACipher_nativeAtomic; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
49 |
|
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
50 |
JavaCritical_com_oracle_security_ucrypto_NativeDigest_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
51 |
JavaCritical_com_oracle_security_ucrypto_NativeDigest_nativeUpdate; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
52 |
JavaCritical_com_oracle_security_ucrypto_NativeDigest_nativeDigest; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
53 |
JavaCritical_com_oracle_security_ucrypto_NativeDigest_nativeClone; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
54 |
JavaCritical_com_oracle_security_ucrypto_NativeDigest_nativeFree; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
55 |
JavaCritical_com_oracle_security_ucrypto_NativeCipher_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
56 |
JavaCritical_com_oracle_security_ucrypto_NativeCipher_nativeUpdate; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
57 |
JavaCritical_com_oracle_security_ucrypto_NativeCipher_nativeFinal; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
58 |
JavaCritical_com_oracle_security_ucrypto_NativeKey_nativeFree; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
59 |
JavaCritical_com_oracle_security_ucrypto_NativeKey_00024RSAPrivateCrt_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
60 |
JavaCritical_com_oracle_security_ucrypto_NativeKey_00024RSAPublic_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
61 |
JavaCritical_com_oracle_security_ucrypto_NativeRSASignature_nativeInit; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
62 |
JavaCritical_com_oracle_security_ucrypto_NativeRSASignature_nativeUpdate__JZ_3BII; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
63 |
JavaCritical_com_oracle_security_ucrypto_NativeRSASignature_nativeUpdate__JZJI; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
64 |
JavaCritical_com_oracle_security_ucrypto_NativeRSASignature_nativeFinal; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
65 |
JavaCritical_com_oracle_security_ucrypto_NativeRSACipher_nativeAtomic; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
66 |
|
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
67 |
local: |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
68 |
*; |
85131f3172a1
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
valeriep
parents:
diff
changeset
|
69 |
}; |