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 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
26
static const struct tls_cipher_suite
tls_cipher_suites
[] = {
variable in typeref:struct:tls_cipher_suite
73
#define NUM_TLS_CIPHER_SUITES ARRAY_SIZE(
tls_cipher_suites
)
111
if (
tls_cipher_suites
[i].suite == suite)
112
return &
tls_cipher_suites
[i];
Completed in 48 milliseconds