HomeSort by relevance Sort by last modified time
    Searched refs:alg (Results 51 - 75 of 222) sorted by null

1 23 4 5 6 7 8 9

  /external/openssh/
mac.c 50 int alg; member in struct:macalg
118 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL)
120 mac->key_len = mac->mac_len = ssh_hmac_bytes(macalg->alg);
ssh_api.c 483 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; local
502 while ((alg = strsep(&avail, ",")) && *alg != '\0') {
503 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
511 strlcat(replace, alg, maxlen);
  /libcore/luni/src/main/java/java/security/
Security.java 112 String prop = "Alg." + propName + "." + algName;
322 String alg = key.substring(j + 1); local
323 if (serv.length() == 0 || alg.length() == 0) {
326 filterProviders(result, serv, alg, attribute, val);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 256 MessageDigest alg = null; local
258 alg = MessageDigest.getInstance("SHA-1");
263 alg.reset();
272 alg.update(randomBytes);
275 byte hash[] = alg.digest();
    [all...]
  /external/valgrind/none/tests/s390x/
add.stdout.exp 56 alg 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0)
57 alg 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=1)
58 alg 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=1)
59 alg 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=1)
60 alg 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=1)
61 alg 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=1)
62 alg 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=1)
63 alg 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=1)
64 alg 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1)
65 alg 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=1
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 150 $(call gen-test, algorithms/alg.c.library/tested_elsewhere)
151 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
152 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
153 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
154 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
155 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 141 $(call gen-test, algorithms/alg.c.library/tested_elsewhere)
142 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
143 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
144 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
145 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
146 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 166 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member in struct:prism2_hostapd_param::__anon21475::__anon21478
driver_wext.c     [all...]
driver_privsep.c 190 enum wpa_alg alg, const u8 *addr,
198 wpa_printf(MSG_DEBUG, "%s: priv=%p alg=%d key_idx=%d set_tx=%d",
199 __func__, priv, alg, key_idx, set_tx);
202 cmd.alg = alg;
  /frameworks/base/core/java/android/os/
RecoverySystem.java 264 String alg = null; local
268 alg = cert.getSigAlgName();
270 alg = da + "with" + dea;
272 Signature sig = Signature.getInstance(alg);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 382 public myAlgPG(AlgorithmParameterGeneratorSpi spi, Provider prov, String alg) {
383 super(spi, prov, alg);
KeyFactory2Test.java 71 private KeepAlive createKeepAlive(String alg) {
72 if (alg.equals("RSA")) {
MessageDigest2Test.java 326 String alg = MessageDigest.getInstance(digestAlgs[i], local
328 assertTrue("getAlgorithm ok", alg.equals(digestAlgs[i]));
  /external/wpa_supplicant_8/src/crypto/
crypto.h 145 * @alg: Hash algorithm
155 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key,
199 * @alg: Cipher algorithm
210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
crypto_gnutls.c 195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
208 switch (alg) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator1Test.java 388 public myAlgPG(AlgorithmParameterGeneratorSpi spi, Provider prov, String alg) {
389 super(spi, prov, alg);
Signature2Test.java 93 String alg = Signature.getInstance("DSA").getAlgorithm(); local
94 assertTrue("getAlgorithm did not get DSA (" + alg + ")", alg
501 put("Alg.Alias.MessageDigest.SHA1", "SHA-1");
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 318 enum wpa_alg alg; local
329 alg = wpa_cipher_to_alg(sm->pairwise_cipher);
332 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc,
546 enum wpa_alg alg; local
573 alg = wpa_cipher_to_alg(sm->group_cipher);
574 if (alg == WPA_ALG_NONE) {
604 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0,
wpa.c 593 enum wpa_alg alg; local
613 alg = wpa_cipher_to_alg(sm->pairwise_cipher);
624 if (wpa_sm_set_key(sm, alg, sm->bssid, 0, 1, key_rsc, rsclen,
628 "driver (alg=%d keylen=%d bssid=" MACSTR ")",
629 alg, keylen, MAC2STR(sm->bssid));
650 enum wpa_alg *alg)
654 *alg = wpa_cipher_to_alg(group_cipher);
655 if (*alg == WPA_ALG_NONE) {
675 enum wpa_alg alg; member in struct:wpa_gtk_data
702 if (wpa_sm_set_key(sm, gd->alg, NULL
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 139 static int supp_set_key(void *ctx, enum wpa_alg alg,
146 wpa_printf(MSG_DEBUG, "SUPP: %s(alg=%d addr=" MACSTR " key_idx=%d "
148 __func__, alg, MAC2STR(addr), key_idx, set_tx);
168 return wpa_drv_set_key(peer->ibss_rsn->wpa_s, alg, addr, key_idx,
290 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg,
299 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d addr=" MACSTR
301 __func__, alg, MAC2STR(addr), idx);
303 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d key_idx=%d)",
304 __func__, alg, idx);
329 return wpa_drv_set_key(ibss_rsn->wpa_s, alg, addr, idx
    [all...]
mesh_rsn.c 100 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg,
109 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d addr=" MACSTR
111 __func__, alg, MAC2STR(addr), idx);
113 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d key_idx=%d)",
114 __func__, alg, idx);
118 return wpa_drv_set_key(mesh_rsn->wpa_s, alg, addr, idx,
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
SecretKeyFactoryTest.java 421 public mySecretKeyFactory(SecretKeyFactorySpi spi, Provider prov, String alg) {
422 super(spi, prov, alg);
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory1Test.java 436 String alg) {
437 super(spi, prov, alg);
TrustManagerFactory1Test.java 439 String alg) {
440 super(spi, prov, alg);

Completed in 924 milliseconds

1 23 4 5 6 7 8 9