Home
last modified time | relevance | path

Searched defs:bconn (Results 1 – 1 of 1) sorted by relevance

/external/openssl/apps/
Dapps.c2504 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()
2549 static void readbn(BIGNUM **bn, BIO *bconn) in readbn()
2561 static void jpake_receive_part(JPAKE_STEP_PART *p, BIO *bconn) in jpake_receive_part()
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()
[all …]