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

  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 662 struct crypto_rsa_key *rkey = (struct crypto_rsa_key *) key; local
666 res = crypto_rsa_exptmod(in, inlen, out, outlen, rkey, 1);
  /external/openssl/apps/
ocsp.c 108 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
142 EVP_PKEY *key = NULL, *rkey = NULL; local
543 else if (!strcmp(*args, "-rkey"))
613 BIO_printf (bio_err, "-rkey file responder key to sign responses with\n");
677 rkey = load_key(bio_err, rkeyfile, FORMAT_PEM, 0, NULL, NULL,
679 if (!rkey)
749 if (ridx_filename && (!rkey || !rsigner || !rca_cert))
764 i = make_ocsp_response(&resp, req, rdb, rca_cert, rsigner, rkey, rother, rflags, nmin, ndays);
905 EVP_PKEY_free(rkey);
1054 X509 *ca, X509 *rcert, EVP_PKEY *rkey,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.c 1180 NDIS_802_11_REMOVE_KEY rkey; local
1186 os_memset(&rkey, 0, sizeof(rkey));
1188 rkey.Length = sizeof(rkey);
1189 rkey.KeyIndex = key_idx;
1192 rkey.KeyIndex |= 1 << 30;
1194 os_memcpy(rkey.BSSID, bssid, ETH_ALEN);
1196 res = ralink_set_oid(drv, OID_802_11_REMOVE_KEY, (char *) &rkey,
1197 sizeof(rkey));
    [all...]
driver_ndis.c 855 NDIS_802_11_REMOVE_KEY rkey; local
859 os_memset(&rkey, 0, sizeof(rkey));
861 rkey.Length = sizeof(rkey);
862 rkey.KeyIndex = key_idx;
864 rkey.KeyIndex |= 1 << 30;
865 os_memcpy(rkey.BSSID, bssid, ETH_ALEN);
867 res = ndis_set_oid(drv, OID_802_11_REMOVE_KEY, (char *) &rkey,
868 sizeof(rkey));
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 285 u8 rkey[32]; local
298 if (random_get_bytes(rkey, sizeof(rkey)) < 0)
301 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf),
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 926 NDIS_802_11_REMOVE_KEY rkey; local
930 os_memset(&rkey, 0, sizeof(rkey));
932 rkey.Length = sizeof(rkey);
933 rkey.KeyIndex = key_idx;
935 rkey.KeyIndex |= 1 << 30;
936 os_memcpy(rkey.BSSID, bssid, ETH_ALEN);
938 res = ndis_set_oid(drv, OID_802_11_REMOVE_KEY, (char *) &rkey,
939 sizeof(rkey));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1357 int rkey[MAX_HEIGHT]; \/* substitute r for l in comment above *\/ member in struct:tree_balance
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1357 int rkey[MAX_HEIGHT]; \/* substitute r for l in comment above *\/ member in struct:tree_balance
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1357 int rkey[MAX_HEIGHT]; \/* substitute r for l in comment above *\/ member in struct:tree_balance
    [all...]

Completed in 448 milliseconds