Home
last modified time | relevance | path

Searched refs:camellia_decrypt128 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.h65 void camellia_decrypt128(const uint32_t *subkey, uint32_t *io);
H A Dcamellia.c1013 camellia_decrypt128(const uint32_t *subkey, uint32_t *io) in camellia_decrypt128() function
1317 camellia_decrypt128(subkey, tmp); in Camellia_DecryptBlock()