Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.Nettle.PRNG.Yarrow
Documentation
c'YARROW256_SEED_FILE_SIZE :: Num a => a Source #
data C'yarrow256_ctx Source #
Constructors
C'yarrow256_ctx | |
Instances
Storable C'yarrow256_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods sizeOf :: C'yarrow256_ctx -> Int Source # alignment :: C'yarrow256_ctx -> Int Source # peekElemOff :: Ptr C'yarrow256_ctx -> Int -> IO C'yarrow256_ctx Source # pokeElemOff :: Ptr C'yarrow256_ctx -> Int -> C'yarrow256_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'yarrow256_ctx Source # pokeByteOff :: Ptr b -> Int -> C'yarrow256_ctx -> IO () Source # peek :: Ptr C'yarrow256_ctx -> IO C'yarrow256_ctx Source # poke :: Ptr C'yarrow256_ctx -> C'yarrow256_ctx -> IO () Source # | |
Show C'yarrow256_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow | |
Eq C'yarrow256_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods (==) :: C'yarrow256_ctx -> C'yarrow256_ctx -> Bool Source # (/=) :: C'yarrow256_ctx -> C'yarrow256_ctx -> Bool Source # |
data C'yarrow_source Source #
Constructors
C'yarrow_source | |
Instances
Storable C'yarrow_source Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods sizeOf :: C'yarrow_source -> Int Source # alignment :: C'yarrow_source -> Int Source # peekElemOff :: Ptr C'yarrow_source -> Int -> IO C'yarrow_source Source # pokeElemOff :: Ptr C'yarrow_source -> Int -> C'yarrow_source -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'yarrow_source Source # pokeByteOff :: Ptr b -> Int -> C'yarrow_source -> IO () Source # peek :: Ptr C'yarrow_source -> IO C'yarrow_source Source # poke :: Ptr C'yarrow_source -> C'yarrow_source -> IO () Source # | |
Show C'yarrow_source Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow | |
Eq C'yarrow_source Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods (==) :: C'yarrow_source -> C'yarrow_source -> Bool Source # (/=) :: C'yarrow_source -> C'yarrow_source -> Bool Source # |
c'nettle_yarrow256_init :: Ptr C'yarrow256_ctx -> CUInt -> Ptr C'yarrow_source -> IO () Source #
c'nettle_yarrow256_seed :: Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_yarrow256_init :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr C'yarrow_source -> IO ()) Source #
c'nettle_yarrow256_update :: Ptr C'yarrow256_ctx -> CUInt -> CUInt -> CUInt -> Ptr CUChar -> IO CInt Source #
c'nettle_yarrow256_random :: Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_yarrow256_seed :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_yarrow256_update :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> CUInt -> CUInt -> Ptr CUChar -> IO CInt) Source #
p'nettle_yarrow256_random :: FunPtr (Ptr C'yarrow256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_yarrow256_fast_reseed :: FunPtr (Ptr C'yarrow256_ctx -> IO ()) Source #
p'nettle_yarrow256_slow_reseed :: FunPtr (Ptr C'yarrow256_ctx -> IO ()) Source #
data C'yarrow_key_event_ctx Source #
Constructors
C'yarrow_key_event_ctx | |
Instances
Storable C'yarrow_key_event_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods sizeOf :: C'yarrow_key_event_ctx -> Int Source # alignment :: C'yarrow_key_event_ctx -> Int Source # peekElemOff :: Ptr C'yarrow_key_event_ctx -> Int -> IO C'yarrow_key_event_ctx Source # pokeElemOff :: Ptr C'yarrow_key_event_ctx -> Int -> C'yarrow_key_event_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'yarrow_key_event_ctx Source # pokeByteOff :: Ptr b -> Int -> C'yarrow_key_event_ctx -> IO () Source # peek :: Ptr C'yarrow_key_event_ctx -> IO C'yarrow_key_event_ctx Source # poke :: Ptr C'yarrow_key_event_ctx -> C'yarrow_key_event_ctx -> IO () Source # | |
Show C'yarrow_key_event_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow | |
Eq C'yarrow_key_event_ctx Source # | |
Defined in Bindings.Nettle.PRNG.Yarrow Methods (==) :: C'yarrow_key_event_ctx -> C'yarrow_key_event_ctx -> Bool Source # (/=) :: C'yarrow_key_event_ctx -> C'yarrow_key_event_ctx -> Bool Source # |
c'nettle_yarrow_key_event_estimate :: Ptr C'yarrow_key_event_ctx -> CUInt -> CUInt -> IO CUInt Source #
p'nettle_yarrow_key_event_estimate :: FunPtr (Ptr C'yarrow_key_event_ctx -> CUInt -> CUInt -> IO CUInt) Source #