Home
last modified time | relevance | path

Searched refs:CAMELLIA_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dcamellia.h27 # define CAMELLIA_BLOCK_SIZE 16 macro
107 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
108 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
/freebsd/crypto/openssl/crypto/camellia/
H A Dcmll_ctr.c21 unsigned char ivec[CAMELLIA_BLOCK_SIZE], in Camellia_ctr128_encrypt() argument
22 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE], in Camellia_ctr128_encrypt() argument
/freebsd/sys/crypto/camellia/
H A Dcamellia.h31 #define CAMELLIA_BLOCK_SIZE 16 macro