OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsextid
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_tlsf.c
65
long
tlsextid
;
local
68
tlsextid
= ASN1_INTEGER_get(ai);
70
if (
tlsextid
== tls_feature_tbl[j].num)
94
long
tlsextid
;
local
112
tlsextid
= tls_feature_tbl[j].num;
114
tlsextid
= strtol(extval, &endptr, 10);
115
if (((*endptr) != '\0') || (extval == endptr) || (
tlsextid
< 0) || (
tlsextid
> 65535)) {
123
|| !ASN1_INTEGER_set(ai,
tlsextid
)
/src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_tlsf.c
67
long
tlsextid
;
local
70
tlsextid
= ASN1_INTEGER_get(ai);
72
if (
tlsextid
== tls_feature_tbl[j].num)
96
long
tlsextid
;
local
114
tlsextid
= tls_feature_tbl[j].num;
116
tlsextid
= strtol(extval, &endptr, 10);
117
if (((*endptr) != '\0') || (extval == endptr) || (
tlsextid
< 0) ||
118
(
tlsextid
> 65535)) {
126
|| !ASN1_INTEGER_set(ai,
tlsextid
)
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_tlsf.c
67
long
tlsextid
;
local
70
tlsextid
= ASN1_INTEGER_get(ai);
72
if (
tlsextid
== tls_feature_tbl[j].num)
96
long
tlsextid
;
local
114
tlsextid
= tls_feature_tbl[j].num;
116
tlsextid
= strtol(extval, &endptr, 10);
117
if (((*endptr) != '\0') || (extval == endptr) || (
tlsextid
< 0) ||
118
(
tlsextid
> 65535)) {
126
|| !ASN1_INTEGER_set(ai,
tlsextid
)
Completed in 21 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026