Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 172) sorted by relevance

1234567

/openssl/doc/designs/ddd/
H A Dddd-02-conn-nonblocking-threads.c77 free(conn); in new_conn()
83 free(conn); in new_conn()
90 free(conn); in new_conn()
98 free(conn); in new_conn()
106 free(conn); in new_conn()
113 free(conn); in new_conn()
122 free(conn); in new_conn()
242 free(conn); in teardown()
H A Dddd-06-mem-uv.c344 free(op); in handle_pending_writes()
417 free(op->buf); in net_write_done()
418 free(op); in net_write_done()
435 free(buf); in flush_write_buf()
455 free(buf); in flush_write_buf()
456 free(op); in flush_write_buf()
571 free(conn); in net_connect_fail_close_done()
662 free(op); in teardown_continued()
665 free(conn); in teardown_continued()
679 free(buf); in post_read()
[all …]
H A Dddd-02-conn-nonblocking.c77 free(conn); in new_conn()
83 free(conn); in new_conn()
103 free(conn); in new_conn()
111 free(conn); in new_conn()
119 free(conn); in new_conn()
126 free(conn); in new_conn()
284 free(conn); in teardown()
H A Dddd-04-fd-nonblocking.c70 free(conn); in new_conn()
78 free(conn); in new_conn()
84 free(conn); in new_conn()
90 free(conn); in new_conn()
99 free(conn); in new_conn()
252 free(conn); in teardown()
H A Dddd-05-mem-nonblocking.c75 free(conn);
87 free(conn);
95 free(conn);
101 free(conn);
108 free(conn);
272 free(conn);
/openssl/apps/lib/
H A Dwin32_init.c28 free(newargv[i]); in cleanup()
30 free(newargv); in cleanup()
294 free(newargv[i]); in win32_utf8argv()
296 free(newargv); in win32_utf8argv()
/openssl/doc/man3/
H A DSSL_free.pod5 SSL_free - free an allocated SSL structure
22 SSL_free() also calls the free()ing procedures for indirectly affected items, if
25 Do not explicitly free these indirectly freed up items before or after
26 calling SSL_free(), as trying to free things twice may lead to program
37 When used to free a QUIC stream SSL object, the respective sending and receiving
H A DADMISSIONS.pod106 The conventional routines to allocate and free the types are defined
120 functions free any existing value and set the pointer to the specified value.
130 functions free any existing value and set the pointer to the specified value.
141 functions free any existing value and set the pointer to the specified value.
157 functions free any existing value and set the pointer to the specified value.
H A DSSL_CTX_free.pod5 SSL_CTX_free - free an allocated SSL_CTX object
18 It also calls the free()ing procedures for indirectly affected items, if
H A DPEM_bytes_read_bio.pod36 non-NULL. The caller must free the storage pointed to by I<*pnm>.
39 I<*pdata> with length I<*plen>. The caller must free the storage pointed
45 OPENSSL_secure_free() to free that storage.
H A DSSL_SESSION_get0_hostname.pod33 should not be free'd.
40 pointer to memory maintained within B<s> and should not be free'd.
H A DEVP_PKEY_decrypt.pod59 used private key. They had to be processed in a side-channel free way.
70 using side-channel free code.
71 Side-channel free handling of the error stack can be performed using
/openssl/test/
H A Dtls13encryptiontest.c380 ossl_tls_record_method.free(rrl); in test_tls13_encryption()
381 ossl_tls_record_method.free(wrl); in test_tls13_encryption()
393 ossl_tls_record_method.free(rrl); in test_tls13_encryption()
394 ossl_tls_record_method.free(wrl); in test_tls13_encryption()
H A Dp_test.c317 free(ctx->thisfile); in p_teardown()
318 free(ctx->thisfunc); in p_teardown()
319 free(ctx); in p_teardown()
/openssl/crypto/
H A DLPdir_win.c126 free(*ctx); in LP_find_file()
170 free(*ctx); in LP_find_file()
208 free(*ctx); in LP_find_file_end()
H A DLPdir_unix.c115 free(*ctx); in LP_find_file()
157 free(*ctx); in LP_find_file_end()
/openssl/crypto/conf/
H A Dconf_lib.c441 free(settings->filename); in OPENSSL_INIT_set_config_filename()
470 free(settings->appname); in OPENSSL_INIT_set_config_appname()
482 free(settings->filename); in OPENSSL_INIT_free()
483 free(settings->appname); in OPENSSL_INIT_free()
484 free(settings); in OPENSSL_INIT_free()
H A Dconf_sap.c42 free(settings.appname); in OPENSSL_config()
/openssl/fuzz/
H A Dtest-corpus.c56 free(buf); in testfile()
98 free(pathname); in main()
H A Ddriver.c44 free(buf); in main()
/openssl/crypto/x509/
H A Dx509_meth.c61 method->free = free_fn; in X509_LOOKUP_meth_set_free()
68 return method->free; in X509_LOOKUP_meth_get_free()
/openssl/external/perl/Text-Template-1.56/
H A DLICENSE3 This is free software; you can redistribute it and/or modify it under
17 This is free software, licensed under:
34 License is intended to guarantee your freedom to share and change free
35 software--to make sure the software is free for all its users. The
40 When we speak of free software, we are referring to freedom, not
42 sure that you have the freedom to give away or sell copies of free
44 that you can change the software or use pieces of it in new free
62 that everyone understands that there is no warranty for this free
186 of preserving the free status of all derivatives of our free software and
250 This is free software, and you are welcome to redistribute it
[all …]
/openssl/ssl/quic/
H A Dquic_record_tx.c75 TXE_LIST free; member
154 qtx_cleanup_txl(&qtx->free); in ossl_qtx_free()
245 txe = ossl_list_txe_head(&qtx->free); in qtx_ensure_free_txe()
253 ossl_list_txe_insert_tail(&qtx->free, txe); in qtx_ensure_free_txe()
324 ossl_list_txe_insert_tail(&qtx->free, txe); in qtx_pending_to_free()
739 ossl_list_txe_remove(&qtx->free, txe); in qtx_ensure_cons()
910 ossl_list_txe_insert_tail(&qtx->free, txe); in ossl_qtx_finish_dgram()
/openssl/crypto/evp/
H A Dkeymgmt_meth.c127 if (keymgmt->free == NULL) in keymgmt_from_algorithm()
128 keymgmt->free = OSSL_FUNC_keymgmt_free(fns); in keymgmt_from_algorithm()
235 if (keymgmt->free == NULL in keymgmt_from_algorithm()
380 keymgmt->free(keydata); in evp_keymgmt_freedata()
/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod29 using ossl_lib_ctx_onfree(). This associates an "on free" routine I<onfreefn> with
30 the library context I<ctx>. When I<ctx> is freed all associated "on free"

Completed in 46 milliseconds

1234567