Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto_openssl.c97 static EC_KEY * EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get0_EC_KEY()
331 u8 pkey[8], next, tmp; in des_encrypt() local
1235 EVP_PKEY *pkey = ctx; in dh5_derive_shared() local
1302 EVP_PKEY *pkey = ctx; in dh5_free() local
2631 EVP_PKEY *pkey; member
3011 EVP_PKEY *pkey = NULL; in crypto_ec_key_parse_priv() local
3067 EVP_PKEY *pkey = NULL; in crypto_ec_key_set_priv() local
3197 EVP_PKEY *pkey; in crypto_ec_key_parse_pub() local
3229 EVP_PKEY *pkey = NULL; in crypto_ec_key_set_pub() local
3403 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.c3583 EVP_PKEY *pkey; in tls_parse_pkcs12() local
3914 EVP_PKEY *pkey; in tls_use_private_key_file() local
4013 EVP_PKEY *pkey; in tls_connection_private_key() local
4126 EVP_PKEY *pkey = NULL; in openssl_dsa_to_dh() local
5580 static const char * openssl_pkey_type_str(const EVP_PKEY *pkey) in openssl_pkey_type_str()
5602 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.c534 u8 pkey[8], next, tmp; in des_encrypt() local
Dcrypto_mbedtls_alt.c778 u8 pkey[8], next, tmp; in des_encrypt() local
/hostap-latest/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-latest/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-latest/hs20/client/
Dest.c368 EVP_PKEY *pkey = NULL; in generate_csr() local
/hostap-latest/tests/hwsim/
Dtest_dpp.py1513 def ecdsa_sign(pkey, message, alg="sha256"): argument