Home
last modified time | relevance | path

Searched defs:kinv (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/ec/
Decdsa_sign.c20 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()
Decdsa_ossl.c19 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
Dec_kmeth.c210 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/
Ddsa_ossl.c64 BIGNUM *kinv = NULL; in dsa_do_sign() local
187 BIGNUM *k, *kinv = NULL, *r = *rp; in dsa_sign_setup() local
/third_party/openssl/test/
Decdsatest.c108 BIGNUM *kinv = NULL, *rp = NULL; in x9_62_tests() local