SslExpandPreSharedKeyFn

Type Alias SslExpandPreSharedKeyFn 

pub type SslExpandPreSharedKeyFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hresumptionmasterkey: NCRYPT_KEY_HANDLE, pbticketnonce: *const u8, cbticketnonce: u32, phpresharedkey: *mut NCRYPT_KEY_HANDLE, pparameterlist: *const BCryptBufferDesc, dwflags: u32) -> HRESULT>;

Aliased Type§

pub enum SslExpandPreSharedKeyFn {
    None,
    Some(unsafe extern "system" fn(usize, usize, *const u8, u32, *mut usize, *const BCryptBufferDesc, u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, usize, *const u8, u32, *mut usize, *const BCryptBufferDesc, u32) -> i32)

Some value of type T.