HomeSort by relevance Sort by last modified time
    Searched refs:ikey (Results 1 - 9 of 9) sorted by null

  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 142 $ikey="%r7";
160 lghi $ikey,-256
166 llgc $acc,2+256($ikey,$key)
169 la $ikey,1($ikey)
173 tml $ikey,255
175 stc $dat,2+256-1($ikey,$key)
  /external/iproute2/ip/
link_gre.c 56 unsigned ikey = 0; local
101 ikey = *(__u32 *)RTA_DATA(greinfo[IFLA_GRE_IKEY]);
150 ikey = okey = uval;
151 } else if (!matches(*argv, "ikey")) {
160 fprintf(stderr, "invalid value of \"ikey\"\n");
165 ikey = uval;
241 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
242 ikey = daddr;
254 addattr32(n, 1024, IFLA_GRE_IKEY, ikey);
337 fprintf(f, "ikey %s ", s2)
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 80 ASN1_BIT_STRING *ikey; local
94 ikey = X509_get0_pubkey_bitstr(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
  /external/bluetooth/glib/tests/
hash-test.c 393 gpointer ikey, ivalue; local
422 g_assert (g_hash_table_iter_next (&iter, &ikey, &ivalue));
424 handle_pair (ikey, ivalue, result_array);
429 g_assert (! g_hash_table_iter_next (&iter, &ikey, &ivalue));
  /system/vold/
cryptfs.c 466 static void pbkdf2(char *passwd, unsigned char *salt, unsigned char *ikey)
470 HASH_COUNT, KEY_LEN_BYTES+IV_LEN_BYTES, ikey);
477 unsigned char ikey[32+32] = { 0 }; /* Big enough to hold a 256 bit key and 256 bit IV */ local
482 pbkdf2(passwd, salt, ikey);
485 if (! EVP_EncryptInit(&e_ctx, EVP_aes_128_cbc(), ikey, ikey+KEY_LEN_BYTES)) {
514 unsigned char ikey[32+32] = { 0 }; /* Big enough to hold a 256 bit key and 256 bit IV */ local
519 pbkdf2(passwd, salt, ikey);
522 if (! EVP_DecryptInit(&d_ctx, EVP_aes_128_cbc(), ikey, ikey+KEY_LEN_BYTES))
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 367 u8 *ikey; local
368 ikey = os_malloc(hapd->conf->individual_wep_key_len);
369 if (ikey == NULL ||
370 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
374 os_free(ikey);
379 ikey, hapd->conf->individual_wep_key_len);
381 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
387 sta->addr, 0, 1, NULL, 0, ikey,
393 os_free(ikey);
    [all...]
  /external/openssl/apps/
ocsp.c 959 ASN1_BIT_STRING *ikey; local
969 ikey = X509_get0_pubkey_bitstr(issuer);
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1346 EVP_PKEY *ikey = NULL; local
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 345 milliseconds