Home
last modified time | relevance | path

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

/external/openssh/
Djpake.h38 struct jpake_ctx { struct
40 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 …]
Dauth.h63 void *jpake_ctx; member