Home | History | Annotate | Download | only in jpake

Lines Matching defs:JPAKE_CTX

24 struct JPAKE_CTX
74 static void JPAKE_CTX_init(JPAKE_CTX *ctx, const char *name,
95 static void JPAKE_CTX_release(JPAKE_CTX *ctx)
115 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
119 JPAKE_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
126 void JPAKE_CTX_free(JPAKE_CTX *ctx)
187 const BIGNUM *zkpg, JPAKE_CTX *ctx)
215 JPAKE_CTX *ctx)
248 const BIGNUM *g, JPAKE_CTX *ctx)
255 static void genrand(JPAKE_CTX *ctx)
276 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx)
286 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx)
302 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received)
345 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx)
381 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx)
414 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received)
456 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx)
464 int JPAKE_STEP3A_process(JPAKE_CTX *ctx, const JPAKE_STEP3A *received)
484 int JPAKE_STEP3B_generate(JPAKE_STEP3B *send, JPAKE_CTX *ctx)
491 int JPAKE_STEP3B_process(JPAKE_CTX *ctx, const JPAKE_STEP3B *received)
507 const BIGNUM *JPAKE_get_shared_key(JPAKE_CTX *ctx)