Searched refs:JPAKE_CTX (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/jpake/
H A Djpake.h24 typedef struct JPAKE_CTX JPAKE_CTX; typedef in typeref:struct:JPAKE_CTX
58 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
61 void JPAKE_CTX_free(JPAKE_CTX *ctx);
68 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx);
69 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
77 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx);
78 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
87 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx);
88 int JPAKE_STEP3A_process(JPAKE_CTX *ct
[all...]
H A Djpake.c24 struct JPAKE_CTX struct
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 *ct
[all...]
H A Djpaketest.c26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
115 JPAKE_CTX *alice;
116 JPAKE_CTX *bob;
/external/openssl/apps/
H A Dapps.c2501 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2508 JPAKE_CTX *ctx;
2538 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2550 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2561 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2572 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2602 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2617 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2631 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2647 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]

Completed in 73 milliseconds