Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Bindings.Nettle.Cipher.Camellia
Documentation
c'CAMELLIA_BLOCK_SIZE :: Num a => a Source #
c'CAMELLIA128_KEY_SIZE :: Num a => a Source #
c'CAMELLIA192_KEY_SIZE :: Num a => a Source #
c'CAMELLIA256_KEY_SIZE :: Num a => a Source #
data C'camellia128_ctx Source #
Constructors
C'camellia128_ctx | |
Instances
Storable C'camellia128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods sizeOf :: C'camellia128_ctx -> Int Source # alignment :: C'camellia128_ctx -> Int Source # peekElemOff :: Ptr C'camellia128_ctx -> Int -> IO C'camellia128_ctx Source # pokeElemOff :: Ptr C'camellia128_ctx -> Int -> C'camellia128_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'camellia128_ctx Source # pokeByteOff :: Ptr b -> Int -> C'camellia128_ctx -> IO () Source # peek :: Ptr C'camellia128_ctx -> IO C'camellia128_ctx Source # poke :: Ptr C'camellia128_ctx -> C'camellia128_ctx -> IO () Source # | |
Show C'camellia128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia | |
Eq C'camellia128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods (==) :: C'camellia128_ctx -> C'camellia128_ctx -> Bool Source # (/=) :: C'camellia128_ctx -> C'camellia128_ctx -> Bool Source # |
data C'camellia256_ctx Source #
Constructors
C'camellia256_ctx | |
Instances
Storable C'camellia256_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods sizeOf :: C'camellia256_ctx -> Int Source # alignment :: C'camellia256_ctx -> Int Source # peekElemOff :: Ptr C'camellia256_ctx -> Int -> IO C'camellia256_ctx Source # pokeElemOff :: Ptr C'camellia256_ctx -> Int -> C'camellia256_ctx -> IO () Source # peekByteOff :: Ptr b -> Int -> IO C'camellia256_ctx Source # pokeByteOff :: Ptr b -> Int -> C'camellia256_ctx -> IO () Source # peek :: Ptr C'camellia256_ctx -> IO C'camellia256_ctx Source # poke :: Ptr C'camellia256_ctx -> C'camellia256_ctx -> IO () Source # | |
Show C'camellia256_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia | |
Eq C'camellia256_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods (==) :: C'camellia256_ctx -> C'camellia256_ctx -> Bool Source # (/=) :: C'camellia256_ctx -> C'camellia256_ctx -> Bool Source # |
c'nettle_camellia128_set_encrypt_key :: Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO () Source #
c'nettle_camellia_set_decrypt_key :: Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_camellia128_set_encrypt_key :: FunPtr (Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_camellia_set_decrypt_key :: FunPtr (Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_camellia128_crypt :: Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #
p'nettle_camellia128_invert_key :: FunPtr (Ptr C'camellia128_ctx -> Ptr C'camellia128_ctx -> IO ()) Source #
c'nettle_camellia192_set_encrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_camellia128_crypt :: FunPtr (Ptr C'camellia128_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO ()) Source #
c'nettle_camellia192_set_decrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_camellia192_set_encrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_camellia256_set_encrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_camellia192_set_decrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_camellia256_set_decrypt_key :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO () Source #
p'nettle_camellia256_set_encrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
p'nettle_camellia256_set_decrypt_key :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> IO ()) Source #
c'nettle_camellia256_crypt :: Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO () Source #
p'nettle_camellia256_invert_key :: FunPtr (Ptr C'camellia256_ctx -> Ptr C'camellia256_ctx -> IO ()) Source #