Home
last modified time | relevance | path

Searched defs:pkey (Results 1 – 12 of 12) sorted by relevance

/hostap/src/crypto/
Dcrypto_openssl.c97 static EC_KEY * EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get0_EC_KEY()
393 u8 pkey[8], next, tmp; in des_encrypt() local
1305 EVP_PKEY *pkey = ctx; in dh5_derive_shared() local
1372 EVP_PKEY *pkey = ctx; in dh5_free() local
2730 EVP_PKEY *pkey; member
3114 EVP_PKEY *pkey = NULL; in crypto_ec_key_parse_priv() local
3170 EVP_PKEY *pkey = NULL; in crypto_ec_key_set_priv() local
3300 EVP_PKEY *pkey; in crypto_ec_key_parse_pub() local
3332 EVP_PKEY *pkey = NULL; in crypto_ec_key_set_pub() local
3506 EVP_PKEY *pkey = NULL; in crypto_ec_key_gen() local
[all …]
Ddes-internal.c401 u8 pkey[8], next, tmp; in des_encrypt() local
Dtls_openssl.c3741 EVP_PKEY *pkey; in tls_parse_pkcs12() local
4069 EVP_PKEY *pkey; in tls_use_private_key_file() local
4168 EVP_PKEY *pkey; in tls_connection_private_key() local
4281 EVP_PKEY *pkey = NULL; in openssl_dsa_to_dh() local
5748 static const char * openssl_pkey_type_str(const EVP_PKEY *pkey) in openssl_pkey_type_str()
5770 EVP_PKEY *pkey; in openssl_debug_dump_certificate() local
Dcrypto_nettle.c32 u8 pkey[8], next, tmp; in des_encrypt() local
Dcrypto_gnutls.c51 u8 pkey[8], next, tmp; in des_encrypt() local
Dcrypto_libtomcrypt.c40 u8 pkey[8], next, tmp; in des_encrypt() local
Dcrypto_linux.c609 u8 pkey[8], next, tmp; in des_encrypt() local
Dcrypto_wolfssl.c538 u8 pkey[8], next, tmp; in des_encrypt() local
/hostap/src/tls/
Dtlsv1_cred.c271 struct crypto_private_key *pkey; in tlsv1_set_key_pem() local
312 struct crypto_private_key *pkey; in tlsv1_set_key_enc_pem() local
/hostap/src/pae/
Dieee802_1x_kay.h104 struct data_key *pkey; member
131 struct data_key *pkey; member
Dieee802_1x_kay.c1672 static void ieee802_1x_kay_init_data_key(struct data_key *pkey) in ieee802_1x_kay_init_data_key()
2107 static void ieee802_1x_kay_use_data_key(struct data_key *pkey) in ieee802_1x_kay_use_data_key()
2117 static void ieee802_1x_kay_deinit_data_key(struct data_key *pkey) in ieee802_1x_kay_deinit_data_key()
/hostap/tests/hwsim/
Dtest_dpp.py1513 def ecdsa_sign(pkey, message, alg="sha256"): argument