Searched refs:freeing (Results 1 – 25 of 48) sorted by relevance
12
29 responsible for freeing the returned list.38 The caller is responsible for freeing the returned list.
6 - BIO allocation and freeing functions39 occurs freeing up an individual BIO in the chain.
7 - X509_STORE allocation, freeing and locking functions
54 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>
23 The caller is responsible for freeing the list obtained.
22 freeing B<BIGNUM>s in functions that are called from inside a loop.
23 After freeing the buffers, the buffers are automatically reallocated upon a
36 before freeing up in case the buffer contains sensitive data.
74 with the caller, who is responsible for freeing it.
223 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.
45 application is responsible for freeing up B<cert> after use.
71 The application is responsible for freeing its own copy of these values after
50 returned by the function. The application is responsible for freeing the
60 but not freeing the structure itself.
119 and freeing the structure in a loop).121 The caller is responsible for freeing the OSSL_PARAM pointer returned.
43 function, so the caller is responsible for freeing and cleaning any memory
110 returned by these functions) with OPENSSL_free() as freeing is handled
33 If a non-NULL stack is returned the caller is responsible for freeing it.
28 The caller is responsible for freeing any string returned.
47 is responsible for freeing the peername via OPENSSL_free() when it
90 caller remains responsible for freeing the memory associated with the name.
79 A "free" function responsible for freeing the B<ASN1_VALUE> passed in I<*pval>
121 and to handle freeing the associated data structure on their own.
226 unsigned int freeing:1; member293 store->freeing = 1; in ossl_provider_store_free()1237 int freeing; in provider_flush_store_cache() local1244 freeing = store->freeing; in provider_flush_store_cache()1247 if (!freeing) { in provider_flush_store_cache()1269 int freeing; in provider_remove_store_methods() local1276 freeing = store->freeing; in provider_remove_store_methods()1279 if (!freeing) { in provider_remove_store_methods()
351 * for data that caller is responsible for freeing (only if function returns363 * responsible for freeing (by calling SCT_LIST_free).378 * for data that caller is responsible for freeing (only if function returns390 * responsible for freeing (by calling SCT_LIST_free).
Completed in 28 milliseconds