package hacl-star-raw

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

Parameters

module F : Cstubs.FOREIGN

Signature

module Hacl_Streaming_Types_applied : sig ... end
val hacl_HMAC_DRBG_supported_alg : Unsigned.uint8 Ctypes.typ
val hacl_HMAC_DRBG_reseed_interval : Unsigned.uint32 Ctypes.ptr F.result
val hacl_HMAC_DRBG_max_output_length : Unsigned.uint32 Ctypes.ptr F.result
val hacl_HMAC_DRBG_max_length : Unsigned.uint32 Ctypes.ptr F.result
val hacl_HMAC_DRBG_max_personalization_string_length : Unsigned.uint32 Ctypes.ptr F.result
val hacl_HMAC_DRBG_max_additional_input_length : Unsigned.uint32 Ctypes.ptr F.result
val hacl_HMAC_DRBG_min_length : (Unsigned.uint8 -> Unsigned.uint32 F.return) F.result
type hacl_HMAC_DRBG_state = [ `hacl_HMAC_DRBG_state ] Ctypes.structure
val hacl_HMAC_DRBG_state : [ `hacl_HMAC_DRBG_state ] Ctypes.structure Ctypes.typ
val hacl_HMAC_DRBG_state_k : (Unsigned.uint8 Ctypes_static.ptr, [ `hacl_HMAC_DRBG_state ] Ctypes.structure) Ctypes.field
val hacl_HMAC_DRBG_state_v : (Unsigned.uint8 Ctypes_static.ptr, [ `hacl_HMAC_DRBG_state ] Ctypes.structure) Ctypes.field
val hacl_HMAC_DRBG_state_reseed_counter : (Unsigned.uint32 Ctypes_static.ptr, [ `hacl_HMAC_DRBG_state ] Ctypes.structure) Ctypes.field
val hacl_HMAC_DRBG_create_in : (Unsigned.uint8 -> [ `hacl_HMAC_DRBG_state ] Ctypes.structure F.return) F.result
val hacl_HMAC_DRBG_instantiate : (Unsigned.uint8 -> [ `hacl_HMAC_DRBG_state ] Ctypes.structure -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_HMAC_DRBG_reseed : (Unsigned.uint8 -> [ `hacl_HMAC_DRBG_state ] Ctypes.structure -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_HMAC_DRBG_generate : (Unsigned.uint8 -> bytes Ctypes_static.ocaml -> [ `hacl_HMAC_DRBG_state ] Ctypes.structure -> Unsigned.uint32 -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> bool F.return) F.result
val hacl_HMAC_DRBG_free : (Unsigned.uint8 -> [ `hacl_HMAC_DRBG_state ] Ctypes.structure -> unit F.return) F.result