OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRL_SCORE_TIME_DELTA
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c
42
#define
CRL_SCORE_TIME_DELTA
0x002 /* Have a delta CRL with valid times */
1044
if (i < 0 && (ctx->current_crl_score &
CRL_SCORE_TIME_DELTA
) == 0) {
1185
*pscore |=
CRL_SCORE_TIME_DELTA
;
/src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vfy.c
64
#define
CRL_SCORE_TIME_DELTA
0x002
1010
if ((i < 0) && !(ctx->current_crl_score &
CRL_SCORE_TIME_DELTA
)) {
1162
*pscore |=
CRL_SCORE_TIME_DELTA
;
/src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c
42
#define
CRL_SCORE_TIME_DELTA
0x002 /* Have a delta CRL with valid times */
1188
if (i < 0 && (ctx->current_crl_score &
CRL_SCORE_TIME_DELTA
) == 0) {
1341
*pscore |=
CRL_SCORE_TIME_DELTA
;
Completed in 19 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026