OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_cipher_suites
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.c
29
static const struct tls_cipher_suite
tls_cipher_suites
[] = {
variable in typeref:struct:tls_cipher_suite
57
#define NUM_TLS_CIPHER_SUITES NUM_ELEMS(
tls_cipher_suites
)
95
if (
tls_cipher_suites
[i].suite == suite)
96
return &
tls_cipher_suites
[i];
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
29
static const struct tls_cipher_suite
tls_cipher_suites
[] = {
variable in typeref:struct:tls_cipher_suite
57
#define NUM_TLS_CIPHER_SUITES NUM_ELEMS(
tls_cipher_suites
)
95
if (
tls_cipher_suites
[i].suite == suite)
96
return &
tls_cipher_suites
[i];
/external/wpa_supplicant/
tlsv1_common.c
32
static const struct tls_cipher_suite
tls_cipher_suites
[] = {
variable in typeref:struct:tls_cipher_suite
60
#define NUM_TLS_CIPHER_SUITES NUM_ELEMS(
tls_cipher_suites
)
98
if (
tls_cipher_suites
[i].suite == suite)
99
return &
tls_cipher_suites
[i];
Completed in 739 milliseconds