Safe Haskell | Safe |
---|---|
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
Eq C'camellia128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods (==) :: C'camellia128_ctx -> C'camellia128_ctx -> Bool (/=) :: C'camellia128_ctx -> C'camellia128_ctx -> Bool | |
Show C'camellia128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods showsPrec :: Int -> C'camellia128_ctx -> ShowS show :: C'camellia128_ctx -> String showList :: [C'camellia128_ctx] -> ShowS | |
Storable C'camellia128_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods sizeOf :: C'camellia128_ctx -> Int alignment :: C'camellia128_ctx -> Int peekElemOff :: Ptr C'camellia128_ctx -> Int -> IO C'camellia128_ctx pokeElemOff :: Ptr C'camellia128_ctx -> Int -> C'camellia128_ctx -> IO () peekByteOff :: Ptr b -> Int -> IO C'camellia128_ctx pokeByteOff :: Ptr b -> Int -> C'camellia128_ctx -> IO () peek :: Ptr C'camellia128_ctx -> IO C'camellia128_ctx poke :: Ptr C'camellia128_ctx -> C'camellia128_ctx -> IO () |
data C'camellia256_ctx Source #
Constructors
C'camellia256_ctx | |
Instances
Eq C'camellia256_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods (==) :: C'camellia256_ctx -> C'camellia256_ctx -> Bool (/=) :: C'camellia256_ctx -> C'camellia256_ctx -> Bool | |
Show C'camellia256_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods showsPrec :: Int -> C'camellia256_ctx -> ShowS show :: C'camellia256_ctx -> String showList :: [C'camellia256_ctx] -> ShowS | |
Storable C'camellia256_ctx Source # | |
Defined in Bindings.Nettle.Cipher.Camellia Methods sizeOf :: C'camellia256_ctx -> Int alignment :: C'camellia256_ctx -> Int peekElemOff :: Ptr C'camellia256_ctx -> Int -> IO C'camellia256_ctx pokeElemOff :: Ptr C'camellia256_ctx -> Int -> C'camellia256_ctx -> IO () peekByteOff :: Ptr b -> Int -> IO C'camellia256_ctx pokeByteOff :: Ptr b -> Int -> C'camellia256_ctx -> IO () peek :: Ptr C'camellia256_ctx -> IO C'camellia256_ctx poke :: Ptr C'camellia256_ctx -> C'camellia256_ctx -> IO () |
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 #
c'nettle_camellia128_invert_key :: Ptr C'camellia128_ctx -> Ptr C'camellia128_ctx -> 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 #
c'nettle_camellia256_invert_key :: Ptr C'camellia256_ctx -> Ptr C'camellia256_ctx -> 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 #
p'nettle_camellia256_crypt :: FunPtr (Ptr C'camellia256_ctx -> CUInt -> Ptr CUChar -> Ptr CUChar -> IO ()) Source #