Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcasttest.c48 static unsigned char in_b[16] = { variable
/freebsd/contrib/wpa/src/common/
H A Dctrl_iface_common.c27 struct sockaddr_in *in_a, *in_b; in sockaddr_compare() local
/freebsd/crypto/openssl/crypto/
H A Dcpuid.c184 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len) in CRYPTO_memcmp()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd()