package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_EverCrypt_DRBG_reseed_interval : unit -> CI.voidp
val _2_EverCrypt_DRBG_max_output_length : unit -> CI.voidp
val _3_EverCrypt_DRBG_max_length : unit -> CI.voidp
val _4_EverCrypt_DRBG_max_personalization_string_length : unit -> CI.voidp
val _5_EverCrypt_DRBG_max_additional_input_length : unit -> CI.voidp
val _6_EverCrypt_DRBG_min_length : Unsigned.uint8 -> Unsigned.uint32
val _7_EverCrypt_DRBG_create_in : Unsigned.uint8 -> CI.voidp
val _8_EverCrypt_DRBG_create : Unsigned.uint8 -> CI.voidp
val _9_EverCrypt_DRBG_instantiate : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> bool
val _10_EverCrypt_DRBG_reseed : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> bool
val _11_EverCrypt_DRBG_generate : bytes CI.ocaml -> ('a, 'b) CI.fatptr -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bool
val _12_EverCrypt_DRBG_uninstantiate : ('a, 'b) CI.fatptr -> unit
type !'a result = 'a
type !'a return = 'a
type !'a1 fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a0 CI.typ * 'b fn -> ('a0 -> 'b) fn
val map_result : ('a -> 'b) -> 'a -> 'b
val returning : 'a CI.typ -> 'a return fn
val (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
val foreign : string -> ('a -> 'b) fn -> 'a -> 'b
val foreign_value : string -> 'a Ctypes.typ -> 'a Ctypes.ptr