Searched refs:in_a (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Do_init.c99 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) argument
102 const unsigned char *a = in_a;
H A Dcryptlib.c595 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) argument
598 const unsigned char *a = in_a;
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcasttest.c95 static unsigned char in_a[16] = { variable
195 memcpy(out_a, in_a, sizeof(in_a));
/freebsd-9.3-release/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
122 bn_check_top(in_a);
131 if (BN_copy(a, in_a) == NULL)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindmc.c257 const char *in_a = strstr (*arch, tname); local
258 char end_ch = (in_a ? in_a[strlen (tname)] : 0);
259 if (in_a && (in_a == *arch || in_a[-1] == ':')

Completed in 86 milliseconds