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.cpp59 int pass = 1; local
96 if (pass++ <= 3) {
97 SLOGW("Filesystem modified - rechecking (pass %d)",
98 pass);
/system/core/adb/
H A Djdwp_service.c61 pass-through connection to the debugger (and receives the
553 int pass; member in struct:__anon14
589 if (jdwp->pass == 0) {
593 jdwp->pass = 1;
613 s->pass = 0;
/system/security/keystore/
H A DIKeystoreService.cpp676 String16 pass = data.readString16(); local
677 int32_t ret = password(pass);
691 String16 pass = data.readString16(); local
692 int32_t ret = unlock(pass);
/system/extras/ext4_utils/
H A Dext4fixup.c592 static int is_entry_dir(int fd, struct ext4_dir_entry_2 *dirp, int pass) argument
603 /* if UPDATE_INODE_NUMS pass and the inode high bit is not
607 if ((pass == UPDATE_INODE_NUMS) && !(dirp->inode & 0x80000000)) {
701 /* Only recurse on pass UPDATE_INODE_NUMS if the high bit is set.
850 /* Perform a sanity check pass first, try to catch any errors that will occur
853 * pass and a update_superblock pass. Set flags back to requested state when done.

Completed in 1099 milliseconds