Searched refs:dhpub (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_pmeth.c | 403 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 D | dh_pmeth.c | 403 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 D | eap_eke_common.h | 89 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub,
|
H A D | eap_eke_common.c | 342 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 D | eap_eke_common.h | 89 int eap_eke_dhcomp(struct eap_eke_session *sess, const u8 *key, const u8 *dhpub,
|
H A D | eap_eke_common.c | 342 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