Searched refs:ecdsa_sign_setup (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_locl.h73 int (*ecdsa_sign_setup)(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, member in struct:ecdsa_method
H A Decs_sign.c103 return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp);
H A Decs_ossl.c66 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
74 ecdsa_sign_setup,
89 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decs_locl.h73 int (*ecdsa_sign_setup) (EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, member in struct:ecdsa_method
H A Decs_lib.c292 ret->ecdsa_sign_setup = 0;
313 int (*ecdsa_sign_setup) (EC_KEY *eckey,
318 ecdsa_method->ecdsa_sign_setup = ecdsa_sign_setup;
H A Decs_sign.c105 return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp);
H A Decdsa.h271 * \param ecdsa_sign_setup a funtion of type ECDSA_sign_setup
275 int (*ecdsa_sign_setup) (EC_KEY *eckey,
H A Decs_ossl.c67 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
75 ecdsa_sign_setup,
90 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decs_locl.h73 int (*ecdsa_sign_setup) (EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, member in struct:ecdsa_method
H A Decs_lib.c292 ret->ecdsa_sign_setup = 0;
313 int (*ecdsa_sign_setup) (EC_KEY *eckey,
318 ecdsa_method->ecdsa_sign_setup = ecdsa_sign_setup;
H A Decs_sign.c105 return ecdsa->meth->ecdsa_sign_setup(eckey, ctx_in, kinvp, rp);
H A Decdsa.h271 * \param ecdsa_sign_setup a funtion of type ECDSA_sign_setup
275 int (*ecdsa_sign_setup) (EC_KEY *eckey,
H A Decs_ossl.c67 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
75 ecdsa_sign_setup,
90 static int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, function

Completed in 75 milliseconds