Searched refs:in_r (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 51 const BIGNUM *in_kinv, const BIGNUM *in_r, in ossl_ecdsa_sign_sig() argument 60 in_kinv, in_r, eckey); in ossl_ecdsa_sign_sig() 271 const BIGNUM *in_kinv, const BIGNUM *in_r, in ossl_ecdsa_simple_sign_sig() argument 340 if (in_kinv == NULL || in_r == NULL) { in ossl_ecdsa_simple_sign_sig() 349 if (BN_copy(ret->r, in_r) == NULL) { in ossl_ecdsa_simple_sign_sig() 386 if (in_kinv != NULL && in_r != NULL) { in ossl_ecdsa_simple_sign_sig()
|
H A D | ec_kmeth.c | 239 const BIGNUM *in_r, in EC_KEY_METHOD_set_sign() argument 314 const BIGNUM *in_r, in EC_KEY_METHOD_get_sign() argument
|
H A D | ec_local.h | 684 const BIGNUM *in_kinv, const BIGNUM *in_r, 715 const BIGNUM *in_kinv, const BIGNUM *in_r, 724 const BIGNUM *in_kinv, const BIGNUM *in_r,
|
/openssl/include/openssl/ |
H A D | ec.h | 1511 const BIGNUM *in_r, 1555 const BIGNUM *in_r,
|
Completed in 31 milliseconds