Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_sign.c26 const BIGNUM *kinv, const BIGNUM *rp, in ECDSA_do_sign_ex()
42 unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, in ECDSA_sign_ex()
H A Decdsa_ossl.c69 const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) in ossl_ecdsa_sign()
210 BIGNUM *kinv = NULL, *s, *m = NULL; in ossl_ecdsa_simple_sign_sig() local
H A Dec_kmeth.c237 const BIGNUM *kinv, const BIGNUM *r, in EC_KEY_METHOD_set_sign()
312 const BIGNUM *kinv, const BIGNUM *r, in EC_KEY_METHOD_get_sign()
H A Decp_s390x_nistp.c127 const BIGNUM *kinv, in ecdsa_s390x_nistp_sign_sig()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_ossl.c75 BIGNUM *kinv = NULL; in ossl_dsa_do_sign_int() local
214 BIGNUM *k, *kinv = NULL, *r = *rp; in dsa_sign_setup() local
/freebsd/crypto/openssl/test/
H A Decdsatest.c86 BIGNUM *kinv = NULL, *rp = NULL; in x9_62_tests() local
/freebsd/crypto/openssl/providers/implementations/signature/
H A Decdsa_sig.c93 BIGNUM *kinv; member