Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/common/
H A Dctrl_iface_common.c27 struct sockaddr_in *in_a, *in_b; in sockaddr_compare() local
/freebsd-12.1/crypto/openssl/crypto/bn/
H A Dbn_gcd.c15 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd()
/freebsd-12.1/crypto/openssl/crypto/
H A Dcryptlib.c443 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len) in CRYPTO_memcmp()