Home
last modified time | relevance | path

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

/freebsd/sys/crypto/camellia/
H A Dcamellia.h61 void camellia_encrypt128(const uint32_t *subkey, uint32_t *io);
H A Dcamellia.c943 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) in camellia_encrypt128() function
1282 camellia_encrypt128(subkey, tmp); in Camellia_EncryptBlock()