OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dp_reasons
(Results
1 - 4
of
4
) sorted by null
/external/openssl/crypto/x509v3/
v3_purp.c
324
dp->
dp_reasons
= dp->reasons->data[0];
326
dp->
dp_reasons
|= (dp->reasons->data[1] << 8);
327
dp->
dp_reasons
&= CRLDP_ALL_REASONS;
330
dp->
dp_reasons
= CRLDP_ALL_REASONS;
x509v3.h
252
int
dp_reasons
;
member in struct:DIST_POINT_st
/external/openssl/include/openssl/
x509v3.h
252
int
dp_reasons
;
member in struct:DIST_POINT_st
/external/openssl/crypto/x509/
x509_vfy.c
1283
*preasons &= dp->
dp_reasons
;
[
all
...]
Completed in 28 milliseconds