Home
last modified time | relevance | path

Searched refs:OPC_SIGNATURE_VALIDATION_RESULT (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs168 pub type OPC_SIGNATURE_VALIDATION_RESULT = i32; typedef
169 pub const OPC_SIGNATURE_VALID: OPC_SIGNATURE_VALIDATION_RESULT = 0i32;
170 pub const OPC_SIGNATURE_INVALID: OPC_SIGNATURE_VALIDATION_RESULT = -1i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Packaging/Opc/
H A Dmod.rs311 …Security::Cryptography::CERT_CONTEXT, validationresult: *mut OPC_SIGNATURE_VALIDATION_RESULT) -> :… in Validate()
359 …Security::Cryptography::CERT_CONTEXT, validationresult: *mut OPC_SIGNATURE_VALIDATION_RESULT) -> :…
2635 pub struct OPC_SIGNATURE_VALIDATION_RESULT(pub i32); struct
2636 pub const OPC_SIGNATURE_VALID: OPC_SIGNATURE_VALIDATION_RESULT = OPC_SIGNATURE_VALIDATION_RESULT(0i…
2637 pub const OPC_SIGNATURE_INVALID: OPC_SIGNATURE_VALIDATION_RESULT = OPC_SIGNATURE_VALIDATION_RESULT(…
2638 impl ::std::convert::From<i32> for OPC_SIGNATURE_VALIDATION_RESULT { implementation
2643 unsafe impl ::windows::runtime::Abi for OPC_SIGNATURE_VALIDATION_RESULT { implementation
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h1342 typedef enum OPC_SIGNATURE_VALIDATION_RESULT { enum
1345 } OPC_SIGNATURE_VALIDATION_RESULT; typedef
3662 OPC_SIGNATURE_VALIDATION_RESULT *validationResult) = 0;
3720 OPC_SIGNATURE_VALIDATION_RESULT *validationResult);
3784 …cDigitalSignature *signature,const CERT_CONTEXT *certificate,OPC_SIGNATURE_VALIDATION_RESULT *vali…
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsopc.h1342 typedef enum OPC_SIGNATURE_VALIDATION_RESULT { enum
1345 } OPC_SIGNATURE_VALIDATION_RESULT; typedef
3662 OPC_SIGNATURE_VALIDATION_RESULT *validationResult) = 0;
3720 OPC_SIGNATURE_VALIDATION_RESULT *validationResult);
3784 …cDigitalSignature *signature,const CERT_CONTEXT *certificate,OPC_SIGNATURE_VALIDATION_RESULT *vali…