OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asn1_mid
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
x509_time_test.c
451
ASN1_TIME *
asn1_mid
,
458
return asn1_before != NULL &&
asn1_mid
!= NULL && asn1_after != NULL
474
ASN1_TIME *
asn1_mid
= ASN1_TIME_adj(NULL, now, 0, 0);
local
483
res = test_X509_cmp_timeframe_vpm(NULL, asn1_before,
asn1_mid
, asn1_after)
484
&& test_X509_cmp_timeframe_vpm(vpm, asn1_before,
asn1_mid
, asn1_after);
488
&& test_X509_cmp_timeframe_vpm(vpm, asn1_before,
asn1_mid
, asn1_after)
490
&& test_X509_cmp_timeframe_vpm(vpm, asn1_before,
asn1_mid
, asn1_after);
494
ASN1_TIME_free(
asn1_mid
);
/src/crypto/external/bsd/openssl/dist/test/
x509_time_test.c
302
ASN1_TIME *
asn1_mid
,
309
return asn1_before != NULL &&
asn1_mid
!= NULL && asn1_after != NULL
325
ASN1_TIME *
asn1_mid
= ASN1_TIME_adj(NULL, now, 0, 0);
local
334
res = test_X509_cmp_timeframe_vpm(NULL, asn1_before,
asn1_mid
, asn1_after)
335
&& test_X509_cmp_timeframe_vpm(vpm, asn1_before,
asn1_mid
, asn1_after);
339
&& test_X509_cmp_timeframe_vpm(vpm, asn1_before,
asn1_mid
, asn1_after)
341
&& test_X509_cmp_timeframe_vpm(vpm, asn1_before,
asn1_mid
, asn1_after);
345
ASN1_TIME_free(
asn1_mid
);
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026