Searched defs:kinv (Results 1 - 4 of 4) sorted by path

/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa.h168 BIGNUM *kinv; /* Signing pre-calc */ member in struct:dsa_st
H A Ddsa_ossl.c135 BIGNUM *kinv = NULL, *r = NULL, *s = NULL; local
226 BIGNUM k, kq, *K, *kinv = NULL, *r = NULL; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c218 BIGNUM *kinv = NULL, *s, *m = NULL, *tmp = NULL, *order = NULL; local
H A Decs_sign.c67 ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey) argument
83 ECDSA_sign_ex(int type, const unsigned char *dgst, int dlen, unsigned char *sig, unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) argument

Completed in 116 milliseconds