package pkcs11

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module P11_load_modeSource

Sourcetype t = private
  1. | Auto
  2. | FFI

How the interaction is done with the DLL.

Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval ffi : t

Call directly each symbol using libffi.

Sourceval auto : t

Call C_GetFunctionList using libffi. For each symbol, try to access it through the returned function list. Otherwise, call the symbol directly.

OCaml

Innovation. Community. Security.