Searched refs:OBJ (Results 1 – 25 of 111) sorted by relevance
12345
/external/openssh/regress/ |
D | cert-userkey.sh | 12 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 …]
|
D | cert-hostkey.sh | 12 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 …]
|
D | banner.sh | 5 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 …]
|
D | forcecommand.sh | 6 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 …]
|
D | test-exec.sh | 33 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 …]
|
D | ssh-com-client.sh | 31 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 …]
|
D | keygen-convert.sh | 9 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
|
D | keytype.sh | 11 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 …]
|
D | ssh-com.sh | 33 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 …]
|
D | agent-pkcs11.sh | 10 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
|
D | Makefile | 10 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 …]
|
D | reexec.sh | 7 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
|
D | connect-privsep.sh | 6 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
|
D | forwarding.sh | 25 ${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 …]
|
D | agent.sh | 22 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"
|
D | host-expand.sh | 5 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"
|
D | key-options.sh | 6 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'`
|
/external/llvm/test/MC/ARM/ |
D | elf-movt.s | 3 @ RUN: llvm-readobj -s -sd -sr | FileCheck -check-prefix=OBJ %s 18 @ OBJ: Section { 19 @ OBJ: Name: .text 20 @ OBJ-NEXT: Type: SHT_PROGBITS 21 @ OBJ-NEXT: Flags [ (0x6) 22 @ OBJ-NEXT: SHF_ALLOC 23 @ OBJ-NEXT: SHF_EXECINSTR 24 @ OBJ-NEXT: ] 25 @ OBJ-NEXT: Address: 0x0 26 @ OBJ-NEXT: Offset: 0x34 [all …]
|
D | xscale-attributes.ll | 6 ; 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: Sections [ 21 ; OBJ: Section { 22 ; OBJ: Index: 4 23 ; OBJ-NEXT: Name: .ARM.attributes (12) 24 ; OBJ-NEXT: Type: SHT_ARM_ATTRIBUTES 25 ; OBJ-NEXT: Flags [ (0x0) 26 ; OBJ-NEXT: ] 27 ; OBJ-NEXT: Address: 0x0 [all …]
|
/external/llvm/test/MC/MachO/ |
D | linker-options.ll | 8 ; RUN: FileCheck --check-prefix=CHECK-OBJ < %t %s 10 ; CHECK-OBJ: ('load_commands', [ 11 ; CHECK-OBJ: # Load Command 1 12 ; CHECK-OBJ: (('command', 45) 13 ; CHECK-OBJ: ('size', 16) 14 ; CHECK-OBJ: ('count', 1) 15 ; CHECK-OBJ: ('_strings', [ 16 ; CHECK-OBJ: "-lz", 17 ; CHECK-OBJ: ]) 18 ; CHECK-OBJ: ), [all …]
|
/external/qemu/android/build/ |
D | definitions.make | 68 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/llvm/test/MC/AArch64/ |
D | elf-globaladdress.ll | 2 ;; RUN: llvm-readobj -h -r | FileCheck -check-prefix=OBJ %s 7 ;; RUN: llvm-readobj -h -r | FileCheck -check-prefix=OBJ %s 38 ; OBJ: ElfHeader { 39 ; OBJ: Machine: EM_AARCH64 40 ; OBJ: } 42 ; OBJ: Relocations [ 43 ; OBJ: Section (2) .rela.text { 44 ; OBJ: 0x{{[0-9,A-F]+}} R_AARCH64_ADR_PREL_PG_HI21 var8 45 ; OBJ: 0x{{[0-9,A-F]+}} R_AARCH64_LDST8_ABS_LO12_NC var8 46 ; OBJ: 0x{{[0-9,A-F]+}} R_AARCH64_ADR_PREL_PG_HI21 var16 [all …]
|
/external/clang/test/CodeGenObjCXX/ |
D | implicit-copy-assign-operator.mm | 1 …pple-darwin10.0.0 -fobjc-runtime=macosx-fragile-10.5 -o - %s | FileCheck %s -check-prefix=CHECK-OBJ 46 // CHECK-OBJ: define linkonce_odr %struct.D* @_ZN1DaSERS_ 47 // CHECK-OBJ: {{call.*_ZN1AaSERS_}} 48 // CHECK-OBJ: {{call.*_ZN1BaSERS_}} 49 // CHECK-OBJ: {{call.*_ZN1CaSERKS_}} 50 // CHECK-OBJ: {{call void @llvm.memcpy.p0i8.p0i8.i64.*i64 24}} 51 // CHECK-OBJ: {{call.*_ZN1BaSERS_}} 52 // CHECK-OBJ: br 53 // CHECK-OBJ: {{call.*_ZN1CaSERKS_}} 54 // CHECK-OBJ: {{call.*@objc_memmove_collectable}} [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-12-15-elf-lcomm.ll | 2 ; RUN: llvm-readobj -s -t | FileCheck -check-prefix=OBJ %s 18 ; OBJ: Sections [ 19 ; OBJ: Section { 20 ; OBJ: Index: 4 21 ; OBJ-NEXT: Name: .bss 23 ; OBJ: Symbols [ 24 ; OBJ: Symbol { 25 ; OBJ: Name: array00 26 ; OBJ-NEXT: Value: 0x0 27 ; OBJ-NEXT: Size: 80 [all …]
|
D | 2010-11-30-reloc-movt.ll | 2 ; RUN: llvm-readobj -s -sr -sd | FileCheck -check-prefix=OBJ %s 12 ; OBJ: Section { 13 ; OBJ: Name: .text 14 ; OBJ: SectionData ( 15 ; OBJ-NEXT: 0000: 00482DE9 000000E3 000040E3 FEFFFFEB 16 ; OBJ-NEXT: 0010: 0088BDE8 17 ; OBJ-NEXT: ) 18 ; OBJ: Relocations [ 19 ; OBJ-NEXT: 0x4 R_ARM_MOVW_ABS_NC a 20 ; OBJ-NEXT: 0x8 R_ARM_MOVT_ABS [all …]
|
12345