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

/freebsd-13-stable/contrib/bearssl/src/ssl/
H A Dssl_io.c197 if (run_until(ctx, BR_SSL_SENDAPP) < 0) {
241 return run_until(ctx, BR_SSL_SENDAPP | BR_SSL_RECVAPP);
H A Dssl_engine.c1274 s |= BR_SSL_SENDAPP;
/freebsd-13-stable/contrib/bearssl/tools/
H A Dsslio.c432 sendapp = ((st & BR_SSL_SENDAPP) != 0);
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_ssl.h1981 * - `BR_SSL_SENDAPP`
1997 * Generally speaking, `BR_SSL_SENDREC` and `BR_SSL_SENDAPP` are mutually
2015 #define BR_SSL_SENDAPP 0x0008 macro

Completed in 134 milliseconds