Home
last modified time | relevance | path

Searched defs:peer_public (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Ddh_group5.c32 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared()
Ddh_groups.c1237 struct wpabuf * dh_derive_shared(const struct wpabuf *peer_public, in dh_derive_shared()
Dcrypto_wolfssl.c775 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared()
Dcrypto_openssl.c1226 struct wpabuf * dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, in dh5_derive_shared()
/external/rust/crates/ring/tests/
Dagreement_tests.rs73 let peer_public = agreement::UnparsedPublicKey::new(alg, test_case.consume_bytes("PeerQ")); in agreement_agree_ephemeral() localVariable