Searched refs:ENGINE_GEN_INT_FUNC_PTR (Results 1 - 8 of 8) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
H A D | eng_int.h | 175 ENGINE_GEN_INT_FUNC_PTR destroy; 177 ENGINE_GEN_INT_FUNC_PTR init; 178 ENGINE_GEN_INT_FUNC_PTR finish;
|
H A D | eng_lib.c | 248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) 254 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) 260 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) 294 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) 299 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) 304 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e)
|
H A D | engine.h | 285 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); 485 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f); 486 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f); 523 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e); 524 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e); 525 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
|
/external/openssl/crypto/engine/ |
H A D | eng_int.h | 175 ENGINE_GEN_INT_FUNC_PTR destroy; 177 ENGINE_GEN_INT_FUNC_PTR init; 178 ENGINE_GEN_INT_FUNC_PTR finish;
|
H A D | eng_lib.c | 248 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) 254 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f) 260 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f) 294 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e) 299 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e) 304 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e)
|
H A D | engine.h | 285 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); 485 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f); 486 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f); 523 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e); 524 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e); 525 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
H A D | engine.h | 285 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); 485 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f); 486 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f); 523 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e); 524 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e); 525 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
|
/external/openssl/include/openssl/ |
H A D | engine.h | 285 typedef int (*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *); typedef 484 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f); 485 int ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f); 486 int ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f); 523 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_destroy_function(const ENGINE *e); 524 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_init_function(const ENGINE *e); 525 ENGINE_GEN_INT_FUNC_PTR ENGINE_get_finish_function(const ENGINE *e);
|
Completed in 919 milliseconds