#[repr(C)]pub struct SECPKG_KERNEL_FUNCTION_TABLE {Show 15 fields
pub Initialize: KspInitPackageFn,
pub DeleteContext: KspDeleteContextFn,
pub InitContext: KspInitContextFn,
pub MapHandle: KspMapHandleFn,
pub Sign: KspMakeSignatureFn,
pub Verify: KspVerifySignatureFn,
pub Seal: KspSealMessageFn,
pub Unseal: KspUnsealMessageFn,
pub GetToken: KspGetTokenFn,
pub QueryAttributes: KspQueryAttributesFn,
pub CompleteToken: KspCompleteTokenFn,
pub ExportContext: SpExportSecurityContextFn,
pub ImportContext: SpImportSecurityContextFn,
pub SetPackagePagingMode: KspSetPagingModeFn,
pub SerializeAuthData: KspSerializeAuthDataFn,
}
Fields§
§Initialize: KspInitPackageFn
§DeleteContext: KspDeleteContextFn
§InitContext: KspInitContextFn
§MapHandle: KspMapHandleFn
§Sign: KspMakeSignatureFn
§Verify: KspVerifySignatureFn
§Seal: KspSealMessageFn
§Unseal: KspUnsealMessageFn
§GetToken: KspGetTokenFn
§QueryAttributes: KspQueryAttributesFn
§CompleteToken: KspCompleteTokenFn
§ExportContext: SpExportSecurityContextFn
§ImportContext: SpImportSecurityContextFn
§SetPackagePagingMode: KspSetPagingModeFn
§SerializeAuthData: KspSerializeAuthDataFn
Trait Implementations§
§impl Clone for SECPKG_KERNEL_FUNCTION_TABLE
impl Clone for SECPKG_KERNEL_FUNCTION_TABLE
§fn clone(&self) -> SECPKG_KERNEL_FUNCTION_TABLE
fn clone(&self) -> SECPKG_KERNEL_FUNCTION_TABLE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SECPKG_KERNEL_FUNCTION_TABLE
impl Debug for SECPKG_KERNEL_FUNCTION_TABLE
§impl Default for SECPKG_KERNEL_FUNCTION_TABLE
impl Default for SECPKG_KERNEL_FUNCTION_TABLE
impl Copy for SECPKG_KERNEL_FUNCTION_TABLE
Auto Trait Implementations§
impl Freeze for SECPKG_KERNEL_FUNCTION_TABLE
impl RefUnwindSafe for SECPKG_KERNEL_FUNCTION_TABLE
impl Send for SECPKG_KERNEL_FUNCTION_TABLE
impl Sync for SECPKG_KERNEL_FUNCTION_TABLE
impl Unpin for SECPKG_KERNEL_FUNCTION_TABLE
impl UnwindSafe for SECPKG_KERNEL_FUNCTION_TABLE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)