Searched refs:ref_size (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_result.c | 72 size_t ref_size; member 123 if (p != NULL && !OSSL_PARAM_get_octet_string_ptr(p, &helper_data.ref, &helper_data.ref_size)) in ossl_store_handle_load_result() 229 keydata = evp_keymgmt_load(keymgmt, data->ref, data->ref_size); in try_key_ref() 244 data->ref, data->ref_size, in try_key_ref()
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_state_mgr.c | 1109 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 D | program.c | 1289 bool ref, ref_size; in bc_program_copyToVar() local 1299 ref_size = (v->size == sizeof(uchar)); in bc_program_copyToVar() 1302 if (ref || (ref_size && t == BC_TYPE_REF)) in bc_program_copyToVar() 1335 else if (ref_size && t != BC_TYPE_REF) in bc_program_copyToVar()
|