Home
last modified time | relevance | path

Searched defs:gx (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/jpake/
Djpake.h35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member
Djpake.c352 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key()
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
DSDL_gapivideo.c315 #define gx device->hidden->gxFunc in GAPI_CreateDevice() macro
/external/dropbear/libtommath/mtest/
Dmpi.c2064 mp_int gx, xc, yc, u, v, A, B, C, D; in mp_xgcd() local