Home
last modified time | relevance | path

Searched refs:destroy_f (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/engine/
Deng_lib.c248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() argument
250 e->destroy = destroy_f; in ENGINE_set_destroy_function()
Dengine.h484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/external/openssl/include/openssl/
Dengine.h484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/external/libsepol/src/
Dpolicydb.c1161 static int (*destroy_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, variable
1333 hashtab_map(symtab[i].table, destroy_f[i], 0); in symtabs_destroy()
1355 return (hashtab_destroy_func_t) destroy_f[sym_num]; in get_symtab_destroy_func()