HomeSort by relevance Sort by last modified time
    Searched defs:JPAKE_CTX (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpake.h 24 typedef struct JPAKE_CTX 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 *ctx, const JPAKE_STEP3A *received)
    [all...]
jpake.c 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
    [all...]
  /external/openssl/crypto/jpake/
jpake.h 24 typedef struct JPAKE_CTX 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 *ctx, const JPAKE_STEP3A *received)
    [all...]
jpake.c 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
    [all...]

Completed in 66 milliseconds