OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inh_flags
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vpm.c
77
/*param->
inh_flags
= X509_VP_FLAG_DEFAULT;*/
78
param->
inh_flags
= 0;
113
* The "
inh_flags
" field determines how this function behaves.
130
* If X509_VP_FLAG_ONCE is set then the current
inh_flags
setting is zeroed
150
unsigned long
inh_flags
;
local
154
inh_flags
= dest->
inh_flags
| src->
inh_flags
;
156
if (
inh_flags
& X509_VP_FLAG_ONCE)
157
dest->
inh_flags
= 0
[
all
...]
x509_vfy.h
170
unsigned long
inh_flags
; /* Inheritance flags */
member in struct:X509_VERIFY_PARAM_st
x509_vfy.c
[
all
...]
/external/openssl/crypto/x509/
x509_vpm.c
77
/*param->
inh_flags
= X509_VP_FLAG_DEFAULT;*/
78
param->
inh_flags
= 0;
113
* The "
inh_flags
" field determines how this function behaves.
130
* If X509_VP_FLAG_ONCE is set then the current
inh_flags
setting is zeroed
150
unsigned long
inh_flags
;
local
154
inh_flags
= dest->
inh_flags
| src->
inh_flags
;
156
if (
inh_flags
& X509_VP_FLAG_ONCE)
157
dest->
inh_flags
= 0
[
all
...]
x509_vfy.h
170
unsigned long
inh_flags
; /* Inheritance flags */
member in struct:X509_VERIFY_PARAM_st
x509_vfy.c
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
x509_vfy.h
170
unsigned long
inh_flags
; /* Inheritance flags */
member in struct:X509_VERIFY_PARAM_st
/external/openssl/include/openssl/
x509_vfy.h
170
unsigned long
inh_flags
; /* Inheritance flags */
member in struct:X509_VERIFY_PARAM_st
Completed in 542 milliseconds