HomeSort by: relevance | last modified time | path
    Searched refs:BIO_eof (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
bio_readbuffer_test.c 57 while (!BIO_eof(in_bio)) {
60 if (!TEST_true(BIO_eof(in_bio)))
69 && !BIO_eof(in_bio)
82 while (!BIO_eof(in_bio)) {
bio_core_test.c 88 /* Test a ctrl via BIO_eof */
89 || !TEST_false(BIO_eof(cbio))
91 || !TEST_true(BIO_eof(cbio))
bio_prefix_text.c 76 while (!BIO_eof(bio_in)) {
membio_test.c 98 || !TEST_false(BIO_eof(bio))
params_conversion_test.c 334 while (!BIO_eof(s->fp)) {
  /src/crypto/external/bsd/openssl/dist/test/
bio_readbuffer_test.c 56 while (!BIO_eof(in_bio)) {
59 if (!TEST_true(BIO_eof(in_bio)))
68 && !BIO_eof(in_bio)
81 while (!BIO_eof(in_bio)) {
bio_core_test.c 88 /* Test a ctrl via BIO_eof */
89 || !TEST_false(BIO_eof(cbio))
91 || !TEST_true(BIO_eof(cbio))
bio_prefix_text.c 76 while (!BIO_eof(bio_in)) {
params_conversion_test.c 329 while (!BIO_eof(s->fp)) {
  /src/crypto/external/apache2/openssl/dist/test/testutil/
compare.c 80 if (!TEST_true(BIO_eof(file))
81 || !TEST_true(BIO_eof(membio)))
  /src/external/bsd/libfido2/dist/tools/
base64.c 92 if (n <= 0 || BIO_eof(bio_b64) == 0)
  /src/external/bsd/pam-u2f/dist/
b64.c 92 if (n < 0 || BIO_eof(bio_b64) == 0)
  /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop-server.c 519 while (BIO_eof(readbio) <= 0) {
522 if (BIO_eof(readbio) <= 0) {
quic-hq-interop.c 895 while (!BIO_eof(req_bio)) {
  /src/crypto/external/apache2/openssl/dist/apps/
mac.c 189 while (BIO_pending(in) || !BIO_eof(in)) {
enc.c 775 while (BIO_pending(rbio) || !BIO_eof(rbio)) {
779 if (!streamable && !BIO_eof(rbio)) { /* do not output data */
dgst.c 647 while (BIO_pending(bp) || !BIO_eof(bp)) {
  /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)) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store.c 576 if (BIO_eof(ctx->_.file.file)
767 * BIO_eof() checks the source BIO.
770 && BIO_eof(ctx->_.file.file);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store.c 537 if (BIO_eof(ctx->_.file.file)
732 * BIO_eof() checks the source BIO.
735 && BIO_eof(ctx->_.file.file);
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_pkey.c 61 if (BIO_eof(bp) != 0 || (newpos = BIO_tell(bp)) < 0 || newpos <= pos) {
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_pkey.c 61 if (BIO_eof(bp) != 0 || (newpos = BIO_tell(bp)) < 0 || newpos <= pos) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
dgst.c 508 while (BIO_pending(bp) || !BIO_eof(bp)) {

Completed in 45 milliseconds

1 2