OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ocsp_stapling_response
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/wpa/dist/src/tls/
tlsv1_cred.h
28
char *
ocsp_stapling_response
;
member in struct:tlsv1_credentials
/src/external/bsd/wpa/dist/src/crypto/
tls.h
172
* @
ocsp_stapling_response
: DER encoded file with cached OCSP stapling response
219
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
);
706
if (!global->
ocsp_stapling_response
) {
711
cached = os_readfile(global->
ocsp_stapling_response
, &len);
715
global->
ocsp_stapling_response
);
834
os_free(global->
ocsp_stapling_response
);
835
if (params->
ocsp_stapling_response
)
836
global->
ocsp_stapling_response
=
837
os_strdup(params->
ocsp_stapling_response
);
839
global->
ocsp_stapling_response
= NULL
[
all
...]
tls_wolfssl.c
64
char *
ocsp_stapling_response
;
member in struct:tls_context
1516
void ocsp_resp_free_cb(void *
ocsp_stapling_response
, unsigned char *response)
1583
if (params->
ocsp_stapling_response
) {
1585
params->
ocsp_stapling_response
);
tls_openssl.c
220
char *
ocsp_stapling_response
;
member in struct:tls_context
1223
os_free(tls_global->
ocsp_stapling_response
);
1224
tls_global->
ocsp_stapling_response
= NULL;
5227
if (tls_global->
ocsp_stapling_response
== NULL) {
5232
resp = os_readfile(tls_global->
ocsp_stapling_response
, &len);
5762
os_free(tls_global->
ocsp_stapling_response
);
5763
if (params->
ocsp_stapling_response
)
5764
tls_global->
ocsp_stapling_response
=
5765
os_strdup(params->
ocsp_stapling_response
);
5767
tls_global->
ocsp_stapling_response
= NULL
[
all
...]
/src/external/bsd/wpa/dist/src/ap/
ap_config.h
433
char *
ocsp_stapling_response
;
member in struct:hostapd_bss_config
Completed in 36 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026