Lines Matching refs:JPAKE_CTX
2467 static JPAKE_CTX *jpake_init(const char *us, const char *them, in jpake_init()
2474 JPAKE_CTX *ctx; in jpake_init()
2504 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx) in jpake_send_step1()
2516 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx) in jpake_send_step2()
2527 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx) in jpake_send_step3a()
2538 static void jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx) in jpake_send_step3b()
2568 static void jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn) in jpake_receive_step1()
2583 static void jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn) in jpake_receive_step2()
2597 static void jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn) in jpake_receive_step3a()
2613 static void jpake_receive_step3b(JPAKE_CTX *ctx, BIO *bconn) in jpake_receive_step3b()
2631 JPAKE_CTX *ctx; in jpake_client_auth()
2660 JPAKE_CTX *ctx; in jpake_server_auth()