Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_lib.c214 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() argument
216 e->destroy = destroy_f; in ENGINE_set_destroy_function()
/third_party/openssl/ohos_lite/include/openssl/
Dengine.h475 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/third_party/openssl/include/openssl/
Dengine.h503 int ENGINE_set_destroy_function(ENGINE *e,ENGINE_GEN_INT_FUNC_PTR destroy_f);
/third_party/selinux/libsepol/src/
Dpolicydb.c1411 static int (*destroy_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, variable
1595 (void)hashtab_map(symtab[i].table, destroy_f[i], 0); in symtabs_destroy()
/third_party/openssl/doc/man3/
DENGINE_add.pod126 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);