Docs.rs
  • native-pkcs11-0.2.27
    • native-pkcs11 0.2.27
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • kcking
    • brandonweeks
    • Dependencies
      • cached ~0.55 normal
      • native-pkcs11-core ^0.2.26 normal
      • native-pkcs11-traits ^0.2.25 normal
      • pkcs11-sys ^0.2.25 normal
      • thiserror ^2 normal
      • tracing ^0.1.41 normal
      • tracing-error ^0.2.1 normal
      • tracing-journald ^0.3 normal
      • tracing-subscriber ^0.3.19 normal
      • serial_test ^3.2.0 dev
      • tracing ^0.1.41 dev
      • tracing-subscriber ^0.3.19 dev
      • native-pkcs11-keychain ^0.2.26 normal
      • native-pkcs11-windows ^0.2.26 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

native_pkcs110.2.27

  • All Items

Crate Items

  • Structs
  • Enums
  • Constants
  • Statics
  • Functions
  • Type Aliases

Crate native_pkcs11

Source

Structs§

CK_FUNCTION_LIST

Enums§

Error

Constants§

CKR_OK

Statics§

FUNC_LIST

Functions§

C_CancelFunction
C_CloseAllSessions
C_CloseSession
C_CopyObject
C_CreateObject
C_Decrypt
C_DecryptDigestUpdate
C_DecryptFinal
C_DecryptInit
C_DecryptUpdate
C_DecryptVerifyUpdate
C_DeriveKey
C_DestroyObject
C_Digest
C_DigestEncryptUpdate
C_DigestFinal
C_DigestInit
C_DigestKey
C_DigestUpdate
C_Encrypt
C_EncryptFinal
C_EncryptInit
C_EncryptUpdate
C_Finalize
C_FindObjects⚠
C_FindObjectsFinal
C_FindObjectsInit⚠
C_GenerateKey
C_GenerateKeyPair
C_GenerateRandom
C_GetAttributeValue⚠
C_GetFunctionList⚠
C_GetFunctionStatus
C_GetInfo⚠
C_GetMechanismInfo⚠
C_GetMechanismList⚠
C_GetObjectSize
C_GetOperationState
C_GetSessionInfo⚠
C_GetSlotInfo⚠
C_GetSlotList⚠
C_GetTokenInfo⚠
C_InitPIN
C_InitToken
C_Initialize
C_Login
C_Logout
C_OpenSession⚠
C_SeedRandom
C_SetAttributeValue
C_SetOperationState
C_SetPIN
C_Sign⚠
C_SignEncryptUpdate
C_SignFinal⚠
C_SignInit⚠
C_SignRecover
C_SignRecoverInit
C_SignUpdate⚠
C_UnwrapKey
C_Verify
C_VerifyFinal
C_VerifyInit
C_VerifyRecover
C_VerifyRecoverInit
C_VerifyUpdate
C_WaitForSlotEvent
C_WrapKey

Type Aliases§

CK_FUNCTION_LIST_PTR_PTR
CK_RV