Searched defs:JPAKE_CTX (Results 1 – 2 of 2) sorted by relevance
24 struct JPAKE_CTX struct26 JPAKE_CTX_PUBLIC p; argument27 BIGNUM *secret; /* The shared secret */28 BN_CTX *ctx;29 BIGNUM *xa; /* Alice's x1 or Bob's x3 */30 BIGNUM *xb; /* Alice's x2 or Bob's x4 */31 BIGNUM *key; /* The calculated (shared) key */
24 typedef struct JPAKE_CTX JPAKE_CTX; typedef