Searched defs:rkey (Results 1 - 13 of 13) sorted by relevance

/external/openssh/
H A Dauth-rsa.c165 const BIGNUM *client_n, Key **rkey)
257 if (allowed && rkey != NULL)
258 *rkey = key;
271 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
281 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);
164 rsa_key_allowed_in_file(struct passwd *pw, char *file, const BIGNUM *client_n, Key **rkey) argument
H A Dmonitor_wrap.c1083 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
1106 if (allowed && rkey != NULL) {
1110 *rkey = key;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_internal.c662 struct crypto_rsa_key *rkey = (struct crypto_rsa_key *) key; local
666 res = crypto_rsa_exptmod(in, inlen, out, outlen, rkey, 1);
/external/icu4c/common/
H A Dserv.cpp872 ICUService::unregister(URegistryKey rkey, UErrorCode& status) argument
874 ICUServiceFactory *factory = (ICUServiceFactory*)rkey;
/external/openssl/apps/
H A Docsp.c108 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,
1053 make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother, unsigned long flags, int nmin, int ndays) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ralink.c1180 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...]
H A Ddriver_ndis.c855 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/hostapd/src/ap/
H A Dwpa_auth.c285 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),
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c285 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),
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.c285 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),
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c926 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...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c926 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...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c926 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...]

Completed in 2885 milliseconds