Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.h66 void camellia_decrypt256(const uint32_t *subkey, uint32_t *io);
H A Dcamellia.c1166 camellia_decrypt256(const uint32_t *subkey, uint32_t *io) in camellia_decrypt256() function
1322 camellia_decrypt256(subkey, tmp); in Camellia_DecryptBlock()