Loading crypto/engine/hw_4758_cca.c +2 −0 Original line number Diff line number Diff line Loading @@ -223,6 +223,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_4758_cca(void) { ENGINE *ret = ENGINE_new(); Loading @@ -244,6 +245,7 @@ void ENGINE_load_4758cca(void) ENGINE_free(e_4758); ERR_clear_error(); } #endif static int ibm_4758_cca_destroy(ENGINE *e) { Loading crypto/engine/hw_atalla.c +2 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_atalla(void) { ENGINE *ret = ENGINE_new(); Loading @@ -264,6 +265,7 @@ void ENGINE_load_atalla(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This is a process-global DSO handle used for loading and unloading * the Atalla library. NB: This is only set (or unset) during an Loading crypto/engine/hw_cswift.c +2 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_cswift(void) { ENGINE *ret = ENGINE_new(); Loading @@ -281,6 +282,7 @@ void ENGINE_load_cswift(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This is a process-global DSO handle used for loading and unloading * the CryptoSwift library. NB: This is only set (or unset) during an Loading crypto/engine/hw_ncipher.c +2 −0 Original line number Diff line number Diff line Loading @@ -373,6 +373,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_ncipher(void) { ENGINE *ret = ENGINE_new(); Loading @@ -395,6 +396,7 @@ void ENGINE_load_chil(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This is a process-global DSO handle used for loading and unloading * the HWCryptoHook library. NB: This is only set (or unset) during an Loading crypto/engine/hw_nuron.c +2 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_nuron(void) { ENGINE *ret = ENGINE_new(); Loading @@ -396,6 +397,7 @@ void ENGINE_load_nuron(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This stuff is needed if this ENGINE is being compiled into a self-contained * shared-library. */ Loading Loading
crypto/engine/hw_4758_cca.c +2 −0 Original line number Diff line number Diff line Loading @@ -223,6 +223,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_4758_cca(void) { ENGINE *ret = ENGINE_new(); Loading @@ -244,6 +245,7 @@ void ENGINE_load_4758cca(void) ENGINE_free(e_4758); ERR_clear_error(); } #endif static int ibm_4758_cca_destroy(ENGINE *e) { Loading
crypto/engine/hw_atalla.c +2 −0 Original line number Diff line number Diff line Loading @@ -242,6 +242,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_atalla(void) { ENGINE *ret = ENGINE_new(); Loading @@ -264,6 +265,7 @@ void ENGINE_load_atalla(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This is a process-global DSO handle used for loading and unloading * the Atalla library. NB: This is only set (or unset) during an Loading
crypto/engine/hw_cswift.c +2 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_cswift(void) { ENGINE *ret = ENGINE_new(); Loading @@ -281,6 +282,7 @@ void ENGINE_load_cswift(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This is a process-global DSO handle used for loading and unloading * the CryptoSwift library. NB: This is only set (or unset) during an Loading
crypto/engine/hw_ncipher.c +2 −0 Original line number Diff line number Diff line Loading @@ -373,6 +373,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_ncipher(void) { ENGINE *ret = ENGINE_new(); Loading @@ -395,6 +396,7 @@ void ENGINE_load_chil(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This is a process-global DSO handle used for loading and unloading * the HWCryptoHook library. NB: This is only set (or unset) during an Loading
crypto/engine/hw_nuron.c +2 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,7 @@ static int bind_helper(ENGINE *e) return 1; } #ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_nuron(void) { ENGINE *ret = ENGINE_new(); Loading @@ -396,6 +397,7 @@ void ENGINE_load_nuron(void) ENGINE_free(toadd); ERR_clear_error(); } #endif /* This stuff is needed if this ENGINE is being compiled into a self-contained * shared-library. */ Loading