/openssl/doc/designs/ddd/ |
H A D | ddd-02-conn-nonblocking-threads.c | 77 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 D | ddd-06-mem-uv.c | 344 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 D | ddd-02-conn-nonblocking.c | 77 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 D | ddd-04-fd-nonblocking.c | 70 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 D | ddd-05-mem-nonblocking.c | 75 free(conn); 87 free(conn); 95 free(conn); 101 free(conn); 108 free(conn); 272 free(conn);
|
/openssl/apps/lib/ |
H A D | win32_init.c | 28 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 D | SSL_free.pod | 5 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 D | ADMISSIONS.pod | 106 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 D | SSL_CTX_free.pod | 5 SSL_CTX_free - free an allocated SSL_CTX object 18 It also calls the free()ing procedures for indirectly affected items, if
|
H A D | PEM_bytes_read_bio.pod | 36 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 D | SSL_SESSION_get0_hostname.pod | 33 should not be free'd. 40 pointer to memory maintained within B<s> and should not be free'd.
|
H A D | EVP_PKEY_decrypt.pod | 59 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 D | tls13encryptiontest.c | 380 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 D | p_test.c | 334 free(ctx->thisfile); in p_teardown() 335 free(ctx->thisfunc); in p_teardown() 336 free(ctx); in p_teardown()
|
/openssl/crypto/ |
H A D | LPdir_win.c | 126 free(*ctx); in LP_find_file() 170 free(*ctx); in LP_find_file() 208 free(*ctx); in LP_find_file_end()
|
H A D | LPdir_unix.c | 115 free(*ctx); in LP_find_file() 157 free(*ctx); in LP_find_file_end()
|
/openssl/crypto/conf/ |
H A D | conf_lib.c | 441 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 D | conf_sap.c | 42 free(settings.appname); in OPENSSL_config()
|
/openssl/fuzz/ |
H A D | test-corpus.c | 56 free(buf); in testfile() 98 free(pathname); in main()
|
H A D | driver.c | 44 free(buf); in main()
|
/openssl/crypto/x509/ |
H A D | x509_meth.c | 61 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 D | LICENSE | 3 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 D | quic_record_tx.c | 75 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 D | keymgmt_meth.c | 127 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 D | ossl_lib_ctx_get_data.pod | 29 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"
|