Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcasttest.c44 static unsigned char in_a[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.c199 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.c581 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd()
/freebsd/contrib/libarchive/tar/
H A Dwrite.c749 struct archive *in_a, struct archive_entry *entry) in copy_file_data_block()