package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_EverCrypt_AEAD_alg_of_state : ('a, 'b) CI.fatptr -> Unsigned.uint8
val _2_EverCrypt_AEAD_create_in : Unsigned.uint8 -> ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint8
val _3_EverCrypt_AEAD_encrypt : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _4_EverCrypt_AEAD_encrypt_expand_aes128_gcm_no_check : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _5_EverCrypt_AEAD_encrypt_expand_aes256_gcm_no_check : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _6_EverCrypt_AEAD_encrypt_expand_aes128_gcm : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _7_EverCrypt_AEAD_encrypt_expand_aes256_gcm : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _8_EverCrypt_AEAD_encrypt_expand_chacha20_poly1305 : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _9_EverCrypt_AEAD_encrypt_expand : Unsigned.uint8 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _10_EverCrypt_AEAD_decrypt : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _11_EverCrypt_AEAD_decrypt_expand_aes128_gcm_no_check : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _12_EverCrypt_AEAD_decrypt_expand_aes256_gcm_no_check : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _13_EverCrypt_AEAD_decrypt_expand_aes128_gcm : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _14_EverCrypt_AEAD_decrypt_expand_aes256_gcm : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _15_EverCrypt_AEAD_decrypt_expand_chacha20_poly1305 : bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _16_EverCrypt_AEAD_decrypt_expand : Unsigned.uint8 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint8
val _17_EverCrypt_AEAD_free : ('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