Searched refs:cprop (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | kex.c | 587 char **cprop, **sprop; in kex_choose_conf() local 597 cprop=peer; in kex_choose_conf() 600 cprop=my; in kex_choose_conf() 627 if ((r = choose_enc(&newkeys->enc, cprop[nenc], in kex_choose_conf() 633 (r = choose_mac(ssh, &newkeys->mac, cprop[nmac], in kex_choose_conf() 636 if ((r = choose_comp(&newkeys->comp, cprop[ncomp], in kex_choose_conf() 645 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf() 647 (r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
D | switch_to_lookup_table.ll | 21 ; The table for @cprop 714 define i32 @cprop(i32 %x, i32 %y) { 750 ; CHECK-LABEL: @cprop(
|