Searched refs:clear_free_func (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lib.c196 if (!EC_EX_DATA_set_data(&dest->extra_data, t, d->dup_func, d->free_func, d->clear_free_func))
550 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
559 if (d->dup_func == dup_func && d->free_func == free_func && d->clear_free_func == clear_free_func)
577 d->clear_free_func = clear_free_func;
587 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
593 if (d->dup_func == dup_func && d->free_func == free_func && d->clear_free_func == clear_free_func)
602 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(voi
[all...]
H A Dec_key.c192 if (!EC_EX_DATA_set_data(&dest->method_data, t, d->dup_func, d->free_func, d->clear_free_func))
436 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
438 return EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
442 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
446 ex_data = EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
448 EC_EX_DATA_set_data(&key->method_data, data, dup_func, free_func, clear_free_func);
H A Dec_lcl.h181 void (*clear_free_func)(void *); member in struct:ec_extra_data_st
257 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
259 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
261 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
263 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
H A Dec.h776 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
778 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
/barrelfish-master/include/openssl/
H A Dec.h776 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
778 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));

Completed in 93 milliseconds