Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 8 of 8) 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/crypto/store/
H A Dstore_register.c119 loader->eof = eof_function; in OSSL_STORE_LOADER_set_eof()
187 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL in ossl_store_register_loader_int()
222 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.c506 ret = ctx->loader->eof(ctx->loader_ctx); in OSSL_STORE_eof()
/openssl/crypto/bio/
H A Dbss_mem.c256 int eof = 0; in mem_read() local
267 eof = 1; in mem_read()
271 eof = (maxreadlen == 0); in mem_read()
291 } else if (eof) { in mem_read()
/openssl/engines/
H A De_loader_attic.c281 file_eof_fn eof; member
1656 && !ctx->_.file.last_handler->eof(ctx->_.file.last_handler_ctx)) in file_eof()
/openssl/include/openssl/
H A Dbio.h.in85 # define BIO_CTRL_EOF 2/* opt - are we at the eof */
/openssl/crypto/err/
H A Dopenssl.txt1520 SSL_R_UNEXPECTED_EOF_WHILE_READING:294:unexpected eof while reading

Completed in 32 milliseconds