Searched refs:tmp_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | sm2_sig.c | 441 void *tmp_id = NULL; in sm2sig_set_ctx_params() local 451 && !OSSL_PARAM_get_octet_string(p, &tmp_id, 0, &tmp_idlen)) in sm2sig_set_ctx_params() 454 psm2ctx->id = tmp_id; in sm2sig_set_ctx_params()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 295 int tmp_id = get_legacy_alg_type_from_keymgmt(keymgmt); in int_ctx_new() local 297 if (tmp_id != NID_undef) { in int_ctx_new() 299 id = tmp_id; in int_ctx_new() 305 if (!ossl_assert(id == tmp_id)) { in int_ctx_new() 1321 void *tmp_id = NULL; in get1_id_data() local 1331 &tmp_id, 0); in get1_id_data() 1341 memcpy(id, tmp_id, tmp_id_len); in get1_id_data()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 625 BreakpointID tmp_id(bp_id, LLDB_INVALID_BREAK_ID); in DoExecute() local 628 tmp_id.SetBreakpointLocationID(loc_idx); in DoExecute() 629 if (!with_locs.Contains(tmp_id) && loc_sp->IsEnabled()) { in DoExecute() 630 locs_disabled.push_back(tmp_id); in DoExecute()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852c_rfk.c | 1106 u8 tmp_id = 0x0; in _iqk_lok() 1119 tmp_id = ID_G_FLOK_COARSE; in _iqk_lok() 1125 tmp_id = ID_A_FLOK_COARSE; in _iqk_lok() 1131 tmp_id = ID_A_FLOK_COARSE; in _iqk_lok() 1136 tmp = _iqk_one_shot(rtwdev, phy_idx, path, tmp_id); in _iqk_lok() 1167 tmp_id = ID_G_FLOK_FINE; in _iqk_lok() 1173 tmp_id = ID_A_FLOK_FINE; in _iqk_lok() 1179 tmp_id = ID_A_FLOK_FINE; in _iqk_lok() 1184 tmp = _iqk_one_shot(rtwdev, phy_idx, path, tmp_id); in _iqk_lok() 1105 u8 tmp_id = 0x0; _iqk_lok() local
|