Home
last modified time | relevance | path

Searched refs:OBJ (Results 1 – 25 of 99) sorted by relevance

1234

/external/openssh/regress/
Dcert-userkey.sh12 rm -f $OBJ/authorized_keys_$USER $OBJ/user_ca_key* $OBJ/cert_user_key*
13 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
16 ${SSHKEYGEN} -q -N '' -t rsa -f $OBJ/user_ca_key ||\
23 -f $OBJ/cert_user_key_${ktype} || \
25 ${SSHKEYGEN} -q -s $OBJ/user_ca_key -I \
27 -n ${USER},mekmitasdigoat $OBJ/cert_user_key_${ktype} ||
31 cp $OBJ/cert_user_key_${ktype} $OBJ/cert_user_key_${ktype}_v00
32 cp $OBJ/cert_user_key_${ktype}.pub $OBJ/cert_user_key_${ktype}_v00.pub
33 ${SSHKEYGEN} -q -t v00 -s $OBJ/user_ca_key -I \
35 -n ${USER},mekmitasdigoat $OBJ/cert_user_key_${ktype}_v00 ||
[all …]
Dcert-hostkey.sh12 rm -f $OBJ/known_hosts-cert $OBJ/host_ca_key* $OBJ/cert_host_key*
13 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
18 ${SSHKEYGEN} -q -N '' -t rsa -f $OBJ/host_ca_key ||\
23 cat $OBJ/host_ca_key.pub
24 ) > $OBJ/known_hosts-cert
31 -f $OBJ/cert_host_key_${ktype} || \
33 ${SSHKEYGEN} -h -q -s $OBJ/host_ca_key \
35 -n $HOSTS $OBJ/cert_host_key_${ktype} ||
39 cp $OBJ/cert_host_key_${ktype} $OBJ/cert_host_key_${ktype}_v00
40 cp $OBJ/cert_host_key_${ktype}.pub $OBJ/cert_host_key_${ktype}_v00.pub
[all …]
Dbanner.sh5 echo "Banner $OBJ/banner.in" >> $OBJ/sshd_proxy
7 rm -f $OBJ/banner.out $OBJ/banner.in $OBJ/empty.in
8 touch $OBJ/empty.in
12 ( ${SSH} -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
13 cmp $OBJ/empty.in $OBJ/banner.out ) || \
19 touch $OBJ/banner.in
22 echo "abcdefghi" >$OBJ/banner.in
25 cp $OBJ/banner.in $OBJ/banner.out
27 cat $OBJ/banner.out >> $OBJ/banner.in
33 ( ${SSH} -2 -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \
[all …]
Dforcecommand.sh6 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
8 echon 'command="true" ' >$OBJ/authorized_keys_$USER
9 cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
10 echon 'command="true" ' >>$OBJ/authorized_keys_$USER
11 cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
15 ${SSH} -$p -F $OBJ/ssh_proxy somehost false \ ||
19 echon 'command="false" ' >$OBJ/authorized_keys_$USER
20 cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
21 echon 'command="false" ' >>$OBJ/authorized_keys_$USER
22 cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
[all …]
Dtest-exec.sh33 OBJ=$1
34 if [ "x$OBJ" = "x" ]; then
38 if [ ! -d $OBJ ]; then
39 echo "not a directory: $OBJ"
241 PIDFILE=$OBJ/pidfile
246 cat << EOF > $OBJ/sshd_config
254 AuthorizedKeysFile $OBJ/authorized_keys_%u
263 echo "$TEST_SSH_SSHD_CONFOPTS" >> $OBJ/sshd_config
267 cp $OBJ/sshd_config $OBJ/sshd_proxy
270 echo 'StrictModes no' >> $OBJ/sshd_proxy
[all …]
Dssh-com-client.sh31 cp ${SRC}/dsa_ssh2.prv ${OBJ}/id.com
32 chmod 600 ${OBJ}/id.com
33 ${SSHKEYGEN} -i -f ${OBJ}/id.com > $OBJ/id.openssh
34 chmod 600 ${OBJ}/id.openssh
35 ${SSHKEYGEN} -y -f ${OBJ}/id.openssh > $OBJ/authorized_keys_$USER
36 ${SSHKEYGEN} -e -f ${OBJ}/id.openssh > $OBJ/id.com.pub
37 echo IdKey ${OBJ}/id.com > ${OBJ}/id.list
41 rm -f ${OBJ}/$t ${OBJ}/$t.pub
42 ${SSHKEYGEN} -q -N '' -t $t -f ${OBJ}/$t
43 $SUDO cp $OBJ/$t $OBJ/host.$t
[all …]
Dkeygen-convert.sh9 rm -f $OBJ/$t-key
10 ${SSHKEYGEN} -q -N "" -t $t -f $OBJ/$t-key
13 ${SSHKEYGEN} -q -e -f $OBJ/$t-key >$OBJ/$t-key-rfc || \
17 ${SSHKEYGEN} -q -e -f $OBJ/$t-key.pub >$OBJ/$t-key-rfc.pub || \
20 cmp $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub || \
24 ${SSHKEYGEN} -q -i -f $OBJ/$t-key-rfc >$OBJ/$t-rfc-imported || \
27 cut -f1,2 -d " " $OBJ/$t-key.pub >$OBJ/$t-key-nocomment.pub
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
31 rm -f $OBJ/$t-key $OBJ/$t-key.pub $OBJ/$t-key-rfc $OBJ/$t-key-rfc.pub \
32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
Dssh-com.sh33 cat << EOF > $OBJ/sshd2_config
39 UserConfigDirectory ${OBJ}/%U
46 RandomSeedFile ${OBJ}/random_seed
56 < $OBJ/ssh_config > $OBJ/ssh_config_com
59 rm -f ${OBJ}/dsa ${OBJ}/dsa.pub
60 ${SSHKEYGEN} -q -N '' -t dsa -f ${OBJ}/dsa
63 mkdir -p ${OBJ}/${USER}
64 cp /dev/null ${OBJ}/${USER}/authorization
66 ${SSHKEYGEN} -e -f ${OBJ}/$t.pub > ${OBJ}/${USER}/$t.com
67 echo Key $t.com >> ${OBJ}/${USER}/authorization
[all …]
Dkeytype.sh11 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
12 cp $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
20 rm -f $OBJ/key.$kt
24 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\
35 grep -v HostKey $OBJ/sshd_proxy_bak
36 echo HostKey $OBJ/key.$ht
37 ) > $OBJ/sshd_proxy
39 grep -v IdentityFile $OBJ/ssh_proxy_bak
40 echo IdentityFile $OBJ/key.$ut
41 ) > $OBJ/ssh_proxy
[all …]
DMakefile10 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done
11 rm -rf $(OBJ).putty
95 cat ${.CURDIR}/rsa_openssh.prv > $(OBJ)/t2.out
96 chmod 600 $(OBJ)/t2.out
97 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
100 ${TEST_SSH_SSHKEYGEN} -ef ${.CURDIR}/rsa_openssh.pub >$(OBJ)/t3.out
101 ${TEST_SSH_SSHKEYGEN} -if $(OBJ)/t3.out | diff - ${.CURDIR}/rsa_openssh.pub
112 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.prv > $(OBJ)/t6.out1
113 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2
114 chmod 600 $(OBJ)/t6.out1
[all …]
Dagent-pkcs11.sh10 SOFTPKCS11RC=$OBJ/pkcs11.info
30 rm -f $OBJ/pkcs11.key $OBJ/pkcs11.crt
31 openssl genrsa -out $OBJ/pkcs11.key 2048 > /dev/null 2>&1
32 chmod 600 $OBJ/pkcs11.key
33 openssl req -key $OBJ/pkcs11.key -new -x509 \
34 -out $OBJ/pkcs11.crt -text -subj '/CN=pkcs11 test' > /dev/null
35 printf "a\ta\t$OBJ/pkcs11.crt\t$OBJ/pkcs11.key" > $SOFTPKCS11RC
37 ${SSHKEYGEN} -y -f $OBJ/pkcs11.key > $OBJ/authorized_keys_$USER
54 ${SSH} -2 -F $OBJ/ssh_proxy somehost exit 5
Dreexec.sh7 COPY=${OBJ}/copy
9 SSHD_COPY=$OBJ/sshd${EXEEXT}
26 ${SSH} -nqo "Protocol=$p" -F $OBJ/ssh_config somehost \
38 cp $OBJ/sshd_config $OBJ/sshd_config.orig
40 echo "InvalidXXX=no" >> $OBJ/sshd_config
47 cp $OBJ/sshd_config.orig $OBJ/sshd_config
61 cp $OBJ/sshd_config.orig $OBJ/sshd_config
62 echo "UsePrivilegeSeparation=no" >> $OBJ/sshd_config
Dforwarding.sh25 ${SSH} -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10
28 ${SSH} -$q -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \
29 somehost cat $DATA > $OBJ/ls.copy
30 test -f $OBJ/ls.copy || fail "failed copy $DATA"
31 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
41 ${SSH} -$p -F $OBJ/ssh_config \
51 ${SSH} -q -$p -F $OBJ/ssh_config \
68 ${SSH} -$p -F $OBJ/ssh_config -oClearAllForwardings=yes somehost true
71 ${SSH} -$p -f -F $OBJ/ssh_config -L ${base}01:127.0.0.1:$PORT \
77 ${SSH} -$p -F $OBJ/ssh_config -p ${base}01 true \
[all …]
Dconnect-privsep.sh6 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
7 echo 'UsePrivilegeSeparation yes' >> $OBJ/sshd_proxy
10 ${SSH} -$p -F $OBJ/ssh_proxy 999.999.999.999 true
16 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
17 echo 'UsePrivilegeSeparation sandbox' >> $OBJ/sshd_proxy
20 ${SSH} -$p -F $OBJ/ssh_proxy 999.999.999.999 true
Dagent.sh22 echon > $OBJ/authorized_keys_$USER
25 rm -f $OBJ/$t-agent
26 ${SSHKEYGEN} -q -N '' -t $t -f $OBJ/$t-agent ||\
29 cat $OBJ/$t-agent.pub >> $OBJ/authorized_keys_$USER
31 ${SSHADD} $OBJ/$t-agent > /dev/null 2>&1
48 ${SSH} -$p -F $OBJ/ssh_proxy somehost exit 5$p
56 ${SSH} -A -$p -F $OBJ/ssh_proxy somehost ${SSHADD} -l > /dev/null 2>&1
60 ${SSH} -A -$p -F $OBJ/ssh_proxy somehost \
61 "${SSH} -$p -F $OBJ/ssh_proxy somehost exit 5$p"
Dhost-expand.sh5 echo 'PermitLocalCommand yes' >> $OBJ/ssh_proxy
6 printf 'LocalCommand printf "%%%%s\\n" "%%n" "%%h"\n' >> $OBJ/ssh_proxy
8 cat >$OBJ/expect <<EOE
15 ${SSH} -F $OBJ/ssh_proxy -$p somehost true >$OBJ/actual
16 diff $OBJ/expect $OBJ/actual || fail "$tid proto $p"
Dkey-options.sh6 origkeys="$OBJ/authkeys_orig"
7 authkeys="$OBJ/authorized_keys_${USER}"
15 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost echo foo`
29 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost tty`
36 echo 'PermitUserEnvironment yes' >> $OBJ/sshd_proxy
40 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost 'echo $FOO'`
51 ${SSH} -$p -q -F $OBJ/ssh_proxy somehost true
59 r=`${SSH} -$p -q -F $OBJ/ssh_proxy somehost 'echo true'`
64 r=`${SSH} -$p -q -F $OBJ/ssh_config somehost 'echo true'`
Daddrmatch.sh6 mv $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
13 result=`${SSHD} -f $OBJ/sshd_proxy -T \
21 cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy
22 cat >>$OBJ/sshd_proxy <<EOD
44 cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy
45 rm $OBJ/sshd_proxy_bak
/external/llvm/test/CodeGen/ARM/
D2010-11-30-reloc-movt.ll2 ; RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
12 ; OBJ: '.text'
13 ; OBJ-NEXT: 'sh_type'
14 ; OBJ-NEXT: 'sh_flags'
15 ; OBJ-NEXT: 'sh_addr'
16 ; OBJ-NEXT: 'sh_offset'
17 ; OBJ-NEXT: 'sh_size'
18 ; OBJ-NEXT: 'sh_link'
19 ; OBJ-NEXT: 'sh_info'
20 ; OBJ-NEXT: 'sh_addralign'
[all …]
D2010-12-15-elf-lcomm.ll2 ; RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
18 ; OBJ: Section 4
19 ; OBJ-NEXT: '.bss'
21 ; OBJ: 'array00'
22 ; OBJ-NEXT: 'st_value', 0x00000000
23 ; OBJ-NEXT: 'st_size', 0x00000050
24 ; OBJ-NEXT: 'st_bind', 0x0
25 ; OBJ-NEXT: 'st_type', 0x1
26 ; OBJ-NEXT: 'st_other', 0x00
27 ; OBJ-NEXT: 'st_shndx', 0x0004
/external/llvm/test/MC/ARM/
Delf-movt.s3 @ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
18 @ OBJ: '.text'
19 @ OBJ-NEXT: 'sh_type', 0x00000001
20 @ OBJ-NEXT: 'sh_flags', 0x00000006
21 @ OBJ-NEXT: 'sh_addr', 0x00000000
22 @ OBJ-NEXT: 'sh_offset', 0x00000034
23 @ OBJ-NEXT: 'sh_size', 0x00000008
24 @ OBJ-NEXT: 'sh_link', 0x00000000
25 @ OBJ-NEXT: 'sh_info', 0x00000000
26 @ OBJ-NEXT: 'sh_addralign', 0x00000004
[all …]
Dxscale-attributes.ll6 ; RUN: FileCheck -check-prefix=OBJ %s
8 ; FIXME: The OBJ test should be a .s to .o test and the ASM test should
20 ; OBJ: Section 4
21 ; OBJ-NEXT: 'sh_name', 0x0000000c
22 ; OBJ-NEXT: 'sh_type', 0x70000003
23 ; OBJ-NEXT: 'sh_flags', 0x00000000
24 ; OBJ-NEXT: 'sh_addr', 0x00000000
25 ; OBJ-NEXT: 'sh_offset', 0x00000038
26 ; OBJ-NEXT: 'sh_size', 0x00000020
27 ; OBJ-NEXT: 'sh_link', 0x00000000
[all …]
/external/qemu/android/build/
Ddefinitions.make68 OBJ:=$$(LOCAL_OBJS_DIR)/$$(SRC:%.c=%.o)
69 LOCAL_OBJECTS += $$(OBJ)
70 DEPENDENCY_DIRS += $$(dir $$(OBJ))
71 $$(OBJ): PRIVATE_CFLAGS := $$(CFLAGS) $$(LOCAL_CFLAGS) -I$$(LOCAL_PATH) -I$$(LOCAL_OBJS_DIR)
72 $$(OBJ): PRIVATE_CC := $$(LOCAL_CC)
73 $$(OBJ): PRIVATE_OBJ := $$(OBJ)
74 $$(OBJ): PRIVATE_MODULE := $$(LOCAL_MODULE)
75 $$(OBJ): PRIVATE_SRC := $$(SRC_PATH)/$$(SRC)
76 $$(OBJ): PRIVATE_SRC0 := $$(SRC)
77 $$(OBJ): $$(SRC_PATH)/$$(SRC)
[all …]
/external/valgrind/unittest/
DMakefile78 DYNAMIC_ANNOTATIONS_O=$(BIN)dynamic_annotations-$(BUILD).$(OBJ)
84 TEST_UTILS_O=$(BIN)test_utils-$(BUILD).$(OBJ)
86 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)racecheck_unittest-$(BUILD).$(OBJ) \
87 $(BIN)old_test_suite-$(BUILD).$(OBJ) \
88 $(BIN)opt_tests-$(BUILD).$(OBJ) \
89 $(BIN)atomicity_tests-$(BUILD).$(OBJ) \
94 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)windows_tests-$(BUILD).$(OBJ)
96 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)posix_tests-$(BUILD).$(OBJ)
101 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)libstdc++_tests-$(BUILD).$(OBJ)
106 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)mac_tests-$(BUILD).$(OBJ)
[all …]
/external/libpng/scripts/
Dmakevms.com56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" -
58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" -
64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread" -
66 $ CALL MAKE pngrtran.OBJ "cc ''CCOPT' pngrtran" -
68 $ CALL MAKE pngrutil.OBJ "cc ''CCOPT' pngrutil" -
70 $ CALL MAKE pngerror.OBJ "cc ''CCOPT' pngerror" -
72 $ CALL MAKE pngmem.OBJ "cc ''CCOPT' pngmem" -
74 $ CALL MAKE pngrio.OBJ "cc ''CCOPT' pngrio" -
[all …]

1234