info.txt |
|
422 |
p11.cpp |
General purpose functions ***************************** |
31025 |
p11.h |
|
141115 |
p11_ecc_key.cpp |
rng |
5015 |
p11_ecc_key.h |
@param ec_params DER-encoding of an ANSI X9.62 Parameters value
@param ec_point DER-encoding of ANSI X9.62 ECPoint value Q
|
8699 |
p11_ecdh.cpp |
rng |
5115 |
p11_ecdh.h |
Create a PKCS11_ECDH_PublicKey object from an existing PKCS#11 ECDH public key
@param session the session to use
@param handle the handle of the ECDH public key
|
5060 |
p11_ecdsa.cpp |
rng |
8298 |
p11_ecdsa.h |
Creates a PKCS11_ECDSA_PublicKey object from an existing PKCS#11 ECDSA public key
@param session the session to use
@param handle the handle of the ECDSA public key
|
5238 |
p11_mechanism.cpp |
hash algorithm used in the PSS encoding; if the signature
mechanism does not include message hashing, then this value must
be the mechanism used by the application to generate the message
hash; if the signature mechanism includes hashing, then this
value must match the hash algorithm indicated by the signature mechanism
|
14486 |
p11_mechanism.h |
Simple class to build and hold the data for a CK_MECHANISM struct
for RSA (encryption/decryption, signature/verification)
and EC (ECDSA signature/verification, ECDH key derivation).
|
3991 |
p11_module.cpp |
|
1091 |
p11_object.cpp |
|
7561 |
p11_object.h |
Add a class attribute (CKA_CLASS / AttributeType::Class).
@param object_class class attribute to add
|
24268 |
p11_randomgenerator.cpp |
|
713 |
p11_randomgenerator.h |
|
1551 |
p11_rsa.cpp |
|
19726 |
p11_rsa.h |
Creates a PKCS11_RSA_PublicKey object from an existing PKCS#11 RSA public key
@param session the session to use
@param handle the handle of the RSA public key
|
8520 |
p11_session.cpp |
|
2160 |
p11_slot.cpp |
|
1400 |
p11_types.h |
Loads the PKCS#11 shared library
Calls C_Initialize on load and C_Finalize on destruction
|
6333 |
p11_x509.cpp |
|
1043 |
p11_x509.h |
@param subject DER-encoding of the certificate subject name
@param value BER-encoding of the certificate
|
3364 |
pkcs11.h |
PKCS #11 Cryptographic Token Interface Base Specification Version 2.40 Errata 01
Committee Specification Draft 01 / Public Review Draft 01
09 December 2015
Copyright (c) OASIS Open 2015. All Rights Reserved.
Source: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/errata01/csprd01/include/pkcs11-v2.40/
Latest version of the specification: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/pkcs11-base-v2.40.html
https://www.oasis-open.org/policies-guidelines/ipr
|
8024 |
pkcs11f.h |
PKCS #11 Cryptographic Token Interface Base Specification Version 2.40 Errata 01
Committee Specification Draft 01 / Public Review Draft 01
09 December 2015
Copyright (c) OASIS Open 2015. All Rights Reserved.
Source: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/errata01/csprd01/include/pkcs11-v2.40/
Latest version of the specification: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/pkcs11-base-v2.40.html
https://www.oasis-open.org/policies-guidelines/ipr
|
27359 |
pkcs11t.h |
PKCS #11 Cryptographic Token Interface Base Specification Version 2.40 Errata 01
Committee Specification Draft 01 / Public Review Draft 01
09 December 2015
Copyright (c) OASIS Open 2015. All Rights Reserved.
Source: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/errata01/csprd01/include/pkcs11-v2.40/
Latest version of the specification: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/pkcs11-base-v2.40.html
https://www.oasis-open.org/policies-guidelines/ipr
|
72102 |