Searched refs:pass (Results 1 - 8 of 8) sorted by relevance

/system/core/fastboot/
H A Dp12topem.sh9 openssl pkcs12 -passin pass:"$2" -passout pass:"$2" -in $1.p12 -out $1.pem
H A Dgenkey.sh5 echo "Usage: $0 alias \"pass phrase\""
11 openssl genrsa -3 -out $1.pem -passout pass:"$2" 2048
14 openssl req -new -x509 -key $1.pem -passin pass:"$2" \
20 openssl pkcs12 -export -in $1-cert.pem -inkey $1.pem -passin pass:"$2" \
21 -out $1.p12 -name $1 -passout pass:"$2"
H A Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c39 * Each sequence is refered to as a pass and by default an unlimited
43 * pass via the -p option. There is also a default time in which the
131 unsigned int pass; local
182 testPrintE("Invalid command-line specified starting pass "
201 testPrintE("Invalid command-line specified ending pass "
221 testPrintE("Invalid command-line specified pass "
231 testPrintE(" -s Starting pass");
232 testPrintE(" -e Ending pass");
233 testPrintE(" -p Specific single pass");
246 testPrintE("Unexpected ending pass befor
[all...]
/system/vold/
H A DFat.cpp55 int pass = 1; local
78 if (pass++ <= 3) {
79 SLOGW("Filesystem modified - rechecking (pass %d)",
80 pass);
/system/core/adb/
H A Djdwp_service.c61 pass-through connection to the debugger (and receives the
553 int pass; member in struct:__anon281
589 if (jdwp->pass == 0) {
593 jdwp->pass = 1;
613 s->pass = 0;
/system/core/rootdir/
H A DAndroid.mk60 # to allow -user builds to properly run the dex pre-optimization pass in
/system/extras/ext4_utils/
H A Dext4fixup.c593 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass) argument
604 /* if UPDATE_INODE_NUMS pass and the inode high bit is not
608 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) {
702 /* Only recurse on pass UPDATE_INODE_NUMS if the high bit is set.
851 /* Perform a sanity check pass first, try to catch any errors that will occur
854 * pass and a update_superblock pass. Set flags back to requested state when done.

Completed in 2364 milliseconds