Type Alias windows::Win32::Security::Cryptography::SslComputeEapKeyBlockFn

pub type SslComputeEapKeyBlockFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hmasterkey: NCRYPT_KEY_HANDLE, pbrandoms: *const u8, cbrandoms: u32, pboutput: *mut u8, cboutput: u32, pcbresult: *mut u32, dwflags: u32) -> HRESULT>;

Aliased Type§

enum SslComputeEapKeyBlockFn {
    None,
    Some(unsafe extern "system" fn(_: NCRYPT_PROV_HANDLE, _: NCRYPT_KEY_HANDLE, _: *const u8, _: u32, _: *mut u8, _: u32, _: *mut u32, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: NCRYPT_PROV_HANDLE, _: NCRYPT_KEY_HANDLE, _: *const u8, _: u32, _: *mut u8, _: u32, _: *mut u32, _: u32) -> HRESULT)

Some value of type T.