Searched refs:in_kinv (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ecdsa_ossl.c | 155 const BIGNUM *in_kinv, const BIGNUM *in_r, in ossl_ecdsa_sign_sig() argument 219 if (in_kinv == NULL || in_r == NULL) { in ossl_ecdsa_sign_sig() 226 ckinv = in_kinv; in ossl_ecdsa_sign_sig() 264 if (in_kinv != NULL && in_r != NULL) { in ossl_ecdsa_sign_sig()
|
D | ec_kmeth.c | 216 const BIGNUM *in_kinv, in EC_KEY_METHOD_set_sign() argument 291 const BIGNUM *in_kinv, in EC_KEY_METHOD_get_sign() argument
|
D | ec_local.h | 622 const BIGNUM *in_kinv, const BIGNUM *in_r, 650 const BIGNUM *in_kinv, const BIGNUM *in_r,
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1314 const BIGNUM *in_kinv, 1358 const BIGNUM *in_kinv,
|