Searched refs:in_a (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
H A D | bn_gcd.c | 117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument 122 bn_check_top(in_a); 130 if (BN_copy(a,in_a) == NULL) goto err;
|
/external/openssl/crypto/bn/ |
H A D | bn_gcd.c | 117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument 122 bn_check_top(in_a); 130 if (BN_copy(a,in_a) == NULL) goto err;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
H A D | cryptlib.c | 943 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) argument 946 const unsigned char *a = in_a;
|
/external/openssl/crypto/ |
H A D | cryptlib.c | 929 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) argument 932 const unsigned char *a = in_a;
|
/external/chromium_org/third_party/qcms/src/ |
H A D | transform.c | 536 unsigned char in_a = *src++; local 630 dest[3] = in_a;
|
Completed in 312 milliseconds