Home | History | Annotate | Download | only in camellia

Lines Matching refs:plaintext

1268 		      const unsigned char *plaintext, 
1274 tmp[0] = GETU32(plaintext);
1275 tmp[1] = GETU32(plaintext + 4);
1276 tmp[2] = GETU32(plaintext + 8);
1277 tmp[3] = GETU32(plaintext + 12);
1302 unsigned char *plaintext)
1324 PUTU32(plaintext, tmp[0]);
1325 PUTU32(plaintext+4, tmp[1]);
1326 PUTU32(plaintext+8, tmp[2]);
1327 PUTU32(plaintext+12, tmp[3]);