HomeSort by relevance Sort by last modified time
    Searched refs:clear_free_func (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/ec/
ec_lib.c 196 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)(void *)
    [all...]
ec_key.c 195 if (!EC_EX_DATA_set_data(&dest->method_data, t, d->dup_func, d->free_func, d->clear_free_func))
521 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
523 return EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
527 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *))
531 ex_data = EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
533 EC_EX_DATA_set_data(&key->method_data, data, dup_func, free_func, clear_free_func);
ec_lcl.h 186 void (*clear_free_func)(void *); member in struct:ec_extra_data_st
263 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
265 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
267 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
269 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
ec.h 808 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
810 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    [all...]
  /external/openssl/include/openssl/
ec.h 808 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
810 void *(*dup_func)(void *), void (*free_func)(void *), void (*clear_free_func)(void *));
    [all...]

Completed in 77 milliseconds