Searched refs:_NCryptAlgorithmName (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ncrypt.h | 202 typedef struct _NCryptAlgorithmName { struct
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 138435 pub struct _NCryptAlgorithmName { struct 138443 const UNINIT: ::std::mem::MaybeUninit<_NCryptAlgorithmName> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout__NCryptAlgorithmName() argument 138446 ::std::mem::size_of::<_NCryptAlgorithmName>(), in bindgen_test_layout__NCryptAlgorithmName() 138448 concat!("Size of: ", stringify!(_NCryptAlgorithmName)) in bindgen_test_layout__NCryptAlgorithmName() 138451 ::std::mem::align_of::<_NCryptAlgorithmName>(), in bindgen_test_layout__NCryptAlgorithmName() 138453 concat!("Alignment of ", stringify!(_NCryptAlgorithmName)) in bindgen_test_layout__NCryptAlgorithmName() 138458 concat!("Offset of field: ", stringify!(_NCryptAlgorithmName), "::", stringify!(pszName)) in bindgen_test_layout__NCryptAlgorithmName() 138463 concat!("Offset of field: ", stringify!(_NCryptAlgorithmName), "::", stringify!(dwClass)) in bindgen_test_layout__NCryptAlgorithmName() 138470 stringify!(_NCryptAlgorithmName), in bindgen_test_layout__NCryptAlgorithmName() 138478 concat!("Offset of field: ", stringify!(_NCryptAlgorithmName), "::", stringify!(dwFlags)) in bindgen_test_layout__NCryptAlgorithmName() [all …]
|