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

  /external/openssl/crypto/ecdh/
ecdhtest.c 128 *x_b=NULL, *y_b=NULL; local
144 if ((y_b=BN_new()) == NULL) goto err;
184 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
189 EC_KEY_get0_public_key(b), x_b, y_b, ctx)) goto err;
198 BN_print(out,y_b);
258 BN_print(out, y_b);
293 if (y_b) BN_free(y_b);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 644 #define y_b fix( 0.114, fixc ) macro
    [all...]

Completed in 3431 milliseconds