Home
last modified time | relevance | path

Searched refs:destroy_f (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_lib.c221 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() argument
223 e->destroy = destroy_f; in ENGINE_set_destroy_function()
/third_party/openssl/crypto/engine/
H A Deng_lib.c215 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() argument
217 e->destroy = destroy_f; in ENGINE_set_destroy_function()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dengine.h503 int ENGINE_set_destroy_function(ENGINE *e,ENGINE_GEN_INT_FUNC_PTR destroy_f);
/third_party/openssl/include/openssl/
H A Dengine.h503 int ENGINE_set_destroy_function(ENGINE *e,ENGINE_GEN_INT_FUNC_PTR destroy_f);
/third_party/openssl/ohos_lite/include/openssl/
H A Dengine.h475 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/third_party/selinux/libsepol/src/
H A Dpolicydb.c1410 static int (*destroy_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, variable
1594 (void)hashtab_map(symtab[i].table, destroy_f[i], 0); in symtabs_destroy()

Completed in 10 milliseconds