/external/dropbear/libtomcrypt/src/modes/lrw/ |
D | lrw_start.c | 34 const unsigned char *tweak, in lrw_start() argument 46 LTC_ARGCHK(tweak != NULL); in lrw_start() 70 XMEMCPY(lrw->tweak, tweak, 16); in lrw_start() 78 gcm_gf_mult(tweak, B, &lrw->PC[0][y][0]); in lrw_start()
|
D | lrw_test.c | 30 unsigned char key[16], tweak[16], IV[16], P[16], expected_tweak[16], C[16]; in lrw_test() 86 … if ((err = lrw_start(idx, tests[x].IV, tests[x].key, 16, tests[x].tweak, 0, &lrw)) != CRYPT_OK) { in lrw_test()
|
D | lrw_encrypt.c | 40 …return cipher_descriptor[lrw->cipher].accel_lrw_encrypt(pt, ct, len, lrw->IV, lrw->tweak, &lrw->ke… in lrw_encrypt()
|
D | lrw_decrypt.c | 40 …return cipher_descriptor[lrw->cipher].accel_lrw_decrypt(ct, pt, len, lrw->IV, lrw->tweak, &lrw->ke… in lrw_decrypt()
|
D | lrw_setiv.c | 69 gcm_gf_mult(lrw->tweak, IV, lrw->pad); in lrw_setiv()
|
D | lrw_process.c | 72 gcm_gf_mult(lrw->tweak, lrw->IV, lrw->pad); in lrw_process()
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_cipher.h | 282 tweak[16], member 428 …d char *ct, unsigned long blocks, unsigned char *IV, const unsigned char *tweak, symmetric_key *sk… 439 …d char *pt, unsigned long blocks, unsigned char *IV, const unsigned char *tweak, symmetric_key *sk… 800 const unsigned char *tweak,
|
/external/dropbear/libtomcrypt/demos/ |
D | tv_gen.c | 703 unsigned char tweak[16], key[16], iv[16], buf[1024]; in lrw_gen() local 709 tweak[x] = key[x] = iv[x] = x; in lrw_gen() 714 if ((err = lrw_start(find_cipher("aes"), iv, key, 16, tweak, 0, &lrw)) != CRYPT_OK) { in lrw_gen() 746 tweak[y] = buf[(y+32)%x]; in lrw_gen()
|
/external/dnsmasq/contrib/openvpn/ |
D | README | 33 > dnsmasq initscript to tweak /etc/dhclient-enter-hooks to change where
|
/external/netcat/ |
D | Changelog | 35 doc tweak per cgull
|
/external/webkit/WebKitTools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 40 // We need to tweak the wording of the prompt to make sense in the context of WebKit and Safari.
|
/external/strace/ |
D | PORTING | 58 calls in other operating systems. Go ahead and tweak what is there
|
D | ChangeLog | 644 Don't tweak TCB_SUSPENDED--internal_wait does that. 1726 * util.c [LINUX] (setbpt, clearbpt): New implementations that tweak
|
/external/gtest/ |
D | README | 242 If you see errors, try to tweak the contents of make/Makefile to make
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 2334 one more tweak: moved jumpToSelection: to be validated the same way as 3355 - unrelated tweak 9376 (-[WebIconDatabase _createFileDatabase]): tweak 13770 (-[WebHTMLView concludeDragForDraggingInfo:actionMask:]): tweak 15130 (-[NSPasteboard _web_bestURL]): tweak 15143 (-[WebHTMLView _dragImageForLinkElement:]): tweak 16184 … (-[WebDefaultUIDelegate webView:contextMenuItemsForElement:defaultMenuItems:]): indenting tweak 17057 (+[WebView canShowFile:]): tweak 17058 (+[WebView suggestedFileExtensionForMIMEType:]): tweak 17111 (-[WebHTMLView _haveSelection]): indentation tweak [all …]
|
D | ChangeLog-2002-12-03 | 496 (-[WebIconDatabase _loadIconDictionaries]): tweak 499 (-[WebIconDatabase _largestIconFromDictionary:]): tweak 522 (-[WebIconDatabase defaultIconWithSize:]): tweak 524 (-[WebIconDatabase _setIcon:forIconURL:]): tweak 525 (-[WebIconDatabase _setIconURL:forSiteURL:]): tweak 527 (-[WebIconDatabase _releaseFutureIconForSiteURL:]): tweak 528 (-[WebIconDatabase _sendNotificationForSiteURL:]): tweak 534 (-[WebBaseResourceHandleDelegate cancelledError]): tweak 535 (-[WebBaseResourceHandleDelegate notifyDelegatesOfInterruptionByPolicyChange]): tweak 539 (-[WebMainResourceClient checkContentPolicyForResponse:andCallSelector:]): tweak [all …]
|
/external/protobuf/gtest/ |
D | README | 286 If you see errors, try to tweak the contents of make/Makefile to make
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 941 …allow seeking within a session. In LRW, it changes the tweak, forcing a computation of the tweak … 1037 $K_2$ is the \textit{tweak} key and is always 16 octets long. The tweak value is \textbf{NOT} a no… 1047 const unsigned char *tweak, 1052 …pher $K_1$ \textit{key} of length \textit{keylen} octets and the (16 octet) $K_2$ \textit{tweak}. 1072 of 16. The LRW code uses a fast tweak update such that consecutive blocks are encrypted faster tha… 1087 updating the entire tweak which is slower than sequential use. Avoid seeking excessively in perfor… 5508 @param tweak The LRW tweak 5516 const unsigned char *tweak, 5524 @param tweak The LRW tweak 5532 const unsigned char *tweak, [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | NEWS | 25 - Minor tweak for Windows NT Makefile, MISC/NT/Makefile. 80 - A portability tweak has been added to accommodate compilers that
|
/external/jpeg/ |
D | install.doc | 919 You might want to tweak the RGB_xxx macros in jmorecfg.h so that the library 967 but you'll need to tweak it in a 16-bit environment (you'd need to define
|
/external/webkit/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 46 // that. As a result we have to use NSString here exclusively and thus tweak
|
/external/dropbear/libtommath/ |
D | bn.tex | 158 To make the system more powerful you can tweak the build process. Classes are defined in the file 180 A tweak is an algorithm ``alternative''. For example, to provide tradeoffs (usually between size a…
|
/external/bluetooth/glib/ |
D | NEWS | 558 545395 Language tweak for g_value_set_string* docs 561 545395 Language tweak for g_value_set_string* docs
|
D | ChangeLog.pre-2-4 | 546 * NEWS: tweak, finish.
|
/external/iproute2/doc/ |
D | ip-cref.tex | 758 There is a tweak in \verb|/proc/sys/net/ipv4/conf/<dev>/promote_secondaries| 762 This tweak is available in linux 2.6.15 and later.
|