Searched refs:in_b (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/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);
131 if (BN_copy(b,in_b) == NULL) goto err;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/cast/
H A Dcasttest.c95 static unsigned char in_b[16]={ variable
188 memcpy(out_b,in_b,sizeof(in_b));

Completed in 51 milliseconds