OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:order_buf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.h
40
struct crypto_bignum *
order_buf
;
member in struct:sae_temporary_data
sae.c
57
tmp->
order_buf
= crypto_bignum_init_set(tmp->dh->order,
59
if (tmp->
order_buf
== NULL) {
63
tmp->order = tmp->
order_buf
;
81
crypto_bignum_deinit(tmp->
order_buf
, 0);
[
all
...]
Completed in 533 milliseconds