Home
last modified time | relevance | path

Searched defs:CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go547 CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG = 0x4 const
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwincrypt.h3829 #define CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG 0x4 macro
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs16666 pub const CERT_FIND_PROP_ONLY_ENHKEY_USAGE_FLAG: u32 = 4; constant