Searched refs:x_a (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/ecdh/ |
D | ecdhtest.c | 127 BIGNUM *x_a=NULL, *y_a=NULL, in test_ecdh_curve() local 141 if ((x_a=BN_new()) == NULL) goto err; in test_ecdh_curve() 159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err; in test_ecdh_curve() 165 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err; in test_ecdh_curve() 172 BN_print(out,x_a); in test_ecdh_curve() 252 BN_print(out, x_a); in test_ecdh_curve() 294 if (x_a) BN_free(x_a); in test_ecdh_curve()
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
D | ecdhtest.c | 127 BIGNUM *x_a=NULL, *y_a=NULL, in test_ecdh_curve() local 141 if ((x_a=BN_new()) == NULL) goto err; in test_ecdh_curve() 159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err; in test_ecdh_curve() 165 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err; in test_ecdh_curve() 172 BN_print(out,x_a); in test_ecdh_curve() 252 BN_print(out, x_a); in test_ecdh_curve() 294 if (x_a) BN_free(x_a); in test_ecdh_curve()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-static-member.cpp | 18 static X x_a; member in C
|
/external/clang/test/Sema/ |
D | cast.c | 169 typedef enum { x_a, x_b } X; enumerator
|