Searched refs:sign_setup (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/openssl/crypto/ec/ |
| H A D | ecdsa_sign.c | 53 if (eckey->meth->sign_setup != NULL) in ECDSA_sign_setup() 54 return eckey->meth->sign_setup(eckey, ctx_in, kinvp, rp); in ECDSA_sign_setup()
|
| H A D | ec_kmeth.c | 233 int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, in EC_KEY_METHOD_set_sign() 242 meth->sign_setup = sign_setup; in EC_KEY_METHOD_set_sign() 318 *psign_setup = meth->sign_setup; in EC_KEY_METHOD_get_sign()
|
| H A D | ec_local.h | 678 int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp, member
|
| /src/crypto/openssl/crypto/dsa/ |
| H A D | dsa_meth.c | 121 int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **)) in DSA_meth_set_sign_setup() 123 dsam->dsa_sign_setup = sign_setup; in DSA_meth_set_sign_setup()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | dsa.h | 238 int (*sign_setup)(DSA *, BN_CTX *, BIGNUM **, BIGNUM **));
|
| H A D | ec.h | 1495 int (*sign_setup)(EC_KEY *eckey, BN_CTX *ctx_in,
|
| /src/crypto/openssl/doc/man3/ |
| H A D | DSA_meth_new.pod | 45 int DSA_meth_set_sign_setup(DSA_METHOD *dsam, int (*sign_setup)(DSA *, BN_CTX *,
|