Searched defs:Cipher (Results 1 - 3 of 3) sorted by relevance

/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js4 * AES Cipher function: encrypt 'input' with Rijndael algorithm
13 function Cipher(input, w) { // main Cipher function [§5.1] function
167 // for this example script, generate the key by applying Cipher to 1st 16/24/32 chars of password;
172 var key = Cipher(pwBytes, KeyExpansion(pwBytes));
197 var cipherCntr = Cipher(counterBlock, keySchedule); // -- encrypt counter block --
237 var key = Cipher(pwBytes, pwKeySchedule);
257 var cipherCntr = Cipher(counterBlock, keySchedule); // encrypt counter block
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js4 * AES Cipher function: encrypt 'input' with Rijndael algorithm
13 function Cipher(input, w) { // main Cipher function [§5.1] function
167 // for this example script, generate the key by applying Cipher to 1st 16/24/32 chars of password;
172 var key = Cipher(pwBytes, KeyExpansion(pwBytes));
197 var cipherCntr = Cipher(counterBlock, keySchedule); // -- encrypt counter block --
237 var key = Cipher(pwBytes, pwKeySchedule);
257 var cipherCntr = Cipher(counterBlock, keySchedule); // encrypt counter block
/external/dropbear/libtomcrypt/
H A Dcrypt.tex413 \index{Cipher Setup}
433 \index{Cipher Encrypt} \index{Cipher Decrypt}
451 \index{Cipher Testing}
486 \subsection{Cipher Termination}
558 \mysection{The Cipher Descriptors}
559 \index{Cipher Descriptor}
602 \index{Cipher descriptor table}
781 CBC or Cipher Block Chaining mode is a simple mode designed to prevent trivial forms of replay and swap attacks on ciphers.
1332 P. Rogaway, M. Bellare, J. Black, T. Krovetz, \textit{OCB: A Block Cipher Mod
[all...]

Completed in 130 milliseconds