Searched refs:camellia_encrypt128 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/crypto/camellia/
H A Dcamellia.h63 void camellia_encrypt128(const uint32_t *subkey, uint32_t *io);
H A Dcamellia.c946 camellia_encrypt128(const uint32_t *subkey, uint32_t *io) function
1285 camellia_encrypt128(subkey, tmp);
/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcmll_misc.c82 key->enc = camellia_encrypt128;
H A Dcmll_locl.h154 void camellia_encrypt128(const u32 *subkey, u32 *io);
H A Dcamellia.c1269 void camellia_encrypt128(const u32 *subkey, u32 *io) function

Completed in 95 milliseconds