Loading demos/engines/cluster_labs/hw_cluster_labs.c +5 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ static int cluster_labs_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa); /* DSA stuff */ #ifndef OPENSSL_NO_DSA DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa); static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa); static int cluster_labs_dsa_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa); static int cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, Loading Loading @@ -245,6 +245,9 @@ static ENGINE *engine_cluster_labs(void) return ret; } #ifdef ENGINE_DYNAMIC_SUPPORT static #endif void ENGINE_load_cluster_labs(void) { Loading Loading @@ -504,7 +507,7 @@ static int cluster_labs_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa) } DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa) static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa) { if(cluster_labs_dso == NULL) Loading demos/engines/ibmca/hw_ibmca.c +3 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,9 @@ static ENGINE *engine_ibmca(void) return ret; } #ifdef ENGINE_DYNAMIC_SUPPORT static #endif void ENGINE_load_ibmca(void) { /* Copied from eng_[openssl|dyn].c */ Loading demos/engines/zencod/hw_zencod.c +4 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ static int bind_helper ( ENGINE *e ) /* As this is only ever called once, there's no need for locking * (indeed - the lock will already be held by our caller!!!) */ ENGINE *ENGINE_zencod ( void ) static ENGINE *ENGINE_zencod ( void ) { ENGINE *eng = ENGINE_new () ; Loading @@ -383,6 +383,9 @@ ENGINE *ENGINE_zencod ( void ) } #ifdef ENGINE_DYNAMIC_SUPPORT static #endif void ENGINE_load_zencod ( void ) { /* Copied from eng_[openssl|dyn].c */ Loading Loading
demos/engines/cluster_labs/hw_cluster_labs.c +5 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ static int cluster_labs_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa); /* DSA stuff */ #ifndef OPENSSL_NO_DSA DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa); static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa); static int cluster_labs_dsa_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa); static int cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, Loading Loading @@ -245,6 +245,9 @@ static ENGINE *engine_cluster_labs(void) return ret; } #ifdef ENGINE_DYNAMIC_SUPPORT static #endif void ENGINE_load_cluster_labs(void) { Loading Loading @@ -504,7 +507,7 @@ static int cluster_labs_rsa_mod_exp(BIGNUM *r0, const BIGNUM *I, RSA *rsa) } DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa) static DSA_SIG *cluster_labs_dsa_sign(const unsigned char *dgst, int dlen, DSA *dsa) { if(cluster_labs_dso == NULL) Loading
demos/engines/ibmca/hw_ibmca.c +3 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,9 @@ static ENGINE *engine_ibmca(void) return ret; } #ifdef ENGINE_DYNAMIC_SUPPORT static #endif void ENGINE_load_ibmca(void) { /* Copied from eng_[openssl|dyn].c */ Loading
demos/engines/zencod/hw_zencod.c +4 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ static int bind_helper ( ENGINE *e ) /* As this is only ever called once, there's no need for locking * (indeed - the lock will already be held by our caller!!!) */ ENGINE *ENGINE_zencod ( void ) static ENGINE *ENGINE_zencod ( void ) { ENGINE *eng = ENGINE_new () ; Loading @@ -383,6 +383,9 @@ ENGINE *ENGINE_zencod ( void ) } #ifdef ENGINE_DYNAMIC_SUPPORT static #endif void ENGINE_load_zencod ( void ) { /* Copied from eng_[openssl|dyn].c */ Loading