Searched refs:rkey (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/hs20/server/ca/ |
D | ocsp-responder.sh | 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA…
|
D | ocsp-responder-ica.sh | 3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner demoCA/cacert.pem -rkey demoCA/pri…
|
/hostap-latest/src/drivers/ |
D | driver_ndis.c | 906 NDIS_802_11_REMOVE_KEY rkey; in wpa_driver_ndis_remove_key() local 910 os_memset(&rkey, 0, sizeof(rkey)); in wpa_driver_ndis_remove_key() 912 rkey.Length = sizeof(rkey); in wpa_driver_ndis_remove_key() 913 rkey.KeyIndex = key_idx; in wpa_driver_ndis_remove_key() 915 rkey.KeyIndex |= 1 << 30; in wpa_driver_ndis_remove_key() 916 os_memcpy(rkey.BSSID, bssid, ETH_ALEN); in wpa_driver_ndis_remove_key() 918 res = ndis_set_oid(drv, OID_802_11_REMOVE_KEY, (char *) &rkey, in wpa_driver_ndis_remove_key() 919 sizeof(rkey)); in wpa_driver_ndis_remove_key()
|
/hostap-latest/tests/hwsim/ |
D | start.sh | 152 -rkey $DIR/auth_serv/ocsp-responder.key \
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | update.sh | 156 $OPENSSL ocsp -index test-ca/index.txt -rsigner test-ca/cacert.pem -rkey test-ca/private/cakey.pem …
|
/hostap-latest/src/ap/ |
D | wpa_auth.c | 646 u8 rkey[32]; in wpa_group_init_gmk_and_counter() local 665 if (random_get_bytes(rkey, sizeof(rkey)) < 0) in wpa_group_init_gmk_and_counter() 668 if (sha1_prf(rkey, sizeof(rkey), "Init Counter", buf, sizeof(buf), in wpa_group_init_gmk_and_counter()
|