Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.h64 void camellia_encrypt256(const uint32_t *subkey, uint32_t *io);
H A Dcamellia.c1083 camellia_encrypt256(const uint32_t *subkey, uint32_t *io) in camellia_encrypt256() function
1290 camellia_encrypt256(subkey, tmp); in Camellia_EncryptBlock()