/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_lib.c | 248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) 250 e->destroy = destroy_f;
|
engine.h | 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); [all...] |
/external/openssl/crypto/engine/ |
eng_lib.c | 248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) 250 e->destroy = destroy_f;
|
engine.h | 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); [all...] |
/external/libsepol/src/ |
policydb.c | 1182 static int (*destroy_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum, variable 1354 hashtab_map(symtab[i].table, destroy_f[i], 0); 1376 return (hashtab_destroy_func_t) destroy_f[sym_num]; [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
engine.h | 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); [all...] |
/external/openssl/include/openssl/ |
engine.h | 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); [all...] |