Home
last modified time | relevance | path

Searched defs:psk (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/
H A Deap_gpsk_common.c38 static int eap_gpsk_gkdf_cmac(const u8 *psk /* Y */, in eap_gpsk_gkdf_cmac()
73 static int eap_gpsk_gkdf_sha256(const u8 *psk /* Y */, in eap_gpsk_gkdf_sha256()
110 const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_helper()
189 static int eap_gpsk_derive_keys_aes(const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_aes()
225 static int eap_gpsk_derive_keys_sha256(const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_sha256()
279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys()
345 const u8 *psk, const u8 *seed, in eap_gpsk_derive_mid_helper()
417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id()
/aosp_15_r20/tools/tradefederation/core/util_apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java129 final String psk, in addNetwork()
245 final String psk, in connectToNetwork()
323 final String ssid, final String psk, final String urlToCheck, long connectTimeout) in connectToNetwork()
337 public void connectToNetwork(final String ssid, final String psk, final String urlToCheck) in connectToNetwork()
393 final String psk = prefs.getString("psk", null); in reconnectToLastNetwork() local
401 private void updateLastNetwork(final String ssid, final String psk, final boolean scanSsid) { in updateLastNetwork()
DWifiUtil.java198 final String psk = expectString("psk"); in onStart() local
270 final String psk = getString("psk", null); in onStart() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java102 boolean addWpaPskNetwork(String ssid, String psk) throws DeviceNotAvailableException; in addWpaPskNetwork()
113 …boolean addWpaPskNetwork(String ssid, String psk, boolean scanSsid) throws DeviceNotAvailableExcep… in addWpaPskNetwork()
230 boolean connectToNetwork(String ssid, String psk, String urlToCheck) in connectToNetwork()
244 String ssid, String psk, String urlToCheck, boolean scanSsid) in connectToNetwork()
260 String ssid, String psk, String urlToCheck, boolean scanSsid, String defaultType) in connectToNetwork()
DWifiHelper.java339 public boolean addWpaPskNetwork(String ssid, String psk) throws DeviceNotAvailableException { in addWpaPskNetwork()
347 public boolean addWpaPskNetwork(String ssid, String psk, boolean scanSsid) in addWpaPskNetwork()
563 public boolean connectToNetwork(String ssid, String psk, String urlToCheck) in connectToNetwork()
571 String ssid, String psk, String urlToCheck, boolean scanSsid) in connectToNetwork()
578 String ssid, String psk, String urlToCheck, boolean scanSsid, String defaultType) in connectToNetwork()
597 String ssid, String psk, boolean scanSsid, String defaultType) in connectToNetworkV2()
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DHpkeImpl.java50 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender()
68 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting()
87 byte[] info, PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
106 private void checkArgumentsForBaseModeOnly(Key senderKey, byte[] psk, byte[] psk_id) { in checkArgumentsForBaseModeOnly()
H A DHpkeSpi.java32 byte[] psk, in engineInitSender()
55 byte[] psk, in engineInitSenderForTesting()
79 byte[] psk, in engineInitRecipient()
H A DDuckTypedHpkeSpi.java127 PublicKey recipientKey, byte[] info, PrivateKey senderKey, byte[] psk, byte[] pskId) in engineInitSender()
134 byte[] psk, byte[] pskId, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting()
141 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
H A DHpkeContextRecipient.java145 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
166 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
H A DHpkeContextSender.java149 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init()
170 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DHpkeImpl.java52 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender()
71 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting()
93 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
113 private void checkArgumentsForBaseModeOnly(Key senderKey, byte[] psk, byte[] psk_id) { in checkArgumentsForBaseModeOnly()
H A DHpkeSpi.java34 byte[] psk, in engineInitSender()
57 byte[] psk, in engineInitSenderForTesting()
81 byte[] psk, in engineInitRecipient()
H A DDuckTypedHpkeSpi.java129 byte[] psk, byte[] pskId) throws InvalidKeyException { in engineInitSender()
135 byte[] psk, byte[] pskId, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting()
142 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
H A DHpkeContextRecipient.java146 public void init(byte[] encapsulated, PrivateKey recipientKey, byte[] info, byte[] psk, in init()
168 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
H A DHpkeContextSender.java150 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init()
170 public void init(PublicKey recipientKey, byte[] info, PrivateKey senderKey, byte[] psk, in init()
/aosp_15_r20/libcore/luni/src/main/java/android/crypto/hpke/
H A DHpkeSpi.java71 @Nullable byte[] psk, in engineInitSender()
116 @Nullable byte[] psk, in engineInitSenderWithSeed()
157 @Nullable byte[] psk, in engineInitRecipient()
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeAuthPskPayload.java69 byte[] psk, in IkeAuthPskPayload()
82 byte[] psk, in calculatePskSignature()
113 byte[] psk, in verifyInboundSignature()
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
H A DDuckTypedHpkeSpiTest.java298 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender()
303 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting()
309 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/
H A DDuckTypedHpkeSpiTest.java295 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender()
300 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting()
306 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls13_client.c726 const unsigned char **psk, in ssl_tls13_ticket_get_psk()
764 const unsigned char **psk, in ssl_tls13_psk_get_psk()
830 const unsigned char *psk, in ssl_tls13_write_binder()
1020 const unsigned char *psk; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local
1096 const unsigned char *psk; in ssl_tls13_parse_server_pre_shared_key_ext() local
1239 const unsigned char *psk; in mbedtls_ssl_tls13_finalize_client_hello() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls13_client.c724 const unsigned char **psk, in ssl_tls13_ticket_get_psk()
762 const unsigned char **psk, in ssl_tls13_psk_get_psk()
828 const unsigned char *psk, in ssl_tls13_write_binder()
1004 const unsigned char *psk; in mbedtls_ssl_tls13_write_binders_of_pre_shared_key_ext() local
1080 const unsigned char *psk; in ssl_tls13_parse_server_pre_shared_key_ext() local
1238 const unsigned char *psk; in mbedtls_ssl_tls13_finalize_client_hello() local
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/
H A Dhpke.go110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… argument
121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… argument
196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/
H A Dhpke.go110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… argument
121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… argument
196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… argument
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c419 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords() local
691 void hostapd_copy_psk_list(struct hostapd_sta_wpa_psk_short **psk, in hostapd_copy_psk_list()
704 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk) in hostapd_free_psk_list()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/psk/
Dresolver.rs70 let psk = match &id.key_id { in resolve() localVariable
92 let psk = self.resolve(id).await?; in resolve_to_secret() localVariable

12345678910>>...14