Searched refs:LHM_lh_new (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | lhash.h | 207 # define LHM_lh_new(type, name) \ macro
|
| H A D | safestack.h | 2448 # define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj) 2465 # define lh_APP_INFO_new() LHM_lh_new(APP_INFO,app_info) 2482 # define lh_CONF_VALUE_new() LHM_lh_new(CONF_VALUE,conf_value) 2499 # define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile) 2516 # define lh_ERR_STATE_new() LHM_lh_new(ERR_STATE,err_state) 2533 # define lh_ERR_STRING_DATA_new() LHM_lh_new(ERR_STRING_DATA,err_string_data) 2550 # define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item) 2567 # define lh_FUNCTION_new() LHM_lh_new(FUNCTION,function) 2584 # define lh_MEM_new() LHM_lh_new(MEM,mem) 2601 # define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name) [all …]
|
| /OK3568_Linux_fs/buildroot/package/pound/ |
| H A D | 0003-Support-for-libressl-coexisting-with-openssl-1.1.x.patch | 43 if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL)
|
| H A D | 0002-fix-openssl-1.1.0.patch | 64 if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL)
|