Home
last modified time | relevance | path

Searched refs:ref_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/store/
H A Dstore_result.c70 size_t ref_size; member
119 &helper_data.ref_size)) in ossl_store_handle_load_result()
214 keydata = evp_keymgmt_load(keymgmt, data->ref, data->ref_size); in try_key_ref()
230 data->ref, data->ref_size, in try_key_ref()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_state_mgr.c1109 size_t max_lid, ref_size, curr_size, lid; in state_mgr_check_tbl_consistency() local
1145 ref_size = cl_ptr_vector_get_size(&ref_port_lid_tbl); in state_mgr_check_tbl_consistency()
1148 max_lid = (ref_size > curr_size) ? ref_size : curr_size; in state_mgr_check_tbl_consistency()
/freebsd/contrib/bc/src/
H A Dprogram.c1275 bool ref, ref_size; in bc_program_copyToVar() local
1285 ref_size = (v->size == sizeof(uchar)); in bc_program_copyToVar()
1288 if (ref || (ref_size && t == BC_TYPE_REF)) in bc_program_copyToVar()
1321 else if (ref_size && t != BC_TYPE_REF) in bc_program_copyToVar()