Home
last modified time | relevance | path

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

123

/external/wpa_supplicant_8/src/eap_common/
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()
Deap_psk_common.c19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk) in eap_psk_key_setup()
/external/boringssl/src/ssl/test/runner/hpke/
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
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_passphrase.c17 unsigned char psk[32]; in main() local
Dibss_rsn.h50 u8 psk[PMK_LEN]; member
Dibss_rsn.c216 const u8 *psk) in ibss_rsn_supp_init()
845 void ibss_rsn_set_psk(struct ibss_rsn *ibss_rsn, const u8 *psk) in ibss_rsn_set_psk()
Dconfig_ssid.h54 u8 psk[32]; member
195 u8 psk[32]; member
Dconfig_file.c613 struct psk_list_entry *psk; in write_psk_list() local
/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c416 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords() local
685 void hostapd_copy_psk_list(struct hostapd_sta_wpa_psk_short **psk, in hostapd_copy_psk_list()
698 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk) in hostapd_free_psk_list()
Dieee802_11_auth.h23 struct hostapd_sta_wpa_psk_short *psk; member
Dap_config.c321 struct hostapd_wpa_psk *psk; in hostapd_config_read_wpa_psk() local
683 struct hostapd_wpa_psk *psk, *tmp; in hostapd_config_clear_wpa_psk() local
1107 struct hostapd_wpa_psk *psk; in hostapd_get_psk() local
Dwps_hostapd.c96 const u8 *p2p_dev_addr, const u8 *psk, in hostapd_wps_new_psk_cb()
275 const u8 **psk) in hostapd_wps_lookup_pskfile_cb()
Dsta_info.c1242 struct hostapd_wpa_psk *psk; in ap_sta_wpa_get_keyid() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/hpke/
Dhpke.c157 size_t info_len, const uint8_t *psk, in hpke_key_schedule()
385 const uint8_t *info, size_t info_len, const uint8_t *psk, size_t psk_len, in EVP_HPKE_CTX_setup_psk_s_x25519()
400 const uint8_t *info, size_t info_len, const uint8_t *psk, size_t psk_len, in EVP_HPKE_CTX_setup_psk_s_x25519_for_test()
427 size_t info_len, const uint8_t *psk, size_t psk_len, const uint8_t *psk_id, in EVP_HPKE_CTX_setup_psk_r_x25519()
Dhpke_test.cc427 for (const auto &psk : kPSKValues) { in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_enc.cc60 bool tls13_init_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> psk) { in tls13_init_key_schedule()
73 bool tls13_init_early_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> psk) { in tls13_init_early_key_schedule()
399 const EVP_MD *digest, Span<const uint8_t> psk, in tls13_psk_binder()
Dhandshake_client.cc1290 uint8_t psk[PSK_MAX_PSK_LEN]; in do_send_client_key_exchange() local
/external/wpa_supplicant_8/src/eap_server/
Deap_server_psk.c58 struct eap_psk_hdr_1 *psk; in eap_psk_build_1() local
93 struct eap_psk_hdr_3 *psk; in eap_psk_build_3() local
/external/ipsec-tools/src/racoon/
Dprivsep.c468 vchar_t *psk; in privsep_init() local
894 vchar_t *psk; local
/external/wpa_supplicant_8/wpa_supplicant/aidl/
Dsta_network.cpp1013 std::string psk = rawPsk; in setPskPassphraseInternal() local
1055 ndk::ScopedAStatus StaNetwork::setPskInternal(const std::vector<uint8_t> &psk) in setPskInternal()
1415 ndk::ScopedAStatus StaNetwork::setWapiPskInternal(const std::vector<uint8_t> &psk) in setWapiPskInternal()
1474 std::string psk; in getPskPassphraseInternal() local
1508 std::vector<uint8_t> psk(wpa_ssid->psk, wpa_ssid->psk + 32); in getPskInternal() local
2303 int StaNetwork::isPskPassphraseValid(const std::string &psk) in isPskPassphraseValid()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_module_tests.c1224 char psk[32]; member
1388 u8 psk[32]; in test_sha1() local
/external/wpa_supplicant_8/src/wps/
Dwps_enrollee.c306 u8 psk[32]; in wps_build_cred_network_key() local
/external/wpa_supplicant_8/src/eap_peer/
Deap_gpsk.c34 u8 *psk; member
/external/boringssl/src/ssl/
Dtls13_enc.cc61 bool tls13_init_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> psk) { in tls13_init_key_schedule()
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_security_types.py207 def __init__(self, psk='', wpa_mode=MODE_DEFAULT, wpa_ciphers=[], argument

123