OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_ciphers
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.c
60
static const struct tls_cipher_data
tls_ciphers
[] = {
variable in typeref:struct:tls_cipher_data
83
#define NUM_TLS_CIPHER_DATA NUM_ELEMS(
tls_ciphers
)
105
if (
tls_ciphers
[i].cipher == cipher)
106
return &
tls_ciphers
[i];
/external/wpa_supplicant_8/src/tls/
tlsv1_common.c
64
static const struct tls_cipher_data
tls_ciphers
[] = {
variable in typeref:struct:tls_cipher_data
87
#define NUM_TLS_CIPHER_DATA NUM_ELEMS(
tls_ciphers
)
109
if (
tls_ciphers
[i].cipher == cipher)
110
return &
tls_ciphers
[i];
Completed in 1030 milliseconds