Searched defs:buf1 (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/com/sun/crypto/provider/ |
| H A D | DESedeCrypt.java | 51 private byte[] buf1, buf2; field in class:DESedeCrypt 57 buf1 = new byte[DES_BLOCK_SIZE]; 118 cipherBlock(plain, plainOffset, buf1, 0); 122 cipherBlock(buf1, 0, buf2, 0); 148 cipherBlock(cipher, cipherOffset, buf1, 0); 152 cipherBlock(buf1, 0, buf2, 0);
|
| /openjdk7/jdk/src/share/npt/ |
| H A D | utf.c | 448 char buf1[MAX]; local 459 len1 = utf8FromPlatform(ui, str, (int)strlen(str), (jbyte*)buf1, 1024); 463 len3 = utf8ToUtf16(ui, (jbyte*)buf1, len1, (jchar*)buf3, 1024); 467 len1 = utf16ToUtf8m(ui, (jchar*)buf3, len3, (jbyte*)buf1, 1024); 470 UTF_ASSERT(strcmp(str, buf1) == 0); 472 len2 = utf8ToPlatform(ui, (jbyte*)buf1, len1, buf2, 1024);
|
Completed in 269 milliseconds