OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert_hex
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
notify.c
604
char *
cert_hex
;
local
606
cert_hex
= os_malloc(len);
607
if (
cert_hex
) {
608
wpa_snprintf_hex(
cert_hex
, len, wpabuf_head(cert),
613
depth, subject,
cert_hex
);
614
os_free(
cert_hex
);
eapol_test.c
411
char *
cert_hex
;
local
413
cert_hex
= os_malloc(len);
414
if (
cert_hex
) {
415
wpa_snprintf_hex(
cert_hex
, len, wpabuf_head(cert),
420
depth, subject,
cert_hex
);
421
os_free(
cert_hex
);
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c
555
const char *
cert_hex
;
local
577
cert_hex
= cert ? wpabuf_head(cert) : "";
585
&
cert_hex
, cert_hex_len,
Completed in 252 milliseconds