Home
last modified time | relevance | path

Searched refs:cprop (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dkex.c776 char **cprop, **sprop; in kex_choose_conf() local
789 cprop=peer; in kex_choose_conf()
792 cprop=my; in kex_choose_conf()
806 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
812 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
829 if ((r = choose_enc(&newkeys->enc, cprop[nenc], in kex_choose_conf()
838 (r = choose_mac(ssh, &newkeys->mac, cprop[nmac], in kex_choose_conf()
844 if ((r = choose_comp(&newkeys->comp, cprop[ncomp], in kex_choose_conf()
/external/webrtc/third_party/winsdk_samples/
DBUILD.gn28 "$baseclasses_dir/cprop.cpp",
29 "$baseclasses_dir/cprop.h",
Dwinsdk_samples.gyp34 '<(baseclasses_dir)/cprop.cpp',
35 '<(baseclasses_dir)/cprop.h',
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dswitch_to_lookup_table.ll21 ; The table for @cprop
714 define i32 @cprop(i32 %x, i32 %y) {
750 ; CHECK-LABEL: @cprop(