HomeSort by relevance Sort by last modified time
    Searched refs:x_a (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ecdhtest.c 127 BIGNUM *x_a=NULL, *y_a=NULL, local
141 if ((x_a=BN_new()) == NULL) goto err;
159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
165 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
172 BN_print(out,x_a);
252 BN_print(out, x_a);
294 if (x_a) BN_free(x_a);
  /external/openssl/crypto/ecdh/
ecdhtest.c 127 BIGNUM *x_a=NULL, *y_a=NULL, local
141 if ((x_a=BN_new()) == NULL) goto err;
159 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
165 EC_KEY_get0_public_key(a), x_a, y_a, ctx)) goto err;
172 BN_print(out,x_a);
252 BN_print(out, x_a);
294 if (x_a) BN_free(x_a);
  /external/clang/test/Sema/
cast.c 169 typedef enum { x_a, x_b } X; enumerator in enum:__anon16865

Completed in 149 milliseconds