OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dh_shared
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/curve25519/
spake25519.c
504
ge_p2
dh_shared
;
local
505
x25519_ge_scalarmult(&
dh_shared
, ctx->private_key, &Q_ext);
508
x25519_ge_tobytes(dh_shared_encoded, &
dh_shared
);
/external/wpa_supplicant_8/src/wps/
wps_common.c
64
struct wpabuf *pubkey, *
dh_shared
;
local
83
dh_shared
= dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
86
dh_shared
= wpabuf_zeropad(
dh_shared
, 192);
87
if (
dh_shared
== NULL) {
96
wpa_hexdump_buf_key(MSG_DEBUG, "WPS: DH shared key",
dh_shared
);
99
addr[0] = wpabuf_head(
dh_shared
);
100
len[0] = wpabuf_len(
dh_shared
);
103
wpabuf_clear_free(
dh_shared
);
Completed in 642 milliseconds