Searched refs:in_kinv (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 44 const BIGNUM *in_kinv, const BIGNUM *in_r, in ossl_ecdsa_sign_sig() argument 53 in_kinv, in_r, eckey); in ossl_ecdsa_sign_sig() 214 const BIGNUM *in_kinv, const BIGNUM *in_r, in ossl_ecdsa_simple_sign_sig() argument 283 if (in_kinv == NULL || in_r == NULL) { in ossl_ecdsa_simple_sign_sig() 290 ckinv = in_kinv; in ossl_ecdsa_simple_sign_sig() 328 if (in_kinv != NULL && in_r != NULL) { in ossl_ecdsa_simple_sign_sig()
|
H A D | ec_kmeth.c | 243 const BIGNUM *in_kinv, in EC_KEY_METHOD_set_sign() argument 318 const BIGNUM *in_kinv, in EC_KEY_METHOD_get_sign() argument
|
H A D | ec_local.h | 654 const BIGNUM *in_kinv, const BIGNUM *in_r, 685 const BIGNUM *in_kinv, const BIGNUM *in_r, 694 const BIGNUM *in_kinv, const BIGNUM *in_r,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1491 const BIGNUM *in_kinv, 1535 const BIGNUM *in_kinv,
|