package pkcs11-driver

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = P11_ulong.t

Types of Cryptoki users (CK_USER_TYPE)

val _CKU_SO : t
val _CKU_USER : t
val _CKU_CONTEXT_SPECIFIC : t
val make : P11_user_type.t -> t
val view : t -> P11_user_type.t
val typ : t Ctypes.typ