Searched refs:out_kinv (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/ecdsa/
H A Decdsa_local.h71 int ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *in_ctx, BIGNUM **out_kinv,
H A Decdsa.c269 ecdsa_sign_setup(EC_KEY *key, BN_CTX *in_ctx, BIGNUM **out_kinv, BIGNUM **out_r) argument
280 BN_free(*out_kinv);
281 *out_kinv = NULL;
368 *out_kinv = k;
388 ECDSA_sign_setup(EC_KEY *key, BN_CTX *in_ctx, BIGNUM **out_kinv, argument
395 return key->meth->sign_setup(key, in_ctx, out_kinv, out_r);

Completed in 145 milliseconds