Home
last modified time | relevance | path

Searched refs:freeing (Results 1 – 25 of 48) sorted by relevance

12

/openssl/doc/man3/
H A DX509_STORE_get0_param.pod29 responsible for freeing the returned list.
38 The caller is responsible for freeing the returned list.
H A DBIO_new.pod6 - BIO allocation and freeing functions
39 occurs freeing up an individual BIO in the chain.
H A DX509_STORE_new.pod7 - X509_STORE allocation, freeing and locking functions
H A DSRP_create_verifier.pod54 The caller is responsible for freeing the allocated I<*salt> and I<*verifier>
64 The caller is responsible for freeing the allocated I<*salt> and I<*verifier>
H A DX509_REQ_get_extensions.pod23 The caller is responsible for freeing the list obtained.
H A DBN_CTX_start.pod22 freeing B<BIGNUM>s in functions that are called from inside a loop.
H A DSSL_alloc_buffers.pod23 After freeing the buffers, the buffers are automatically reallocated upon a
H A DBUF_MEM_new.pod36 before freeing up in case the buffer contains sensitive data.
H A DOSSL_CRMF_MSG_get0_tmpl.pod74 with the caller, who is responsible for freeing it.
H A DOSSL_HTTP_transfer.pod223 The caller is responsible for freeing the BIO pointer obtained.
237 The caller is responsible for freeing the BIO pointer obtained.
249 The caller is responsible for freeing the BIO pointer obtained.
280 The caller is responsible for freeing the BIO pointer obtained.
H A DOCSP_REQUEST_new.pod45 application is responsible for freeing up B<cert> after use.
H A DX509_ACERT_get0_holder_baseCertId.pod71 The application is responsible for freeing its own copy of these values after
H A DEVP_PKEY_set1_encoded_public_key.pod50 returned by the function. The application is responsible for freeing the
H A DCMAC_CTX.pod60 but not freeing the structure itself.
H A DEC_GROUP_new.pod119 and freeing the structure in a loop).
121 The caller is responsible for freeing the OSSL_PARAM pointer returned.
H A DSSL_get_client_random.pod43 function, so the caller is responsible for freeing and cleaning any memory
H A DERR_get_error.pod110 returned by these functions) with OPENSSL_free() as freeing is handled
H A DX509_verify_cert.pod33 If a non-NULL stack is returned the caller is responsible for freeing it.
H A DCONF_modules_load_file.pod28 The caller is responsible for freeing any string returned.
H A DX509_check_host.pod47 is responsible for freeing the peername via OPENSSL_free() when it
H A DDH_meth_new.pod90 caller remains responsible for freeing the memory associated with the name.
H A DASN1_EXTERN_FUNCS.pod79 A "free" function responsible for freeing the B<ASN1_VALUE> passed in I<*pval>
H A DOSSL_STORE_INFO.pod121 and to handle freeing the associated data structure on their own.
/openssl/crypto/
H A Dprovider_core.c226 unsigned int freeing:1; member
293 store->freeing = 1; in ossl_provider_store_free()
1231 int freeing; in provider_flush_store_cache() local
1238 freeing = store->freeing; in provider_flush_store_cache()
1241 if (!freeing) { in provider_flush_store_cache()
1263 int freeing; in provider_remove_store_methods() local
1270 freeing = store->freeing; in provider_remove_store_methods()
1273 if (!freeing) { in provider_remove_store_methods()
/openssl/include/openssl/
H A Dct.h.in351 * for data that caller is responsible for freeing (only if function returns
363 * responsible for freeing (by calling SCT_LIST_free).
378 * for data that caller is responsible for freeing (only if function returns
390 * responsible for freeing (by calling SCT_LIST_free).

Completed in 44 milliseconds

12