OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_str
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/crypto/
tls_gnutls.c
1680
const char *kx_str, *
cipher_str
, *mac_str;
local
1684
cipher_str
= gnutls_cipher_get_name(cipher);
1685
if (!
cipher_str
)
1686
cipher_str
= "";
1699
res = os_snprintf(buf, buflen, "%s-%s",
cipher_str
, mac_str);
1702
kx_str,
cipher_str
, mac_str);
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
3221
const char *
cipher_str
[] = {
local
3244
if (
cipher_str
[idx] == NULL)
3252
if (!TEST_true(SSL_set_ciphersuites(clientssl,
cipher_str
[idx]))
3253
|| !TEST_true(SSL_set_ciphersuites(serverssl,
cipher_str
[idx])))
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
4468
const char *
cipher_str
[] = {
local
4505
if (
cipher_str
[idx] == NULL)
4529
if (!TEST_true(SSL_set_ciphersuites(clientssl,
cipher_str
[idx]))
4530
|| !TEST_true(SSL_set_ciphersuites(serverssl,
cipher_str
[idx])))
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
4406
const char *
cipher_str
[] = {
local
4429
if (
cipher_str
[idx] == NULL)
4441
if (!TEST_true(SSL_set_ciphersuites(clientssl,
cipher_str
[idx]))
4442
|| !TEST_true(SSL_set_ciphersuites(serverssl,
cipher_str
[idx])))
Completed in 45 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026