Searched defs:pkey (Results 1 – 12 of 12) sorted by relevance
/hostap/src/crypto/ |
D | crypto_openssl.c | 97 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 …]
|
D | des-internal.c | 401 u8 pkey[8], next, tmp; in des_encrypt() local
|
D | tls_openssl.c | 3741 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
|
D | crypto_nettle.c | 32 u8 pkey[8], next, tmp; in des_encrypt() local
|
D | crypto_gnutls.c | 51 u8 pkey[8], next, tmp; in des_encrypt() local
|
D | crypto_libtomcrypt.c | 40 u8 pkey[8], next, tmp; in des_encrypt() local
|
D | crypto_linux.c | 609 u8 pkey[8], next, tmp; in des_encrypt() local
|
D | crypto_wolfssl.c | 538 u8 pkey[8], next, tmp; in des_encrypt() local
|
/hostap/src/tls/ |
D | tlsv1_cred.c | 271 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/ |
D | ieee802_1x_kay.h | 104 struct data_key *pkey; member 131 struct data_key *pkey; member
|
D | ieee802_1x_kay.c | 1672 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/ |
D | test_dpp.py | 1513 def ecdsa_sign(pkey, message, alg="sha256"): argument
|