Searched refs:CAMELLIA_encrypt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dcamellia.h43 #define CAMELLIA_encrypt hc_CAMELLIA_encrypt macro
65 void CAMELLIA_encrypt(const unsigned char *, unsigned char *,
H A Dcamellia.c56 CAMELLIA_encrypt(const unsigned char *in, unsigned char *out, function
82 CAMELLIA_encrypt(tmp, out, key);
93 CAMELLIA_encrypt(tmp, out, key);

Completed in 367 milliseconds