Searched refs:CAMELLIA_BLOCK_SIZE (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_cbc.c71 union { u32 t32[CAMELLIA_BLOCK_SIZE/sizeof(u32)];
72 u8 t8 [CAMELLIA_BLOCK_SIZE]; } tmp;
83 while (len >= CAMELLIA_BLOCK_SIZE)
93 len -= CAMELLIA_BLOCK_SIZE;
94 in += CAMELLIA_BLOCK_SIZE;
95 out += CAMELLIA_BLOCK_SIZE;
101 for(n=len; n < CAMELLIA_BLOCK_SIZE; ++n)
110 memcpy(ivec,iv,CAMELLIA_BLOCK_SIZE);
114 while (len >= CAMELLIA_BLOCK_SIZE)
116 memcpy(out,in,CAMELLIA_BLOCK_SIZE);
[all...]
H A Dcmll_misc.c94 u32 tmp[CAMELLIA_BLOCK_SIZE/sizeof(u32)];
97 memcpy(tmp, in, CAMELLIA_BLOCK_SIZE);
101 memcpy(out, tmp, CAMELLIA_BLOCK_SIZE);
107 u32 tmp[CAMELLIA_BLOCK_SIZE/sizeof(u32)];
110 memcpy(tmp, in, CAMELLIA_BLOCK_SIZE);
114 memcpy(out, tmp, CAMELLIA_BLOCK_SIZE);
H A Dcmll_cfb.c148 n = (n+1) % CAMELLIA_BLOCK_SIZE;
162 n = (n+1) % CAMELLIA_BLOCK_SIZE;
176 unsigned char ovec[CAMELLIA_BLOCK_SIZE*2];
181 memcpy(ovec,ivec,CAMELLIA_BLOCK_SIZE);
187 out[n] = (ovec[CAMELLIA_BLOCK_SIZE+n] = in[n] ^ ivec[n]);
190 out[n] = (ovec[CAMELLIA_BLOCK_SIZE+n] = in[n]) ^ ivec[n];
195 memcpy(ivec,ovec+num,CAMELLIA_BLOCK_SIZE);
197 for(n=0 ; n < CAMELLIA_BLOCK_SIZE ; ++n)
H A Dcmll_ctr.c117 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
118 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
126 assert(*num < CAMELLIA_BLOCK_SIZE);
138 n = (n+1) % CAMELLIA_BLOCK_SIZE;
H A Dcamellia.h73 #define CAMELLIA_BLOCK_SIZE 16 macro
120 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
121 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
H A Dcmll_ofb.c137 n = (n+1) % CAMELLIA_BLOCK_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcmll_ctr.c57 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
58 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
H A Dcamellia.h77 # define CAMELLIA_BLOCK_SIZE 16 macro
124 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
125 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcmll_ctr.c57 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
58 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
H A Dcamellia.h77 # define CAMELLIA_BLOCK_SIZE 16 macro
124 unsigned char ivec[CAMELLIA_BLOCK_SIZE],
125 unsigned char ecount_buf[CAMELLIA_BLOCK_SIZE],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dcamellia.h55 #define CAMELLIA_BLOCK_SIZE 16 macro
H A Dcamellia-glue.c239 "CAMELLIA128",NULL,camellia128_oids,CAMELLIA_BLOCK_SIZE,128,
245 "CAMELLIA192",NULL,camellia192_oids,CAMELLIA_BLOCK_SIZE,192,
251 "CAMELLIA256",NULL,camellia256_oids,CAMELLIA_BLOCK_SIZE,256,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.h55 #define CAMELLIA_BLOCK_SIZE 16 macro
H A Dcamellia-glue.c239 "CAMELLIA128",NULL,camellia128_oids,CAMELLIA_BLOCK_SIZE,128,
245 "CAMELLIA192",NULL,camellia192_oids,CAMELLIA_BLOCK_SIZE,192,
251 "CAMELLIA256",NULL,camellia256_oids,CAMELLIA_BLOCK_SIZE,256,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dcamellia.c312 #define CAMELLIA_BLOCK_SIZE 16 macro
1086 .cra_blocksize = CAMELLIA_BLOCK_SIZE,

Completed in 74 milliseconds