Home
last modified time | relevance | path

Searched refs:in_r (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c44 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()
291 if (BN_copy(ret->r, in_r) == NULL) { in ossl_ecdsa_simple_sign_sig()
328 if (in_kinv != NULL && in_r != NULL) { in ossl_ecdsa_simple_sign_sig()
H A Dec_kmeth.c244 const BIGNUM *in_r, in EC_KEY_METHOD_set_sign() argument
319 const BIGNUM *in_r, in EC_KEY_METHOD_get_sign() argument
H A Dec_local.h654 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 Dec.h1492 const BIGNUM *in_r,
1536 const BIGNUM *in_r,
/freebsd/sys/netinet/
H A Dsctp_indata.c286 int in_r, in_nr; in sctp_mark_non_revokable() local
299 in_r = SCTP_IS_TSN_PRESENT(asoc->mapping_array, gap); in sctp_mark_non_revokable()
301 KASSERT(in_r || in_nr, ("%s: Things are really messed up now", __func__)); in sctp_mark_non_revokable()
308 if (in_r) { in sctp_mark_non_revokable()