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(NCRYPT_PROV_HANDLE, NCRYPT_KEY_HANDLE, *const u8, u32, *mut NCRYPT_KEY_HANDLE, *const BCryptBufferDesc, 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 NCRYPT_KEY_HANDLE, *const BCryptBufferDesc, u32) -> HRESULT)

Some value of type T.