| /onnv-gate/usr/src/common/openssl/crypto/dh/ |
| H A D | dh_lib.c | 91 if (dh->engine) in DH_set_method() 93 ENGINE_finish(dh->engine); in DH_set_method() 94 dh->engine = NULL; in DH_set_method() 107 DH *DH_new_method(ENGINE *engine) in DH_new_method() argument 120 if (engine) in DH_new_method() 122 if (!ENGINE_init(engine)) in DH_new_method() 128 ret->engine = engine; in DH_new_method() 131 ret->engine = ENGINE_get_default_DH(); in DH_new_method() 132 if(ret->engine) in DH_new_method() 134 ret->meth = ENGINE_get_DH(ret->engine); in DH_new_method() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/ecdh/ |
| H A D | ech_lib.c | 113 if (ecdh->engine) in ECDH_set_method() 115 ENGINE_finish(ecdh->engine); in ECDH_set_method() 116 ecdh->engine = NULL; in ECDH_set_method() 127 static ECDH_DATA *ECDH_DATA_new_method(ENGINE *engine) in ECDH_DATA_new_method() argument 141 ret->engine = engine; in ECDH_DATA_new_method() 143 if (!ret->engine) in ECDH_DATA_new_method() 144 ret->engine = ENGINE_get_default_ECDH(); in ECDH_DATA_new_method() 145 if (ret->engine) in ECDH_DATA_new_method() 147 ret->meth = ENGINE_get_ECDH(ret->engine); in ECDH_DATA_new_method() 151 ENGINE_finish(ret->engine); in ECDH_DATA_new_method() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/ecdsa/ |
| H A D | ecs_lib.c | 96 if (ecdsa->engine) in ECDSA_set_method() 98 ENGINE_finish(ecdsa->engine); in ECDSA_set_method() 99 ecdsa->engine = NULL; in ECDSA_set_method() 107 static ECDSA_DATA *ECDSA_DATA_new_method(ENGINE *engine) in ECDSA_DATA_new_method() argument 121 ret->engine = engine; in ECDSA_DATA_new_method() 123 if (!ret->engine) in ECDSA_DATA_new_method() 124 ret->engine = ENGINE_get_default_ECDSA(); in ECDSA_DATA_new_method() 125 if (ret->engine) in ECDSA_DATA_new_method() 127 ret->meth = ENGINE_get_ECDSA(ret->engine); in ECDSA_DATA_new_method() 131 ENGINE_finish(ret->engine); in ECDSA_DATA_new_method() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| H A D | dsa_lib.c | 102 if (dsa->engine) in DSA_set_method() 104 ENGINE_finish(dsa->engine); in DSA_set_method() 105 dsa->engine = NULL; in DSA_set_method() 113 DSA *DSA_new_method(ENGINE *engine) in DSA_new_method() argument 125 if (engine) in DSA_new_method() 127 if (!ENGINE_init(engine)) in DSA_new_method() 133 ret->engine = engine; in DSA_new_method() 136 ret->engine = ENGINE_get_default_DSA(); in DSA_new_method() 137 if(ret->engine) in DSA_new_method() 139 ret->meth = ENGINE_get_DSA(ret->engine); in DSA_new_method() [all …]
|
| /onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| H A D | engine.c | 95 pkcs11_engine_finish(void *engine) in pkcs11_engine_finish() argument 97 ENGINE *e = (ENGINE *)engine; in pkcs11_engine_finish() 101 if (engine == NULL) in pkcs11_engine_finish() 112 ENGINE_finish(engine); in pkcs11_engine_finish() 114 ENGINE_remove(engine); in pkcs11_engine_finish() 116 ENGINE_free(engine); in pkcs11_engine_finish()
|
| /onnv-gate/usr/src/common/openssl/crypto/rand/ |
| H A D | rand_lib.c | 111 int RAND_set_rand_engine(ENGINE *engine) in RAND_set_rand_engine() argument 114 if(engine) in RAND_set_rand_engine() 116 if(!ENGINE_init(engine)) in RAND_set_rand_engine() 118 tmp_meth = ENGINE_get_RAND(engine); in RAND_set_rand_engine() 121 ENGINE_finish(engine); in RAND_set_rand_engine() 127 funct_ref = engine; in RAND_set_rand_engine()
|
| /onnv-gate/usr/src/common/openssl/crypto/rsa/ |
| H A D | rsa_lib.c | 117 if (rsa->engine) in RSA_set_method() 119 ENGINE_finish(rsa->engine); in RSA_set_method() 120 rsa->engine = NULL; in RSA_set_method() 128 RSA *RSA_new_method(ENGINE *engine) in RSA_new_method() argument 141 if (engine) in RSA_new_method() 143 if (!ENGINE_init(engine)) in RSA_new_method() 149 ret->engine = engine; in RSA_new_method() 152 ret->engine = ENGINE_get_default_RSA(); in RSA_new_method() 153 if(ret->engine) in RSA_new_method() 155 ret->meth = ENGINE_get_RSA(ret->engine); in RSA_new_method() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | digest.c | 148 if (ctx->engine && ctx->digest && (!type || in EVP_DigestInit_ex() 156 if(ctx->engine) in EVP_DigestInit_ex() 157 ENGINE_finish(ctx->engine); in EVP_DigestInit_ex() 184 ctx->engine = impl; in EVP_DigestInit_ex() 187 ctx->engine = NULL; in EVP_DigestInit_ex() 259 if (in->engine && !ENGINE_init(in->engine)) in EVP_MD_CTX_copy_ex() 326 if(ctx->engine) in EVP_MD_CTX_cleanup() 329 ENGINE_finish(ctx->engine); in EVP_MD_CTX_cleanup()
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | README.SUNW | 81 2. Solaris OpenSSL supports PKCS#11 engine. 86 crypto/engine/hw_pk11_err.h 87 crypto/engine/hw_pk11.c 88 crypto/engine/hw_pk11_err.c 89 crypto/engine/hw_pk11_pub.c 93 crypto/engine/engine.h 95 3. These files were modified to load the PKCS#11 engine. 98 crypto/engine/eng_cnf.c 99 crypto/engine/hw_pk11.c 124 of crypto/engine/hw_pk11*.[ch] files).
|
| H A D | README.ENGINE | 9 versions, a "standard" and an "engine" version. In development for 0.9.7, 52 ENGINEs), use the "engine" openssl utility with full verbosity, ie; 53 openssl engine -vvvv 91 switch called "-engine". Also, if you want to use the ENGINE support in 109 A new "openssl" utility, "openssl engine", has been added in that allows 151 openssl engine -vvvv dynamic 158 multiple ENGINEs, but if you know the engine id you expect to be using, 181 For testing, the "openssl engine" utility can be useful for this sort 185 openssl engine dynamic \ 193 openssl engine -vvvv dynamic \ [all …]
|
| /onnv-gate/usr/src/common/openssl/doc/apps/ |
| H A D | speed.pod | 10 [B<-engine id>] 45 =item B<-engine id> 47 specifying an engine (by it's unique B<id> string) will cause B<speed> 48 to attempt to obtain a functional reference to the specified engine, 49 thus initialising it if needed. The engine will then be set as the default
|
| H A D | gendsa.pod | 15 [B<-engine id>] 41 =item B<-engine id> 43 specifying an engine (by it's unique B<id> string) will cause B<req> 44 to attempt to obtain a functional reference to the specified engine, 45 thus initialising it if needed. The engine will then be set as the default
|
| H A D | pkcs7.pod | 17 [B<-engine id>] 63 =item B<-engine id> 65 specifying an engine (by it's unique B<id> string) will cause B<req> 66 to attempt to obtain a functional reference to the specified engine, 67 thus initialising it if needed. The engine will then be set as the default
|
| H A D | genrsa.pod | 18 [B<-engine id>] 58 =item B<-engine id> 60 specifying an engine (by it's unique B<id> string) will cause B<req> 61 to attempt to obtain a functional reference to the specified engine, 62 thus initialising it if needed. The engine will then be set as the default
|
| H A D | dsaparam.pod | 19 [B<-engine id>] 86 =item B<-engine id> 88 specifying an engine (by it's unique B<id> string) will cause B<req> 89 to attempt to obtain a functional reference to the specified engine, 90 thus initialising it if needed. The engine will then be set as the default
|
| /onnv-gate/usr/src/lib/scsi/ |
| H A D | Makefile.rootdirs | 60 $(ROOTPLUGINLIBDIR)/smp/engine: $(ROOTPLUGINLIBDIR)/smp 63 $(ROOTPLUGINLIBDIR)/smp/engine/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/engine 93 $(ROOTPLUGINHDRDIR)/smp/engine: $(ROOTPLUGINHDRDIR)/smp
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | rand.c | 90 char *engine=NULL; in MAIN() local 116 if ((argv[i+1] != NULL) && (engine == NULL)) in MAIN() 117 engine = argv[++i]; in MAIN() 168 e = setup_engine(bio_err, engine, 0); in MAIN()
|
| H A D | dsa.c | 107 char *engine; in MAIN() local 123 engine=NULL; in MAIN() 169 engine= *(++argv); in MAIN() 224 e = setup_engine(bio_err, engine, 0); in MAIN()
|
| H A D | dh.c | 100 char *engine; in MAIN() local 113 engine=NULL; in MAIN() 149 engine= *(++argv); in MAIN() 192 e = setup_engine(bio_err, engine, 0); in MAIN()
|
| H A D | gendh.c | 101 char *engine=NULL; in MAIN() local 135 engine= *(++argv); in MAIN() 166 e = setup_engine(bio_err, engine, 0); in MAIN()
|
| /onnv-gate/usr/src/common/openssl/crypto/engine/ |
| H A D | eng_cryptodev.c | 1050 ENGINE *engine = ENGINE_new(); in ENGINE_load_cryptodev() local 1053 if (engine == NULL) in ENGINE_load_cryptodev() 1056 ENGINE_free(engine); in ENGINE_load_cryptodev() 1065 ENGINE_free(engine); in ENGINE_load_cryptodev() 1070 if (!ENGINE_set_id(engine, "cryptodev") || in ENGINE_load_cryptodev() 1071 !ENGINE_set_name(engine, "BSD cryptodev engine") || in ENGINE_load_cryptodev() 1072 !ENGINE_set_ciphers(engine, cryptodev_engine_ciphers) || in ENGINE_load_cryptodev() 1073 !ENGINE_set_digests(engine, cryptodev_engine_digests) || in ENGINE_load_cryptodev() 1074 !ENGINE_set_ctrl_function(engine, cryptodev_ctrl) || in ENGINE_load_cryptodev() 1075 !ENGINE_set_cmd_defns(engine, cryptodev_defns)) { in ENGINE_load_cryptodev() [all …]
|
| /onnv-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
| H A D | gcpu.esc | 58 * by N+1, otherwise we declare a fault when the SERD engine trips. 63 engine serd.cpu.generic-x86.simple@chip/core/strand, N=SMPL_N, T=72h; 65 engine=serd.cpu.generic-x86.simple@chip/core/strand; 144 * Corrected errors are SERDed and produce a fault when the engine fires; 146 * error by incrementing the serd engine by n + 1. 150 engine serd.cpu.generic-x86.fltleaf@chip/core/strand, N=n, T=t; \ 152 engine=serd.cpu.generic-x86.fltleaf@chip/core/strand; \ 161 engine serd.cpu.generic-x86.fltleaf@chip/core/strand, N=n, T=t; \ 163 response=0, engine=serd.cpu.generic-x86.fltleaf@chip/core/strand;\
|
| H A D | intel.esc | 51 * we diagnose it to an upset and decalre a fault when the SERD engine 56 engine serd.cpu.intel.simple@chip/core/strand, N=3, T=72h; 58 engine=serd.cpu.intel.simple@chip/core/strand; 132 * Corrected errors are SERDed and produce a fault when the engine fires; 138 engine serd.cpu.intel.fltleaf@chip/core/strand, N=n, T=t; \ 140 engine=serd.cpu.intel.fltleaf@chip/core/strand; \ 150 engine serd.cpu.intel.fltleaf@chip/core/strand, N=n, T=t; \ 152 engine=serd.cpu.intel.fltleaf@chip/core/strand; \ 224 engine stat.ce_pgflt@memory-controller/dram-channel/dimm; 273 engine serd.memory.intel.page_ce@MBDIMM/rank, N=PAGE_CE_COUNT, T=PAGE_CE_TIME; [all …]
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | evp.pod | 31 built in software implementations. For more information, consult the engine(3) 43 L<engine(3)|engine(3)>
|
| H A D | dh.pod | 10 #include <openssl/engine.h> 27 DH *DH_new_method(ENGINE *engine); 71 L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<engine(3)|engine(3)>,
|