Searched refs:in_b (Results 1 - 4 of 4) 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
103 const unsigned char *b = in_b;
H A Dcryptlib.c595 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) argument
599 const unsigned char *b = in_b;
/freebsd-9.3-release/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-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
123 bn_check_top(in_b);
133 if (BN_copy(b, in_b) == NULL)

Completed in 108 milliseconds