Searched refs:engine (Results 1 - 25 of 161) sorted by last modified time

1234567

/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_clnt.c142 # include <openssl/engine.h>
H A Dssl_sess.c63 # include <openssl/engine.h>
H A Dssl_lib.c134 # include <openssl/engine.h>
1618 /* Use specific client engine automatically... ignore errors */
H A Dssltest.c145 # include <openssl/engine.h>
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp_enc.c65 # include <openssl/engine.h>
406 ctx->engine = impl;
408 ctx->engine = NULL;
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile155 # engine
161 INCS+= engine.h
416 ${LCRYPTO_SRC}/crypto/engine \
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsatest.c74 # include <openssl/engine.h>
H A Dfips_dsa_ossl.c68 # include <openssl/engine.h>
/freebsd-9.3-release/crypto/openssl/
H A DMakefile145 bn ec rsa dsa ecdsa dh ecdh dso engine \
H A DMakefile.org143 bn ec rsa dsa ecdsa dh ecdh dso engine \
/freebsd-9.3-release/crypto/openssl/engines/
H A De_sureware.c59 #include <openssl/engine.h>
81 # define SUREWARE_LIB_NAME "sureware engine"
224 static const char *engine_sureware_name = "SureWare hardware engine support";
436 /* The command isn't understood by this engine */
734 /* create an EVP object: engine + rsa key */
789 /* create an EVP object: engine + rsa key */
H A De_ubsec.c1 /* crypto/engine/hw_ubsec.c */
65 #include <openssl/engine.h>
86 # define UBSEC_LIB_NAME "ubsec engine"
200 static const char *engine_ubsec_name = "UBSEC hardware engine support";
H A De_nuron.c1 /* crypto/engine/hw_nuron.c */
65 #include <openssl/engine.h>
80 # define NURON_LIB_NAME "nuron engine"
106 /* The definitions for control commands specific to this engine */
215 * -engine atalla dsa1024 rsa1024".
320 static const char *engine_nuron_name = "Nuron hardware engine support";
H A De_4758cca.c62 #include <openssl/engine.h>
176 /* openssl engine initialization structures */
219 "IBM 4758 CCA hardware engine support";
225 /* engine implementation */
944 /* Goo to handle building as a dynamic engine */
H A De_chil.c1 /* crypto/engine/e_chil.c -*- mode: C; c-file-style: "eay" -*- */
66 #include <openssl/engine.h>
95 # define HWCRHK_LIB_NAME "CHIL engine"
157 /* The definitions for control commands specific to this engine */
234 static const char *engine_hwcrhk_name = "CHIL hardware engine support";
317 * setting up callbacks bafore starting this engine) *and* if
756 /* The command isn't understood by this engine */
H A De_cswift.c1 /* crypto/engine/hw_cswift.c */
65 #include <openssl/engine.h>
98 # define CSWIFT_LIB_NAME "cswift engine"
152 /* The definitions for control commands specific to this engine */
227 static const char *engine_cswift_name = "CryptoSwift hardware engine support";
/freebsd-9.3-release/crypto/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c1 /* crypto/engine/hw_cluster_labs.c */
66 #include <openssl/engine.h>
77 # define CL_LIB_NAME "cluster_labs engine"
133 /* The definitions for control commands specific to this engine */
204 "Cluster Labs hardware engine support";
206 /* engine implementation */
310 /* engine already loaded */
315 /* try to load engine */
356 /* cluster labs engine init */
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_lib.c64 # include <openssl/engine.h>
128 STORE *STORE_new_engine(ENGINE *engine) argument
131 ENGINE *e = engine;
137 if (engine) {
138 if (!ENGINE_init(engine)) {
142 e = engine;
163 ret->engine = e;
H A Dstr_locl.h117 ENGINE *engine; member in struct:store_st
H A Dstore.h86 STORE *STORE_new_engine(ENGINE *engine);
226 * possible. However, for engine authors, it's crucial to know this
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dtunala.h77 # include <openssl/engine.h>
/freebsd-9.3-release/crypto/openssl/demos/x509/
H A Dmkcert.c12 # include <openssl/engine.h>
H A Dmkreq.c14 # include <openssl/engine.h>
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c1 /* crypto/engine/hw_zencod.c */
3 * Written by Fred Donnat (frederic.donnat@zencod.com) for "zencod" * engine
67 #include <openssl/engine.h>
78 # define ZENCOD_LIB_NAME "zencod engine"
268 static const char *engine_zencod_name = "ZENCOD hardware engine support";
1209 * In orfer to code this, i refer to hw_openbsd_dev_crypto and openssl engine made by Geoff Thorpe (if i'm rigth),
/freebsd-9.3-release/crypto/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c1 /* crypto/engine/hw_ibmca.c */
65 #include <openssl/engine.h>
76 # define IBMCA_LIB_NAME "ibmca engine"
135 /* The definitions for control commands specific to this engine */
206 static const char *engine_ibmca_name = "Ibmca hardware engine support";
804 * "signs" statistics from the RSA and DSA parts of "openssl speed -engine

Completed in 182 milliseconds

1234567