Home
last modified time | relevance | path

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

/hostap-3.6.0/src/tls/
Dtlsv1_common.c163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) in tls_parse_cert()
414 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-3.6.0/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-3.6.0/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.h115 unsigned int pk:1; member
Dsae.c1364 int *rejected_groups, const struct sae_pk *pk) in sae_prepare_commit_pt()
Ddpp.h157 char *pk; member
Ddpp.c352 const char *chan_list = NULL, *mac = NULL, *info = NULL, *pk = NULL; in dpp_parse_uri() local
/hostap-3.6.0/tests/
Dtest-rsa-sig-ver.c125 struct crypto_public_key *pk; in cavp_rsa_sig_ver() local
/hostap-3.6.0/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
Dtls_openssl.c2531 EVP_PKEY *pk; in tls_verify_cb() local
/hostap-3.6.0/tests/hwsim/
Dtest_sae_pk.py24 def run_sae_pk(apdev, dev, ssid, pw, m, pk, ap_groups=None, argument
/hostap-3.6.0/src/eap_server/
Deap_server_gpsk.c25 u8 pk[EAP_GPSK_MAX_PK_LEN]; member
/hostap-3.6.0/src/wps/
Dwps_enrollee.c558 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
Dwps_registrar.c2392 static int wps_process_pubkey(struct wps_data *wps, const u8 *pk, in wps_process_pubkey()
/hostap-3.6.0/src/eap_peer/
Deap_gpsk.c24 u8 pk[EAP_GPSK_MAX_PK_LEN]; member
/hostap-3.6.0/src/ap/
Dieee802_11.c500 const struct sae_pk *pk = NULL; in sae_get_password() local
553 const struct sae_pk *pk = NULL; in auth_build_sae_commit() local
Dap_config.h256 struct sae_pk *pk; member