Home
last modified time | relevance | path

Searched defs:pk (Results 1 – 20 of 20) sorted by relevance

/hostap-latest/src/tls/
Dtlsv1_common.c163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) in tls_parse_cert()
416 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk, in tls_verify_signature()
Dpkcs1.c200 int pkcs1_v15_sig_ver(struct crypto_public_key *pk, in pkcs1_v15_sig_ver()
Dx509v3.c1842 struct crypto_public_key *pk; in x509_check_signature() local
/hostap-latest/src/eap_common/
Deap_gpsk_common.c114 u8 *pk, size_t pk_len) in eap_gpsk_derive_keys_helper()
192 u8 *pk, size_t *pk_len) in eap_gpsk_derive_keys_aes()
285 u8 *pk, size_t *pk_len) in eap_gpsk_derive_keys()
/hostap-latest/src/common/
Dsae_pk.c436 void sae_deinit_pk(struct sae_pk *pk) in sae_deinit_pk()
452 struct sae_pk *pk; in sae_parse_pk() local
607 const struct sae_pk *pk; in sae_write_confirm_pk() local
Dsae.h122 unsigned int pk:1; member
Dsae.c1373 int *rejected_groups, const struct sae_pk *pk) in sae_prepare_commit_pt()
Ddpp.h173 char *pk; member
Ddpp.c436 const char *chan_list = NULL, *mac = NULL, *info = NULL, *pk = NULL; in dpp_parse_uri() local
/hostap-latest/tests/
Dtest-rsa-sig-ver.c125 struct crypto_public_key *pk; in cavp_rsa_sig_ver() local
/hostap-latest/src/crypto/
Dcrypto_libtomcrypt.c423 struct crypto_public_key *pk; in crypto_public_key_import() local
455 struct crypto_private_key *pk; in crypto_private_key_import() local
Dcrypto_mbedtls_alt.c1749 static int crypto_mbedtls_keypair_gen(int group, mbedtls_pk_context *pk) in crypto_mbedtls_keypair_gen()
1794 mbedtls_pk_context pk; in crypto_ecdh_init() local
Dtls_openssl.c2685 EVP_PKEY *pk; in tls_verify_cb() local
/hostap-latest/tests/hwsim/
Dtest_sae_pk.py24 def run_sae_pk(apdev, dev, ssid, pw, m, pk, ap_groups=None, argument
/hostap-latest/src/eap_server/
Deap_server_gpsk.c25 u8 pk[EAP_GPSK_MAX_PK_LEN]; member
/hostap-latest/src/wps/
Dwps_enrollee.c558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
Dwps_registrar.c2391 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
/hostap-latest/src/eap_peer/
Deap_gpsk.c24 u8 pk[EAP_GPSK_MAX_PK_LEN]; member
/hostap-latest/src/ap/
Dieee802_11.c560 const struct sae_pk *pk = NULL; in sae_get_password() local
614 const struct sae_pk *pk = NULL; in auth_build_sae_commit() local
Dap_config.h262 struct sae_pk *pk; member