Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/evp/
H A Dencode.c314 eof++; in EVP_DecodeUpdate()
316 eof++; in EVP_DecodeUpdate()
339 eof++; in EVP_DecodeUpdate()
340 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate()
346 if (eof > 2) { in EVP_DecodeUpdate()
374 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
378 ret += decoded_len - eof; in EVP_DecodeUpdate()
379 out += decoded_len - eof; in EVP_DecodeUpdate()
393 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
397 ret += (decoded_len - eof); in EVP_DecodeUpdate()
[all …]
/openssl/demos/guide/
H A Dtls-client-non-block.c188 int eof = 0; in main() local
314 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main()
319 eof = 1; in main()
334 if (!eof) in main()
336 } while (!eof); in main()
H A Dquic-client-non-block.c237 int eof = 0; in main() local
376 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main()
381 eof = 1; in main()
396 if (!eof) in main()
398 } while (!eof); in main()
H A Dquic-hq-interop.c934 int eof = 0; in main() local
1041 eof = 0; in main()
1049 eof = 0; in main()
1052 eof = 1; in main()
1066 if (!eof) { in main()
/openssl/crypto/store/
H A Dstore_register.c117 loader->eof = eof_function; in OSSL_STORE_LOADER_set_eof()
185 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int()
221 template.eof = NULL; in ossl_store_get0_loader_int()
253 template.eof = NULL; in ossl_store_unregister_loader_int()
H A Dstore_local.h93 OSSL_STORE_eof_fn eof; member
H A Dstore_lib.c565 ret = ctx->loader->eof(ctx->loader_ctx); in OSSL_STORE_eof()
/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod289 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) {
294 eof = 1;
309 if (!eof)
311 } while (!eof);
H A Dossl-guide-quic-client-non-block.pod377 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) {
382 eof = 1;
397 if (!eof)
399 } while (!eof);
/openssl/engines/
H A De_loader_attic.c281 file_eof_fn eof; member
1645 && !ctx->_.file.last_handler->eof(ctx->_.file.last_handler_ctx)) in file_eof()
/openssl/include/openssl/
H A Dbio.h.in90 # define BIO_CTRL_EOF 2/* opt - are we at the eof */
/openssl/crypto/err/
H A Dopenssl.txt1652 SSL_R_UNEXPECTED_EOF_WHILE_READING:294:unexpected eof while reading

Completed in 62 milliseconds