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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/jpake/
H A Djpake.h24 typedef struct JPAKE_CTX JPAKE_CTX; typedef in typeref:struct:JPAKE_CTX
54 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
57 void JPAKE_CTX_free(JPAKE_CTX *ctx);
64 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx);
65 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
73 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx);
74 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
83 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx);
84 int JPAKE_STEP3A_process(JPAKE_CTX *ct
[all...]
H A Djpake.c24 struct JPAKE_CTX { struct
73 static void JPAKE_CTX_init(JPAKE_CTX *ctx, const char *name,
94 static void JPAKE_CTX_release(JPAKE_CTX *ctx)
114 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
118 JPAKE_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
125 void JPAKE_CTX_free(JPAKE_CTX *ctx)
186 const BIGNUM *zkpg, JPAKE_CTX *ctx)
214 JPAKE_CTX *ctx)
247 const BIGNUM *g, JPAKE_CTX *ctx)
254 static void genrand(JPAKE_CTX *ct
[all...]
H A Djpaketest.c26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
109 JPAKE_CTX *alice;
110 JPAKE_CTX *bob;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/jpake/
H A Djpake.h24 typedef struct JPAKE_CTX JPAKE_CTX; typedef in typeref:struct:JPAKE_CTX
54 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
57 void JPAKE_CTX_free(JPAKE_CTX *ctx);
64 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx);
65 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
73 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx);
74 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
83 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx);
84 int JPAKE_STEP3A_process(JPAKE_CTX *ct
[all...]
H A Djpake.c24 struct JPAKE_CTX { struct
73 static void JPAKE_CTX_init(JPAKE_CTX *ctx, const char *name,
94 static void JPAKE_CTX_release(JPAKE_CTX *ctx)
114 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
118 JPAKE_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
125 void JPAKE_CTX_free(JPAKE_CTX *ctx)
186 const BIGNUM *zkpg, JPAKE_CTX *ctx)
214 JPAKE_CTX *ctx)
247 const BIGNUM *g, JPAKE_CTX *ctx)
254 static void genrand(JPAKE_CTX *ct
[all...]
H A Djpaketest.c26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
109 JPAKE_CTX *alice;
110 JPAKE_CTX *bob;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/jpake/
H A Djpake.h24 typedef struct JPAKE_CTX JPAKE_CTX; typedef in typeref:struct:JPAKE_CTX
54 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
57 void JPAKE_CTX_free(JPAKE_CTX *ctx);
64 int JPAKE_STEP1_generate(JPAKE_STEP1 *send, JPAKE_CTX *ctx);
65 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received);
73 int JPAKE_STEP2_generate(JPAKE_STEP2 *send, JPAKE_CTX *ctx);
74 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received);
83 int JPAKE_STEP3A_generate(JPAKE_STEP3A *send, JPAKE_CTX *ctx);
84 int JPAKE_STEP3A_process(JPAKE_CTX *ct
[all...]
H A Djpake.c24 struct JPAKE_CTX { struct
73 static void JPAKE_CTX_init(JPAKE_CTX *ctx, const char *name,
94 static void JPAKE_CTX_release(JPAKE_CTX *ctx)
114 JPAKE_CTX *JPAKE_CTX_new(const char *name, const char *peer_name,
118 JPAKE_CTX *ctx = OPENSSL_malloc(sizeof *ctx);
125 void JPAKE_CTX_free(JPAKE_CTX *ctx)
186 const BIGNUM *zkpg, JPAKE_CTX *ctx)
214 JPAKE_CTX *ctx)
247 const BIGNUM *g, JPAKE_CTX *ctx)
254 static void genrand(JPAKE_CTX *ct
[all...]
H A Djpaketest.c26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob)
109 JPAKE_CTX *alice;
110 JPAKE_CTX *bob;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dapps.c2483 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2490 JPAKE_CTX *ctx;
2520 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2532 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2543 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2554 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2584 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2599 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2613 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2629 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dapps.c2517 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2524 JPAKE_CTX *ctx;
2555 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2567 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2578 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2589 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2619 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2633 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2646 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2661 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dapps.c2517 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2524 JPAKE_CTX *ctx;
2555 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2567 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2578 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2589 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2619 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2633 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2646 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2661 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dapps.c2483 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2490 JPAKE_CTX *ctx;
2520 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2532 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2543 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2554 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2584 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2599 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2613 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2629 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dapps.c2517 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2524 JPAKE_CTX *ctx;
2555 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2567 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2578 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2589 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2619 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2633 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2646 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2661 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dapps.c2483 static JPAKE_CTX *jpake_init(const char *us, const char *them,
2490 JPAKE_CTX *ctx;
2520 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx)
2532 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx)
2543 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx)
2554 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx)
2584 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn)
2599 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn)
2613 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn)
2629 static void jpake_receive_step3b(JPAKE_CTX *ct
[all...]

Completed in 289 milliseconds