Searched refs:in_ctx (Results 1 - 5 of 5) 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
300 if ((ctx = in_ctx) == NULL)
378 if (ctx != in_ctx)
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);
/openbsd-current/lib/libcrypto/bn/
H A Dbn_isqrt.c32 * One of |out_sqrt| and |out_perfect| can be NULL; |in_ctx| can be NULL.
43 bn_isqrt(BIGNUM *out_sqrt, int *out_perfect, const BIGNUM *n, BN_CTX *in_ctx) argument
61 if ((ctx = in_ctx) == NULL)
151 if (ctx != in_ctx)
H A Dbn_bpsw.c485 bn_is_prime_bpsw(int *is_pseudoprime, const BIGNUM *n, BN_CTX *in_ctx, argument
513 if ((ctx = in_ctx) == NULL)
530 if (ctx != in_ctx)
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_blinding.c295 RSA_setup_blinding(RSA *rsa, BN_CTX *in_ctx) argument
302 if ((ctx = in_ctx) == NULL)
327 if (ctx != in_ctx)

Completed in 178 milliseconds