Home
last modified time | relevance | path

Searched refs:dhpub (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_pmeth.c403 const DH *dhpub; in pkey_dh_derive() local
412 dhpub = EVP_PKEY_get0_DH(ctx->peerkey); in pkey_dh_derive()
413 if (dhpub == NULL) { in pkey_dh_derive()
417 dhpubbn = dhpub->pub_key; in pkey_dh_derive()
/third_party/openssl/crypto/dh/
H A Ddh_pmeth.c403 const DH *dhpub; in pkey_dh_derive() local
412 dhpub = EVP_PKEY_get0_DH(ctx->peerkey); in pkey_dh_derive()
413 if (dhpub == NULL) { in pkey_dh_derive()
417 dhpubbn = dhpub->pub_key; in pkey_dh_derive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_eke_common.h89 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub,
H A Deap_eke_common.c342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() argument
365 os_memcpy(pub, dhpub, dh_len); in eap_eke_dhcomp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_eke_common.h89 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub,
H A Deap_eke_common.c342 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub, in eap_eke_dhcomp() argument
365 os_memcpy(pub, dhpub, dh_len); in eap_eke_dhcomp()

Completed in 5 milliseconds