Searched defs:jpake_ctx (Results 1 – 2 of 2) sorted by relevance
38 struct jpake_ctx { struct40 struct modp_group *grp;43 BIGNUM *s; /* Secret (salted, crypted password) */44 BIGNUM *k; /* Derived key */47 BIGNUM *x1; /* random in Zq */48 BIGNUM *x2; /* random in Z*q */51 BIGNUM *x3; /* random in Zq */52 BIGNUM *x4; /* random in Z*q */55 u_char *client_id; /* Anti-replay nonce */56 u_int client_id_len;[all …]
63 void *jpake_ctx; member