OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_pending
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/apps/
mac.c
189
while (
BIO_pending
(in) || !BIO_eof(in)) {
dgst.c
647
while (
BIO_pending
(bp) || !BIO_eof(bp)) {
enc.c
775
while (
BIO_pending
(rbio) || !BIO_eof(rbio)) {
/src/crypto/external/bsd/openssl/dist/apps/
mac.c
186
while (
BIO_pending
(in) || !BIO_eof(in)) {
dgst.c
556
while (
BIO_pending
(bp) || !BIO_eof(bp)) {
enc.c
617
while (
BIO_pending
(rbio) || !BIO_eof(rbio)) {
s_client.c
2381
&& !
BIO_pending
(fbio)
2382
&& !
BIO_pending
(sbio)
/src/crypto/external/apache2/openssl/dist/ssl/
bio_ssl.c
331
ret =
BIO_pending
(SSL_get_rbio(ssl));
/src/crypto/external/bsd/openssl/dist/ssl/
bio_ssl.c
319
ret =
BIO_pending
(ssl->rbio);
/src/crypto/external/bsd/openssl.old/dist/ssl/
bio_ssl.c
319
ret =
BIO_pending
(ssl->rbio);
/src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_unseal.c
403
res_data = malloc(
BIO_pending
(bmem) + EVP_CIPHER_block_size(EVP_aes_256_cbc()));
/src/crypto/external/apache2/openssl/dist/test/helpers/
quictestlib.c
483
if (
BIO_pending
(SSL_get_rbio(s)) > 0
484
||
BIO_pending
(ossl_quic_tserver_get0_rbio(qtserv)) > 0)
/src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store.c
766
*
BIO_pending
() checks any filter BIO.
769
return !
BIO_pending
(ctx->_.file.file)
/src/crypto/external/apache2/openssl/dist/test/
bio_dgram_test.c
755
if (!TEST_int_eq(
BIO_pending
(bio2), 64))
ssl_old_test.c
2668
i = (int)
BIO_pending
(s_bio);
2672
i = (int)
BIO_pending
(c_bio);
/src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store.c
731
*
BIO_pending
() checks any filter BIO.
734
return !
BIO_pending
(ctx->_.file.file)
/src/crypto/external/bsd/openssl.old/dist/apps/
dgst.c
508
while (
BIO_pending
(bp) || !BIO_eof(bp)) {
enc.c
590
while (
BIO_pending
(rbio) || !BIO_eof(rbio)) {
s_client.c
2442
&& !
BIO_pending
(fbio)
2443
&& !
BIO_pending
(sbio)
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h
484
# define
BIO_pending
(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
/src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in
613
#define
BIO_pending
(b) (int)BIO_ctrl(b, BIO_CTRL_PENDING, 0, NULL)
/src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in
536
# define
BIO_pending
(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
2679
i = (int)
BIO_pending
(s_bio);
2683
i = (int)
BIO_pending
(c_bio);
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
2654
i = (int)
BIO_pending
(s_bio);
2658
i = (int)
BIO_pending
(c_bio);
/src/external/mpl/bind/dist/lib/isc/netmgr/
tlsstream.c
379
pending =
BIO_pending
(sock->tlsstream.bio_out);
Completed in 58 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026