OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prime_buf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/common/
sae.h
39
struct crypto_bignum *
prime_buf
;
member in struct:sae_temporary_data
sae.c
49
tmp->
prime_buf
= crypto_bignum_init_set(tmp->dh->prime,
51
if (tmp->
prime_buf
== NULL) {
55
tmp->prime = tmp->
prime_buf
;
80
crypto_bignum_deinit(tmp->
prime_buf
, 0);
[
all
...]
Completed in 120 milliseconds