Home
last modified time | relevance | path

Searched defs:in_b (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gcd.c121 BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd()
162 BN_gcd_ct(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd_ct()
170 BN_gcd_nonct(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd_nonct()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dctrl_iface_common.c27 struct sockaddr_in *in_a, *in_b; in sockaddr_compare() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcompare-elim.c105 rtx in_a, in_b; member
730 rtx flags, in_a, in_b, cmp_src; in try_eliminate_compare() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcompare-elim.c102 rtx in_a, in_b; member
/dragonfly/crypto/libressl/crypto/
H A Dcryptlib.c379 CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) in CRYPTO_memcmp()