OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_TLS
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/hostapd/
Android.mk
500
ifndef
CONFIG_TLS
501
CONFIG_TLS
=openssl
513
ifeq ($(
CONFIG_TLS
), openssl)
527
ifeq ($(
CONFIG_TLS
), gnutls)
545
ifeq ($(
CONFIG_TLS
), schannel)
556
ifeq ($(
CONFIG_TLS
), nss)
572
ifeq ($(
CONFIG_TLS
), internal)
649
ifeq ($(
CONFIG_TLS
), none)
665
ifeq ($(
CONFIG_TLS
), internal)
711
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
Makefile
486
ifndef
CONFIG_TLS
487
CONFIG_TLS
=openssl
499
ifeq ($(
CONFIG_TLS
), openssl)
513
ifeq ($(
CONFIG_TLS
), gnutls)
531
ifeq ($(
CONFIG_TLS
), schannel)
542
ifeq ($(
CONFIG_TLS
), nss)
558
ifeq ($(
CONFIG_TLS
), internal)
635
ifeq ($(
CONFIG_TLS
), none)
651
ifeq ($(
CONFIG_TLS
), internal)
696
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
934
ifndef
CONFIG_TLS
935
CONFIG_TLS
=openssl
947
ifeq ($(
CONFIG_TLS
), openssl)
966
ifeq ($(
CONFIG_TLS
), gnutls)
984
ifeq ($(
CONFIG_TLS
), schannel)
999
ifeq ($(
CONFIG_TLS
), nss)
1016
ifeq ($(
CONFIG_TLS
), internal)
1094
ifeq ($(
CONFIG_TLS
), none)
1120
ifeq ($(
CONFIG_TLS
), internal)
1170
ifneq ($(
CONFIG_TLS
), openssl
[
all
...]
Completed in 41 milliseconds