OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dh_ctx
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
wps_common.c
83
dh_shared = dh5_derive_shared(wps->
dh_ctx
, pubkey, wps->dh_privkey);
84
dh5_free(wps->
dh_ctx
);
85
wps->
dh_ctx
= NULL;
649
void *
dh_ctx
;
local
651
dh_ctx
= dh5_init(&priv, &pub);
652
if (
dh_ctx
== NULL)
657
dh5_free(
dh_ctx
);
661
dh5_free(
dh_ctx
);
wps_i.h
115
void *
dh_ctx
;
member in struct:wps_data
wps.h
687
*
dh_ctx
- Context data for Diffie-Hellman operation
689
void *
dh_ctx
;
member in struct:wps_context
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026