Searched refs:in_b (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
123 bn_check_top(in_b);
133 if (BN_copy(b, in_b) == NULL)
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcasttest.c100 static unsigned char in_b[16] = { variable
196 memcpy(out_b, in_b, sizeof(in_b));
/freebsd-11-stable/contrib/wpa/src/common/
H A Dctrl_iface_common.c27 struct sockaddr_in *in_a, *in_b; local
30 in_b = (struct sockaddr_in *) b;
32 if (in_a->sin_port != in_b->sin_port)
34 if (in_a->sin_addr.s_addr != in_b->sin_addr.s_addr)
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcryptlib.c1031 int CRYPTO_memcmp(const volatile void *in_a, const volatile void *in_b, size_t len) argument
1035 const volatile unsigned char *b = in_b;

Completed in 297 milliseconds