OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mac_str
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/wpa/dist/src/crypto/
tls_gnutls.c
1680
const char *kx_str, *cipher_str, *
mac_str
;
local
1694
mac_str
= gnutls_mac_get_name(mac);
1695
if (!
mac_str
)
1696
mac_str
= "";
1699
res = os_snprintf(buf, buflen, "%s-%s", cipher_str,
mac_str
);
1702
kx_str, cipher_str,
mac_str
);
Completed in 14 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026