pkcs11-helper
PKCS11H_ENGINE_CRYPTO

pkcs11-helper built-in engines. More...

Macros

#define PKCS11H_ENGINE_CRYPTO_AUTO   ((pkcs11h_engine_crypto_t *)0)
 
#define PKCS11H_ENGINE_CRYPTO_OPENSSL   ((pkcs11h_engine_crypto_t *)1)
 
#define PKCS11H_ENGINE_CRYPTO_GNUTLS   ((pkcs11h_engine_crypto_t *)2)
 
#define PKCS11H_ENGINE_CRYPTO_CRYPTOAPI   ((pkcs11h_engine_crypto_t *)3)
 
#define PKCS11H_ENGINE_CRYPTO_WIN32   ((pkcs11h_engine_crypto_t *)3)
 
#define PKCS11H_ENGINE_CRYPTO_NSS   ((pkcs11h_engine_crypto_t *)4)
 
#define PKCS11H_ENGINE_CRYPTO_POLARSSL   ((pkcs11h_engine_crypto_t *)5)
 
#define PKCS11H_ENGINE_CRYPTO_MBEDTLS   ((pkcs11h_engine_crypto_t *)5)
 
#define PKCS11H_ENGINE_CRYPTO_GPL   ((pkcs11h_engine_crypto_t *)10)
 

Detailed Description

pkcs11-helper built-in engines.

See also
pkcs11h_engine_setCrypto().

Macro Definition Documentation

◆ PKCS11H_ENGINE_CRYPTO_AUTO

#define PKCS11H_ENGINE_CRYPTO_AUTO   ((pkcs11h_engine_crypto_t *)0)

Auto select.

◆ PKCS11H_ENGINE_CRYPTO_CRYPTOAPI

#define PKCS11H_ENGINE_CRYPTO_CRYPTOAPI   ((pkcs11h_engine_crypto_t *)3)

Select CryptoAPI.

◆ PKCS11H_ENGINE_CRYPTO_GNUTLS

#define PKCS11H_ENGINE_CRYPTO_GNUTLS   ((pkcs11h_engine_crypto_t *)2)

Select GnuTLS.

◆ PKCS11H_ENGINE_CRYPTO_GPL

#define PKCS11H_ENGINE_CRYPTO_GPL   ((pkcs11h_engine_crypto_t *)10)

Auto select GPL enigne.

◆ PKCS11H_ENGINE_CRYPTO_MBEDTLS

#define PKCS11H_ENGINE_CRYPTO_MBEDTLS   ((pkcs11h_engine_crypto_t *)5)

Select mbed TLS.

◆ PKCS11H_ENGINE_CRYPTO_NSS

#define PKCS11H_ENGINE_CRYPTO_NSS   ((pkcs11h_engine_crypto_t *)4)

Select NSS.

◆ PKCS11H_ENGINE_CRYPTO_OPENSSL

#define PKCS11H_ENGINE_CRYPTO_OPENSSL   ((pkcs11h_engine_crypto_t *)1)

Select OpenSSL.

◆ PKCS11H_ENGINE_CRYPTO_POLARSSL

#define PKCS11H_ENGINE_CRYPTO_POLARSSL   ((pkcs11h_engine_crypto_t *)5)

Select mbed TLS.

◆ PKCS11H_ENGINE_CRYPTO_WIN32

#define PKCS11H_ENGINE_CRYPTO_WIN32   ((pkcs11h_engine_crypto_t *)3)

Select CryptoAPI.

Deprecated

pkcs11-helper, Copyright (C) Alon Bar-Lev <alon.barlev@gmail.com>OpenSC-Project.org Logo