diff options
author | mcpowers <none@none> | 2008-08-01 15:04:18 -0700 |
---|---|---|
committer | mcpowers <none@none> | 2008-08-01 15:04:18 -0700 |
commit | c64d15a587b6038b85a928885fc997da7315fbfe (patch) | |
tree | ed2d23e1acf136fef934b121b57930d5f010b38c /usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h | |
parent | ab073b324433ebc8947d28ade932d29d0e809795 (diff) | |
download | illumos-gate-c64d15a587b6038b85a928885fc997da7315fbfe.tar.gz |
6727960 C_Sign fails when using sensitive ECC private key
6731694 CCM unnecessarily allocates output buffers for uio data
6731818 sparc/kcf/Makefile has commented out linkage dependency
Diffstat (limited to 'usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h')
-rw-r--r-- | usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h b/usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h index 5cd118cb94..2d15d61818 100644 --- a/usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h +++ b/usr/src/lib/pkcs11/pkcs11_softtoken/common/softObject.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -828,10 +828,10 @@ CK_RV soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, CK_RV soft_set_common_storage_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template, boolean_t copy); -CK_RV soft_get_public_attr(soft_object_t *, CK_ATTRIBUTE_TYPE, uchar_t *, +CK_RV soft_get_public_value(soft_object_t *, CK_ATTRIBUTE_TYPE, uchar_t *, uint32_t *); -CK_RV soft_get_private_attr(soft_object_t *, CK_ATTRIBUTE_TYPE, uchar_t *, +CK_RV soft_get_private_value(soft_object_t *, CK_ATTRIBUTE_TYPE, uchar_t *, uint32_t *); CK_RV get_ulong_attr_from_object(CK_ULONG value, CK_ATTRIBUTE_PTR template); |