OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dh_groups
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
dh_groups.c
19
#include "
dh_groups
.h"
520
static struct dh_group
dh_groups
[] = {
variable in typeref:struct:dh_group
533
#define NUM_DH_GROUPS (sizeof(
dh_groups
) / sizeof(
dh_groups
[0]))
541
if (
dh_groups
[i].id == id)
542
return &
dh_groups
[i];
/external/wpa_supplicant_8/src/crypto/
dh_groups.c
14
#include "
dh_groups
.h"
515
static struct dh_group
dh_groups
[] = {
variable in typeref:struct:dh_group
528
#define NUM_DH_GROUPS (sizeof(
dh_groups
) / sizeof(
dh_groups
[0]))
536
if (
dh_groups
[i].id == id)
537
return &
dh_groups
[i];
Completed in 28 milliseconds