Home
last modified time | relevance | path

Searched refs:Camellia_DecryptBlock (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/crypto/camellia/
H A Dcamellia-api.c48 Camellia_DecryptBlock(ctx->bits, src, ctx->subkey, dst); in camellia_decrypt()
H A Dcamellia.h55 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia.c1303 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock() function
/dragonfly/crypto/libressl/crypto/camellia/
H A Dcmll_locl.h84 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcmll-elf-x86_64.S274 .globl Camellia_DecryptBlock
275 .type Camellia_DecryptBlock,@function
277 Camellia_DecryptBlock: label
283 .size Camellia_DecryptBlock,.-Camellia_DecryptBlock
H A Dcamellia.c561 Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_DecryptBlock() function