Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/ecdsa/
Decs_sign.c68 const BIGNUM *kinv, const BIGNUM *rp, in ECDSA_do_sign_ex()
84 *sig, unsigned int *siglen, const BIGNUM *kinv, in ECDSA_sign_ex()
Decs_ossl.c215 BIGNUM *kinv = NULL, *s, *m = NULL, *tmp = NULL, *order = NULL; in ecdsa_do_sign() local
/freebsd-9-stable/crypto/openssl/fips/dsa/
Dfips_dsa_ossl.c125 BIGNUM *kinv = NULL, *r = NULL, *s = NULL; in dsa_do_sign() local
206 BIGNUM k, kq, *K, *kinv = NULL, *r = NULL; in dsa_sign_setup() local
/freebsd-9-stable/crypto/openssl/crypto/dsa/
Ddsa_ossl.c136 BIGNUM *kinv = NULL, *r = NULL, *s = NULL; in dsa_do_sign() local
214 BIGNUM k, kq, *K, *kinv = NULL, *r = NULL; in dsa_sign_setup() local
Ddsa.h174 BIGNUM *kinv; /* Signing pre-calc */ member