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

/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2579 static void jpake_send_step1(BIO *bconn, JPAKE_CTX *ctx) argument
2585 jpake_send_part(bconn, &s1.p1);
2586 jpake_send_part(bconn, &s1.p2);
2587 (void)BIO_flush(bconn);
2591 static void jpake_send_step2(BIO *bconn, JPAKE_CTX *ctx) argument
2597 jpake_send_part(bconn, &s2);
2598 (void)BIO_flush(bconn);
2602 static void jpake_send_step3a(BIO *bconn, JPAKE_CTX *ctx) argument
2608 BIO_write(bconn, s3a.hhk, sizeof(s3a.hhk));
2609 (void)BIO_flush(bconn);
2613 jpake_send_step3b(BIO *bconn, JPAKE_CTX *ctx) argument
2624 readbn(BIGNUM **bn, BIO *bconn) argument
2636 jpake_receive_part(JPAKE_STEP_PART *p, BIO *bconn) argument
2643 jpake_receive_step1(JPAKE_CTX *ctx, BIO *bconn) argument
2657 jpake_receive_step2(JPAKE_CTX *ctx, BIO *bconn) argument
2670 jpake_receive_step3a(JPAKE_CTX *ctx, BIO *bconn) argument
2685 jpake_receive_step3b(JPAKE_CTX *ctx, BIO *bconn) argument
2703 BIO *bconn; local
2735 BIO *bconn; local
[all...]

Completed in 61 milliseconds