Home
last modified time | relevance | path

Searched refs:CKA_VALUE_BITS (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/test/
H A DSessionObjectTests.cpp181 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in testByteStrAttr()
189 CPPUNIT_ASSERT(testObject.attributeExists(CKA_VALUE_BITS)); in testByteStrAttr()
280 CPPUNIT_ASSERT(mattrb.find(CKA_VALUE_BITS) != mattrb.end()); in testAttrMapAttr()
303 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in testMixedAttr()
309 CPPUNIT_ASSERT(testObject.attributeExists(CKA_VALUE_BITS)); in testMixedAttr()
339 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in testDoubleAttr()
345 CPPUNIT_ASSERT(testObject.attributeExists(CKA_VALUE_BITS)); in testDoubleAttr()
368 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3a)); in testDoubleAttr()
399 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in testCloseSession()
405 CPPUNIT_ASSERT(testObject.attributeExists(CKA_VALUE_BITS)); in testCloseSession()
[all …]
H A DDBObjectTests.cpp266 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in should_store_binary_attributes()
279 CPPUNIT_ASSERT(testObject.attributeExists(CKA_VALUE_BITS)); in should_store_binary_attributes()
286 CPPUNIT_ASSERT(testObject.getAttribute(CKA_VALUE_BITS).isUnsignedLongAttribute()); in should_store_binary_attributes()
420 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in should_store_mixed_attributes()
432 CPPUNIT_ASSERT(testObject.attributeExists(CKA_VALUE_BITS)); in should_store_mixed_attributes()
438 CPPUNIT_ASSERT(testObject.getAttribute(CKA_VALUE_BITS).isUnsignedLongAttribute()); in should_store_mixed_attributes()
637 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in should_use_transactions()
683 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3a)); in should_use_transactions()
690 CPPUNIT_ASSERT(testObject.getAttribute(CKA_VALUE_BITS).isUnsignedLongAttribute()); in should_use_transactions()
739 CPPUNIT_ASSERT(testObject.setAttribute(CKA_VALUE_BITS, attr3)); in should_use_transactions()
[all …]
/dports/security/gcr/gcr-3.40.0/gck/
H A Dgck-dump.c114 case CKA_VALUE_BITS: in dump_attribute_value()
259 DX(CKA_VALUE_BITS); in dump_attribute_type()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dgkm-dh-mechanism.c123 if (!gkm_attributes_find_ulong (priv_atts, n_priv_atts, CKA_VALUE_BITS, &bits)) in gkm_dh_mechanism_generate()
125 gkm_attributes_consume (priv_atts, n_priv_atts, CKA_VALUE_BITS, G_MAXULONG); in gkm_dh_mechanism_generate()
H A Dgkm-dh-private-key.c139 case CKA_VALUE_BITS: in gkm_dh_private_key_real_get_attribute()
H A Dgkm-log.c191 X (CKA_VALUE_BITS) in gkm_log_attr_type()
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/
H A Dpkcs11log.h140 {CKA_VALUE_BITS, "CKA_VALUE_BITS", 0},
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Wrapper/
H A DCKA.cs55 VALUE_BITS = PKCS11Constants.CKA_VALUE_BITS,
H A DPKCS11Constants.cs90 internal const uint CKA_VALUE_BITS = 0x00000160 ; field in Net.Sf.Pkcs11.Wrapper.PKCS11Constants
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dtemplate.c516 attr->type == CKA_VALUE_BITS || in template_flatten()
618 || a1->type == CKA_VALUE_BITS in template_unflatten_withSize()
637 || a1->type == CKA_VALUE_BITS in template_unflatten_withSize()
804 || attr->type == CKA_VALUE_BITS in template_get_compressed_size()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_od.c100 { CKA_VALUE_BITS, "CKA_VALUE_BITS", as_ulong },
707 _ATTR(CKA_VALUE_BITS), in pkcs11_dump_object_with_label()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Ddebug.c142 _(CKA_VALUE_BITS),
/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A DP11Attributes.cpp971 if (osobject->attributeExists(CKA_VALUE_BITS)) in updateAttr()
974 osobject->setAttribute(CKA_VALUE_BITS, bits); in updateAttr()
2356 case CKA_VALUE_BITS: in updateAttr()
2455 case CKA_VALUE_BITS: in updateAttr()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java383 public static final long CKA_VALUE_BITS = 0x00000160L; field
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java391 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/miekg/pkcs11/
H A Dconst.go141 CKA_VALUE_BITS = 0x00000160 const
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java393 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java393 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyPairGenerator.java393 new CK_ATTRIBUTE(CKA_VALUE_BITS, privateBits), in generateKeyPair()

123456789