OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rule_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c
1417
const char *
rule_p
;
local
1574
rule_p
= rule_str;
1578
rule_p
+= 7;
1579
if (*
rule_p
== ':')
1580
rule_p
++;
1583
if (ok && (
rule_p
[0] != '\0'))
1584
ok = ssl_cipher_process_rulestr(
rule_p
, &head, &tail, ca_list, c);
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c
1452
const char *
rule_p
;
local
1610
rule_p
= rule_str;
1614
rule_p
+= 7;
1615
if (*
rule_p
== ':')
1616
rule_p
++;
1619
if (ok && (
rule_p
[0] != '\0'))
1620
ok = ssl_cipher_process_rulestr(
rule_p
, &head, &tail, ca_list, c);
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c
1411
const char *
rule_p
;
local
1570
rule_p
= rule_str;
1574
rule_p
+= 7;
1575
if (*
rule_p
== ':')
1576
rule_p
++;
1579
if (ok && (strlen(
rule_p
) > 0))
1580
ok = ssl_cipher_process_rulestr(
rule_p
, &head, &tail, ca_list, c);
Completed in 43 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026