Searched defs:kinv (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ecdsa_sign.c | 20 const BIGNUM *kinv, const BIGNUM *rp, in ECDSA_do_sign_ex() 36 unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, in ECDSA_sign_ex()
|
D | ecdsa_ossl.c | 19 const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) in ossl_ecdsa_sign() 159 BIGNUM *kinv = NULL, *s, *m = NULL; in ossl_ecdsa_sign_sig() local
|
D | ec_kmeth.c | 210 const BIGNUM *kinv, const BIGNUM *r, in EC_KEY_METHOD_set_sign() 285 const BIGNUM *kinv, const BIGNUM *r, in EC_KEY_METHOD_get_sign()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_ossl.c | 64 BIGNUM *kinv = NULL; in dsa_do_sign() local 187 BIGNUM *k, *kinv = NULL, *r = *rp; in dsa_sign_setup() local
|
/third_party/openssl/test/ |
D | ecdsatest.c | 108 BIGNUM *kinv = NULL, *rp = NULL; in x9_62_tests() local
|