HomeSort by relevance Sort by last modified time
    Searched full:passphrase (Results 26 - 50 of 485) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/server/site_tests/brillo_WifiInterfaceTest/
brillo_WifiInterfaceTest.py 45 def run_once(self, host=None, ssid=None, passphrase=None, wifi_iface=None,
51 @param passphrase: A string representing the passphrase to the ssid.
62 passphrase = global_config.global_config.get_config_value(
64 with host_utils.connect_to_ssid(host, ssid, passphrase):
control 18 TEST_ARG_NAMES = ('ssid', 'passphrase', 'wifi_iface', 'wifi_ssid')
  /external/ImageMagick/ImageMagick/api/
cipher.html 129 MagickBooleanType DecipherImage(Image *image,const char *passphrase,
144 <dt>passphrase</dt>
145 <dd>decipher cipher pixels with this passphrase. </dd>
166 MagickBooleanType EncipherImage(Image *image,const char *passphrase,
181 <dt>passphrase</dt>
182 <dd>encipher pixels with this passphrase. </dd>
229 MagickBooleanType DecipherImage(Image *image,const char *passphrase,
244 <dt>passphrase</dt>
245 <dd>decipher cipher pixels with this passphrase. </dd>
266 MagickBooleanType EncipherImage(Image *image,const char *passphrase,
    [all...]
  /external/ImageMagick/www/api/
cipher.html 133 MagickBooleanType DecipherImage(Image *image,const char *passphrase,
148 <dt>passphrase</dt>
149 <dd>decipher cipher pixels with this passphrase. </dd>
170 MagickBooleanType EncipherImage(Image *image,const char *passphrase,
185 <dt>passphrase</dt>
186 <dd>encipher pixels with this passphrase. </dd>
233 MagickBooleanType DecipherImage(Image *image,const char *passphrase,
248 <dt>passphrase</dt>
249 <dd>decipher cipher pixels with this passphrase. </dd>
270 MagickBooleanType EncipherImage(Image *image,const char *passphrase,
    [all...]
cipher.php 129 MagickBooleanType DecipherImage(Image *image,const char *passphrase,
144 <dt>passphrase</dt>
145 <dd>decipher cipher pixels with this passphrase. </dd>
166 MagickBooleanType EncipherImage(Image *image,const char *passphrase,
181 <dt>passphrase</dt>
182 <dd>encipher pixels with this passphrase. </dd>
229 MagickBooleanType DecipherImage(Image *image,const char *passphrase,
244 <dt>passphrase</dt>
245 <dd>decipher cipher pixels with this passphrase. </dd>
266 MagickBooleanType EncipherImage(Image *image,const char *passphrase,
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 21 @param[out] Buf Pointer to the buffer to write the passphrase to.
22 @param[in] Size Maximum length of the passphrase (i.e. the size of Buf).
26 @retval The number of characters in the passphrase or 0 if an error occurred.
58 @param[in] Password NULL-terminated passphrase used for encrypted PEM key data.
CryptPemNull.c 25 @param[in] Password NULL-terminated passphrase used for encrypted PEM key data.
  /external/autotest/server/site_tests/brillo_PingTest/
control 18 TEST_ARG_NAMES = ('ssid', 'passphrase', 'ping_host', 'ping_count',
  /external/wpa_supplicant_8/src/crypto/
sha1.h 25 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len,
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 72 self.passphrase = self.user_params["passphrase"]
74 security_mode=self.security, password=self.passphrase)
85 "AccessPoint", "network_type", "ssid", "passphrase", "security",
  /external/ImageMagick/ImageMagick/script/
cipher.html 57 <p class="lead magick-description">Most images, by design, are made to be viewed often and by many people. Web images, for example, may be viewed hundreds of times a day by a multitude of vistors. However, in some cases, you may want to keep a particular image private so that only you or perhaps a select group of your friends or web visitors can view it. ImageMagick permits you to scramble your images such that unless someone knows your passphrase, they will be unable to view the original content.</p>
63 <p>Use the <a href="command-line-options.php#encipher">-encipher</a> option to scramble your image so that it is unrecognizable. The option requires a filename that contains your passphrase. In this example we scramble an image and save it in the PNG format:</p>
66 convert rose.jpg -encipher passphrase.txt rose.png
69 <p>Here we encipher an image using another image as the passphrase:</p>
77 <p>Use the <a href="command-line-options.php#decipher">-decipher</a> option to unscramble your image so that it is recognizable once again. The option requires a filename that contains your passphrase. In this example we unscramble an image and save it in the JPEG format:</p>
80 convert rose.png -decipher passphrase.txt rose.jpg
94 <p>The passphrase can be any combinations of letters and symbols. It should
96 private. Also make sure your passphrase file permissions prevent others from
101 passphrase. If you lose or forget it, your original image content is lost
109 cipher in Counter mode. We use the the first half of your passphrase to derive the nonce. The second half is the cipher key. When used correctly, AES-CTR provides a h (…)
    [all...]
  /external/ImageMagick/www/
cipher.html 61 <p class="lead magick-description">Most images, by design, are made to be viewed often and by many people. Web images, for example, may be viewed hundreds of times a day by a multitude of vistors. However, in some cases, you may want to keep a particular image private so that only you or perhaps a select group of your friends or web visitors can view it. ImageMagick permits you to scramble your images such that unless someone knows your passphrase, they will be unable to view the original content.</p>
67 <p>Use the <a href="command-line-options.html#encipher">-encipher</a> option to scramble your image so that it is unrecognizable. The option requires a filename that contains your passphrase. In this example we scramble an image and save it in the PNG format:</p>
70 convert rose.jpg -encipher passphrase.txt rose.png
73 <p>Here we encipher an image using another image as the passphrase:</p>
81 <p>Use the <a href="command-line-options.html#decipher">-decipher</a> option to unscramble your image so that it is recognizable once again. The option requires a filename that contains your passphrase. In this example we unscramble an image and save it in the JPEG format:</p>
84 convert rose.png -decipher passphrase.txt rose.jpg
98 <p>The passphrase can be any combinations of letters and symbols. It should
100 private. Also make sure your passphrase file permissions prevent others from
105 passphrase. If you lose or forget it, your original image content is lost
113 cipher in Counter mode. We use the the first half of your passphrase to derive the nonce. The second half is the cipher key. When used correctly, AES-CTR provides a h (…)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 68 else if (strcmp(tmp, "PASSPHRASE") == 0) {
69 queryField->setText(tr("Private key passphrase: "));
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareDataPathStateManagerTest.java 698 * Passphrase, but get an immediate failure
745 * Passphrase.
754 * Passphrase and no peer ID (i.e. 0).
763 * PMK/Passphrase and no peer ID (i.e. 0).
1005 final String passphrase = "some passphrase"; local
1120 final String passphrase = "some passphrase"; local
    [all...]
TestUtils.java 105 int channel, byte[] peer, String interfaceName, byte[] pmk, String passphrase,
112 String interfaceName, byte[] pmk, String passphrase, boolean isOutOfBand,
  /external/curl/docs/examples/
simplessl.c 32 2. if the key is passphrase protected, set pPassphrase to the
33 passphrase you use
107 /* sorry, for engine we must set the passphrase
  /external/f2fs-tools/tools/
f2fscrypt.8 18 Prompts the user for a passphrase and inserts it into the specified
57 Enter passphrase (echo disabled):
79 Enter passphrase (echo disabled):
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DataPathTest.py 36 PASSPHRASE = "This is some random passphrase - very very secure!!"
40 PASSPHRASE2 = "This is some random passphrase - very very secure - but diff!!"
162 passphrase_to_use: The passphrase to use if encr_type=ENCR_TYPE_PASSPHRASE
163 If None then use self.PASSPHRASE
176 passphrase = None
179 passphrase = (
180 self.PASSPHRASE if passphrase_to_use == None else passphrase_to_use)
188 use_peer_id else None, passphrase, pmk))
194 passphrase, pmk)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroup.java 60 /** The passphrase used for WPA2-PSK */
73 "(?:passphrase=)?(?:\"(.{0,63})\")? " +
86 * passphrase="fKG4jMe3"] go_dev_addr=fa:7b:7a:42:02:13 [PERSISTENT]
231 public void setPassphrase(String passphrase) {
232 mPassphrase = passphrase;
236 * Get the passphrase of the group. This function will return a valid passphrase only
237 * at the group owner. Legacy Wi-Fi clients will need this passphrase alongside
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DataPathInBandTestCase.java 34 * open/passphrase * solicited/unsolicited * publish/subscribe.
66 private static final String PASSPHRASE = "Some super secret password";
138 PASSPHRASE)).build();
170 PASSPHRASE)).build();
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/
CryptPemNull.c 25 @param[in] Password NULL-terminated passphrase used for encrypted PEM key data.
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_checkRawPMK 16 a raw PMK value instead of an ASCII passphrase.
  /external/curl/src/
tool_getparam.h 58 char **passphrase);
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Server.java 84 char[] passphrase = "passphrase".toCharArray(); local
87 ks.load(new FileInputStream("testkeys"), passphrase);
90 kmf.init(ks, passphrase);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Server.java 84 char[] passphrase = "passphrase".toCharArray(); local
87 ks.load(new FileInputStream("testkeys"), passphrase);
90 kmf.init(ks, passphrase);

Completed in 1042 milliseconds

12 3 4 5 6 7 8 91011>>