Searched defs:kinv (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/ecdsa/ |
| D | ecs_sign.c | 68 const BIGNUM *kinv, const BIGNUM *rp, in ECDSA_do_sign_ex() 84 *sig, unsigned int *siglen, const BIGNUM *kinv, in ECDSA_sign_ex()
|
| D | ecs_ossl.c | 215 BIGNUM *kinv = NULL, *s, *m = NULL, *tmp = NULL, *order = NULL; in ecdsa_do_sign() local
|
| /freebsd-9-stable/crypto/openssl/fips/dsa/ |
| D | fips_dsa_ossl.c | 125 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/ |
| D | dsa_ossl.c | 136 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
|
| D | dsa.h | 174 BIGNUM *kinv; /* Signing pre-calc */ member
|