OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appl_data
(Results
1 - 10
of
10
) sorted by null
/external/wpa_supplicant_8/src/crypto/
tls_none.c
99
struct wpabuf **
appl_data
)
108
struct wpabuf **
appl_data
)
tls_internal.c
327
struct wpabuf **
appl_data
)
329
return tls_connection_handshake2(tls_ctx, conn, in_data,
appl_data
,
337
struct wpabuf **
appl_data
,
361
if (
appl_data
) {
363
*
appl_data
= wpabuf_alloc_ext_data(ad, ad_len);
364
if (*
appl_data
== NULL)
367
*
appl_data
= NULL;
381
struct wpabuf **
appl_data
)
391
if (
appl_data
)
392
*
appl_data
= NULL
[
all
...]
tls.h
331
* @
appl_data
: Pointer to application data pointer, or %NULL if dropped
336
*
appl_data
(if not %NULL) is set to point this data. The caller is
337
* responsible for freeing
appl_data
.
356
struct wpabuf **
appl_data
);
361
struct wpabuf **
appl_data
,
369
* @
appl_data
: Pointer to application data pointer, or %NULL if dropped
377
struct wpabuf **
appl_data
);
tls_schannel.c
314
struct wpabuf **
appl_data
)
324
if (
appl_data
)
325
*
appl_data
= NULL;
417
if (
appl_data
) {
418
*
appl_data
= wpabuf_alloc_copy(
461
struct wpabuf **
appl_data
)
tls_openssl.c
2479
struct wpabuf *
appl_data
;
local
[
all
...]
tls_gnutls.c
947
struct wpabuf **
appl_data
)
953
if (
appl_data
)
954
*
appl_data
= NULL;
1024
if (conn->pull_buf &&
appl_data
)
1025
*
appl_data
= gnutls_get_appl_data(conn);
1038
struct wpabuf **
appl_data
)
1040
return tls_connection_handshake(tls_ctx, conn, in_data,
appl_data
);
tls_nss.c
449
struct wpabuf **
appl_data
)
456
if (
appl_data
)
457
*
appl_data
= NULL;
496
struct wpabuf **
appl_data
)
/external/wpa_supplicant_8/src/tls/
tlsv1_client.h
25
size_t *out_len, u8 **
appl_data
,
tlsv1_client.c
133
* @
appl_data
: Pointer to application data pointer, or %NULL if dropped
134
* @appl_data_len: Pointer to variable that is set to
appl_data
length
141
size_t *out_len, u8 **
appl_data
,
222
appl_data
,
234
no_appl_data =
appl_data
== NULL || *
appl_data
== NULL;
/external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c
513
struct wpabuf *
appl_data
;
local
529
appl_data
= NULL;
531
msg, &
appl_data
);
535
if (
appl_data
&&
539
appl_data
);
540
*out_data =
appl_data
;
544
wpabuf_free(
appl_data
);
[
all
...]
Completed in 577 milliseconds