Searched refs:JPAKE_CTX (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/jpake/ |
H A D | jpake.h | 24 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 D | jpake.c | 24 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 D | jpaketest.c | 26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob) 115 JPAKE_CTX *alice; 116 JPAKE_CTX *bob;
|
/external/openssl/crypto/jpake/ |
H A D | jpake.h | 24 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 D | jpake.c | 24 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 D | jpaketest.c | 26 static int run_jpake(JPAKE_CTX *alice, JPAKE_CTX *bob) 115 JPAKE_CTX *alice; 116 JPAKE_CTX *bob;
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | apps.c | 2504 static JPAKE_CTX *jpake_init(const char *us, const char *them, 2511 JPAKE_CTX *ctx; 2541 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx) 2553 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx) 2564 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx) 2575 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx) 2605 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn) 2620 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn) 2634 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn) 2650 static void jpake_receive_step3b(JPAKE_CTX *ct [all...] |
/external/openssl/apps/ |
H A D | apps.c | 2504 static JPAKE_CTX *jpake_init(const char *us, const char *them, 2511 JPAKE_CTX *ctx; 2541 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx) 2553 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx) 2564 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx) 2575 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx) 2605 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn) 2620 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn) 2634 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn) 2650 static void jpake_receive_step3b(JPAKE_CTX *ct [all...] |
Completed in 163 milliseconds