Home
last modified time | relevance | path

Searched defs:JPAKE_CTX (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/jpake/
Djpake.c24 struct JPAKE_CTX struct
26 JPAKE_CTX_PUBLIC p; argument
27 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 */
Djpake.h24 typedef struct JPAKE_CTX JPAKE_CTX; typedef