OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ocsp_stapling_response
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/tls/
tlsv1_cred.h
28
char *
ocsp_stapling_response
;
member in struct:tlsv1_credentials
/external/wpa_supplicant_8/src/crypto/
tls.h
142
* @
ocsp_stapling_response
: DER encoded file with cached OCSP stapling response
186
const char *
ocsp_stapling_response
;
member in struct:tls_connection_params
tls_gnutls.c
41
char *
ocsp_stapling_response
;
member in struct:tls_global
138
os_free(global->
ocsp_stapling_response
);
622
if (!global->
ocsp_stapling_response
) {
627
cached = os_readfile(global->
ocsp_stapling_response
, &len);
631
global->
ocsp_stapling_response
);
747
os_free(global->
ocsp_stapling_response
);
748
if (params->
ocsp_stapling_response
)
749
global->
ocsp_stapling_response
=
750
os_strdup(params->
ocsp_stapling_response
);
752
global->
ocsp_stapling_response
= NULL
[
all
...]
tls_openssl.c
178
char *
ocsp_stapling_response
;
member in struct:tls_context
1036
os_free(tls_global->
ocsp_stapling_response
);
1037
tls_global->
ocsp_stapling_response
= NULL;
[
all
...]
/external/wpa_supplicant_8/src/ap/
ap_config.h
351
char *
ocsp_stapling_response
;
member in struct:hostapd_bss_config
Completed in 260 milliseconds