summaryrefslogtreecommitdiff
path: root/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers')
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers b/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers
index 377db64fa5..2b732729f0 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers
+++ b/usr/src/lib/pkcs11/libsoftcrypto/common/mapfile-vers
@@ -21,6 +21,8 @@
#
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2017 Jason King.
+# Copyright (c) 2018, Joyent, Inc.
#
#
@@ -44,6 +46,7 @@ SYMBOL_VERSION SUNWprivate {
global:
aes_alloc_keysched;
aes_copy_block;
+ aes_copy_block64;
aes_decrypt_block;
aes_decrypt_contiguous_blocks;
aes_encrypt_block;
@@ -78,8 +81,15 @@ SYMBOL_VERSION SUNWprivate {
blowfish_init_keysched;
bytestring2bignum;
cbc_alloc_ctx;
+ cbc_init_ctx;
+ ccm_alloc_ctx;
+ ccm_decrypt_final;
+ ccm_encrypt_final;
+ ccm_init_ctx;
+ cmac_alloc_ctx;
cmac_init_ctx;
cmac_mode_final;
+ ctr_alloc_ctx;
ctr_mode_final;
ctr_init_ctx;
des3_crunch_block;
@@ -94,6 +104,11 @@ SYMBOL_VERSION SUNWprivate {
dsa_genkey_pair;
dsa_sign;
dsa_verify;
+ ecb_alloc_ctx;
+ gcm_alloc_ctx;
+ gcm_decrypt_final;
+ gcm_encrypt_final;
+ gcm_init_ctx;
pkcs1_decode;
pkcs1_encode;
pkcs7_decode;