Searched defs:kinv (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/crypto/libressl/crypto/ecdsa/ |
H A D | ecs_sign.c | 77 ECDSA_do_sign_ex(const unsigned char *dgst, int dlen, const BIGNUM *kinv, in ECDSA_do_sign_ex() 95 unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) in ECDSA_sign_ex()
|
H A D | ecs_ossl.c | 118 unsigned int *siglen, const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey) in ossl_ecdsa_sign() 263 BIGNUM *kinv = NULL, *m = NULL, *order = NULL, *range = NULL, *s; in ecdsa_do_sign() local
|
/dflybsd-src/crypto/libressl/crypto/dsa/ |
H A D | dsa_ossl.c | 98 BIGNUM b, bm, bxr, binv, m, *kinv = NULL, *r = NULL, *s = NULL; in dsa_do_sign() local 214 BIGNUM k, l, m, *kinv = NULL, *r = NULL; in dsa_sign_setup() local
|
H A D | dsa_locl.h | 100 BIGNUM *kinv; /* Signing pre-calc */ member
|
/dflybsd-src/crypto/libressl/crypto/ec/ |
H A D | ec_kmeth.c | 242 const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), in EC_KEY_METHOD_set_sign() 310 const BIGNUM *kinv, const BIGNUM *r, EC_KEY *eckey), in EC_KEY_METHOD_get_sign()
|